@formio/offline-plugin 5.4.0 → 5.4.2

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.
package/package.json CHANGED
@@ -24,12 +24,11 @@
24
24
  "webpack-cli": "^5.1.4",
25
25
  "webpack-obfuscator": "^3.5.1",
26
26
  "ws": "^8.17.0",
27
- "@formio/license": "2.0.2",
28
27
  "webpack-node-externals": "^3.0.0",
29
28
  "copy-webpack-plugin": "^12.0.2"
30
29
  },
31
30
  "dependencies": {
32
- "@formio/js": "^5.4.0",
31
+ "@formio/js": "^5.4.2",
33
32
  "bson-objectid": "^2.0.1",
34
33
  "crypto-js": "^4.2.0",
35
34
  "events": "^3.3.0",
@@ -44,7 +43,7 @@
44
43
  "@formio/license": "^2.1.0"
45
44
  },
46
45
  "peerDependencies": {},
47
- "version": "5.4.0",
46
+ "version": "5.4.2",
48
47
  "files": [
49
48
  "*"
50
49
  ],
@@ -54,8 +53,9 @@
54
53
  "build:full": "node setLicense && tsc && webpack --config ./config/webpack.full.js",
55
54
  "build:pkg": "rm -rf dist && rm -rf lib && node setLicense && tsc --project tsconfig.pkg.json && webpack --config config/webpack.dist.js && webpack --config ./config/webpack.full.js",
56
55
  "watch": "tsc --watch",
57
- "lint": "eslint index.js",
56
+ "lint": "echo \"lint not configured for this package — see FIO-11789\"",
58
57
  "test:debug": "mocha-puppeteer ./test/test.js --devtools -t 0",
59
- "circle": "./node_modules/phantomjs-prebuilt/bin/phantomjs --debug=true --web-security=false ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html"
58
+ "circle": "./node_modules/phantomjs-prebuilt/bin/phantomjs --debug=true --web-security=false ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html",
59
+ "check-types": "tsc --noEmit"
60
60
  }
61
61
  }