Skip to content

Commit

Permalink
Merge pull request #11 in LFOR/lforms-updater from remove_lforms_as_p…
Browse files Browse the repository at this point in the history
…eer to master

* commit 'd406409eb690ea0b7c66464da8d3b4c0126648aa':
  Added missing file
  Added minimization back to browser/updater.js
  Replaced the webpack-based browser build with an esbuild one
  npm audit fix
  Removed lforms as a peer dependency and updated the change log
  Renamed bashrc to bashrc.lforms-updater because of the likelihood of someone trying to run "source bashrc" which is not the same as "source ./bashrc".
  • Loading branch information
plynchnlm committed Oct 18, 2023
2 parents 971bd2a + d406409 commit 344daa1
Show file tree
Hide file tree
Showing 7 changed files with 1,123 additions and 6,172 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This project follows [Semantic Versioning](http://semver.org/).

## [30.0.0]
### Changed
- Removed lforms as a peer dependency. lforms is not actually needed by this
package (so far, anyway). The presence as a peer depenendency was causing
applications using lforms-updater to also install the version of lforms listed
in the peer dependencies section, which was an old version using AngularJS
that has numerous npm audit warnings.

## [29.0.2] 2021-11-03
### Fixed
- Removed the dynamicly generated require statements, which caused issues with
Expand Down
2 changes: 1 addition & 1 deletion bashrc → bashrc.lforms-updater
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The following is the standard environment file for the LForms
# development team.
NODE_DIR=node-v10.15.2-linux-x64
NODE_DIR=node-v18
# Set path
PATH=~/${NODE_DIR}/bin:/bin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/etc

Expand Down
4 changes: 2 additions & 2 deletions browser/updater.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion browser/updater.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 344daa1

Please sign in to comment.