@formio/offline-plugin 5.2.1-rc.9 → 5.2.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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "scripts": {
5
5
  "build": "yarn build:pkg && yarn build:portal",
6
6
  "build:portal": "rm -rf dist && rm -rf lib && node setLicense --mockLicense && tsc && webpack --config config/webpack.prod.js && webpack --config config/webpack.embed.js",
7
- "build:pkg": "rm -rf build && rm -rf lib && node setLicense && tsc && webpack --config config/webpack.dist.js",
7
+ "build:pkg": "rm -rf build && rm -rf lib && node setLicense && tsc && webpack --config config/webpack.dist.js && webpack --config ./config/webpack.full.js",
8
8
  "watch": "tsc --watch",
9
9
  "lint": "eslint index.js",
10
10
  "test": "node test/run.js",
@@ -37,7 +37,7 @@
37
37
  "copy-webpack-plugin": "^12.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@formio/js": "5.2.1-rc.9",
40
+ "@formio/js": "5.2.1",
41
41
  "bson-objectid": "^2.0.1",
42
42
  "crypto-js": "^4.2.0",
43
43
  "events": "^3.3.0",
@@ -51,7 +51,7 @@
51
51
  "whatwg-fetch": "^3.6.20"
52
52
  },
53
53
  "peerDependencies": {},
54
- "version": "5.2.1-rc.9",
54
+ "version": "5.2.1",
55
55
  "files": [
56
56
  "*"
57
57
  ]