@pega/constellationjs 0.242.6 → 0.2311.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.
@@ -3,5 +3,5 @@
3
3
  "isDevServerMode": false,
4
4
  "externals": [],
5
5
  "entry": [],
6
- "prerequisite": [{ "constellation-core.3dbe9e6e.js": "" }]
6
+ "prerequisite": [{ "constellation-core.f61b1513.js": "" }]
7
7
  }
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@pega/constellationjs",
3
- "version": "0.242.6",
3
+ "version": "0.2311.1",
4
4
  "description": "Get ConstellationJS Engine files for given version",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "build": "node scripts/main.js",
8
- "test": ""
7
+ "build": "node rimraf-standalone.js ./dist && webpack --mode production --env",
8
+ "build:ci": "npm run clean && npm install && npm run build",
9
+ "clean": "node rimraf-standalone.js ./node_modules",
10
+ "test": "test-constJS"
9
11
  },
12
+ "_filesComment": "During packing, npm ignores everything NOT in the files list",
10
13
  "files": [
11
14
  "dist",
12
15
  "LICENSE",
@@ -15,9 +18,13 @@
15
18
  "keywords": [
16
19
  "ConstellationJS"
17
20
  ],
18
- "author": "pega",
19
- "license": "See LICENSE in LICENSE file or 'ConstellationJS Engine License.pdf' in dist/",
20
- "dependencies": {
21
- "fs-extra": "^11.2.0"
22
- }
21
+ "devDependencies": {
22
+ "@babel/core": "^7.2.2",
23
+ "babel-loader": "^8.0.5",
24
+ "copy-webpack-plugin": "^7.0.0",
25
+ "rimraf-standalone": "^2.6.1-7",
26
+ "webpack": "^5.13.0",
27
+ "webpack-cli": "^4.3.1"
28
+ },
29
+ "license": "See LICENSE in LICENSE file or 'ConstellationJS Engine License.pdf' in dist/"
23
30
  }