@pega/constellationjs 24.1.1-dev → 24.2.0
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/dist/bootstrap-shell.js +1 -1
- package/dist/bootstrap-shell.js.br +0 -0
- package/dist/bootstrap-shell.js.gz +0 -0
- package/dist/constellation-core-web.js +2 -0
- package/dist/constellation-core-web.js.br +0 -0
- package/dist/constellation-core-web.js.gz +0 -0
- package/dist/constellation-core-web.js.map +1 -0
- package/dist/constellation-core.3dbe9e6e.js +2 -0
- package/dist/constellation-core.3dbe9e6e.js.br +0 -0
- package/dist/constellation-core.3dbe9e6e.js.gz +0 -0
- package/dist/constellation-core.3dbe9e6e.js.map +1 -0
- package/dist/constellation-core.json +1 -0
- package/dist/js/531-web.js +2 -0
- package/dist/js/531-web.js.br +0 -0
- package/dist/js/531-web.js.gz +0 -0
- package/dist/js/531-web.js.map +1 -0
- package/dist/js/531.177c98ad.js +2 -0
- package/dist/js/531.177c98ad.js.br +0 -0
- package/dist/js/531.177c98ad.js.gz +0 -0
- package/dist/js/531.177c98ad.js.map +1 -0
- package/dist/lib_asset.json +1 -1
- package/package.json +8 -15
- package/dist/README.md +0 -54
- package/dist/constellation-core.656f2c54.js +0 -2
- package/dist/constellation-core.656f2c54.js.br +0 -0
- package/dist/constellation-core.656f2c54.js.gz +0 -0
- package/dist/constellation-core.656f2c54.js.map +0 -1
- /package/dist/{constellation-core.656f2c54.js.LICENSE.txt → constellation-core.3dbe9e6e.js.LICENSE.txt} +0 -0
package/dist/lib_asset.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pega/constellationjs",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.2.0",
|
|
4
4
|
"description": "Get ConstellationJS Engine files for given version",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"build": "node
|
|
8
|
-
"
|
|
9
|
-
"clean": "node rimraf-standalone.js ./node_modules",
|
|
10
|
-
"test": "test-constJS"
|
|
7
|
+
"build": "node scripts/main.js",
|
|
8
|
+
"test": ""
|
|
11
9
|
},
|
|
12
|
-
"_filesComment": "During packing, npm ignores everything NOT in the files list",
|
|
13
10
|
"files": [
|
|
14
11
|
"dist",
|
|
15
12
|
"LICENSE",
|
|
@@ -18,13 +15,9 @@
|
|
|
18
15
|
"keywords": [
|
|
19
16
|
"ConstellationJS"
|
|
20
17
|
],
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
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/"
|
|
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
|
+
}
|
|
30
23
|
}
|
package/dist/README.md
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# @pega/constellationjs
|
|
2
|
-
|
|
3
|
-
This node package is provided as an easy way to get the appropriate version of the Pega ConstellationJS files into your project. It is intended to be used in conjunction with a Pega SDK that needs the correct version of the ConstellationJS files to properly interact with the Constellation UI model first introduced in Pega Infinity 8.6.
|
|
4
|
-
|
|
5
|
-
## Usage
|
|
6
|
-
|
|
7
|
-
In your project's **package.json** dependencies, specify the package name **and**
|
|
8
|
-
the **version** of the ConstellationJS files that your project needs.
|
|
9
|
-
|
|
10
|
-
For example:
|
|
11
|
-
|
|
12
|
-
- **"@pega/constellationjs": "24.1.0"** <br>
|
|
13
|
-
will get the ConstellationJS files associated with Pega Infinity version 24.1.0
|
|
14
|
-
|
|
15
|
-
- **"@pega/constellationjs": "23.1.2"** <br>
|
|
16
|
-
will get the ConstellationJS files associated with Pega Infinity version 23.1.2
|
|
17
|
-
|
|
18
|
-
You must **always** use the appropriate Constellation files that match your Infinity deployment. Please check your Infinity version and choose the correct version.
|
|
19
|
-
|
|
20
|
-
<br>
|
|
21
|
-
|
|
22
|
-
## Currently available versions
|
|
23
|
-
|
|
24
|
-
The **@pega/constellationjs** package distributes specific versions of the ConstellationJS files using npm versions.
|
|
25
|
-
|
|
26
|
-
- v24.1.0 - associated with Infinity 24.1.0
|
|
27
|
-
- v23.1.2 - associated with Infinity 23.1.2
|
|
28
|
-
- v23.1.1 - associated with Infinity 23.1.1
|
|
29
|
-
<br><br>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
For Infinity versions below 23.1.0, use tag names instead of version numbers:
|
|
33
|
-
- SDK-8.23.0 (v1.0.39 - associated with Infinity 23.1.0)
|
|
34
|
-
- SDK-8.8.4 (v1.0.41)
|
|
35
|
-
- SDK-8.8.3 (v1.0.36)
|
|
36
|
-
- SDK-8.8.2 (v1.0.34)
|
|
37
|
-
- SDK-8.8.1 (v1.0.26)
|
|
38
|
-
- SDK-8.8.0 (v1.0.25)
|
|
39
|
-
<br><br>
|
|
40
|
-
|
|
41
|
-
- SDK-8.7.5 (v1.0.30)
|
|
42
|
-
- SDK-8.7.4 (v1.0.18)
|
|
43
|
-
- SDK-8.7.3 (v1.0.14)
|
|
44
|
-
- SDK-8.7.2 (v1.0.12)
|
|
45
|
-
- SDK-8.7.1 (v1.0.10)
|
|
46
|
-
- SDK-8.7.0 (v1.0.9)
|
|
47
|
-
<br><br>
|
|
48
|
-
|
|
49
|
-
- SDK-8.6.5 (v1.0.15)
|
|
50
|
-
- SDK-8.6.4 (v1.0.8)
|
|
51
|
-
- SDK-8.6.3 (v1.0.7)
|
|
52
|
-
- SDK-8.6.2 (v1.0.6)
|
|
53
|
-
- SDK-8.6.1 (v1.0.5)
|
|
54
|
-
- SDK-8.6.0 (v1.0.4)
|