adapt-authoring-ui 1.9.0 → 1.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/UiBuild.js +2 -2
  2. package/package.json +2 -2
package/lib/UiBuild.js CHANGED
@@ -190,9 +190,9 @@ class UiBuild {
190
190
  this.addWatch(this.Globs.hbs, this.compileHandlebars.bind(this))
191
191
  this.addWatch(this.Globs.less, this.compileLess.bind(this))
192
192
  this.addWatch(this.Globs.js, this.compileJs.bind(this))
193
- this.addWatch(this.Globs.assets, this.onChanged('assets', this.Paths.OutputAssets))
193
+ this.addWatch(this.Globs.assets, this.onChanged('assets', this.Paths.OutputDirs.assets))
194
194
  this.addWatch(this.Globs.required, this.onChanged('required', this.Paths.Output))
195
- this.addWatch(this.Globs.libraries, this.onChanged('libraries', this.Paths.OutputLibraries))
195
+ this.addWatch(this.Globs.libraries, this.onChanged('libraries', this.Paths.OutputDirs.libraries))
196
196
  }
197
197
 
198
198
  async run () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-ui",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Front-end application for the Adapt authoring tool",
5
5
  "homepage": "https://github.com/adapt-security/adapt-authoring-ui",
6
6
  "license": "GPL-3.0",
@@ -22,7 +22,7 @@
22
22
  "@rollup/plugin-node-resolve": "^16.0.3",
23
23
  "@rollup/plugin-terser": "^0.4.0",
24
24
  "adapt-authoring-core": "^1.7.0",
25
- "babel-plugin-transform-amd-to-es6": "^0.6.1",
25
+ "babel-plugin-transform-amd-to-es6": "^1.0.2",
26
26
  "cpy": "^13.0.0",
27
27
  "fs-extra": "^11.2.0",
28
28
  "gaze": "^1.1.3",