@pega/constellationjs 24.2.3 → 24.2.4
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/README.md +41 -52
- package/dist/constellation-core-react-native.js +1 -1
- package/dist/constellation-core-react-native.js.br +0 -0
- package/dist/constellation-core-react-native.js.gz +0 -0
- package/dist/constellation-core-react-native.js.map +1 -1
- package/dist/constellation-core-web.js +1 -1
- 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 -1
- package/dist/constellation-core.1c42f470.js +2 -0
- package/dist/constellation-core.1c42f470.js.br +0 -0
- package/dist/constellation-core.1c42f470.js.gz +0 -0
- package/dist/constellation-core.1c42f470.js.map +1 -0
- package/dist/constellation-core.json +1 -1
- package/dist/lib_asset.json +1 -1
- package/package.json +1 -1
- package/dist/constellation-core.4982a218.js +0 -2
- package/dist/constellation-core.4982a218.js.br +0 -0
- package/dist/constellation-core.4982a218.js.gz +0 -0
- package/dist/constellation-core.4982a218.js.map +0 -1
- /package/dist/{constellation-core.4982a218.js.LICENSE.txt → constellation-core.1c42f470.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -1,65 +1,54 @@
|
|
|
1
1
|
# @pega/constellationjs
|
|
2
2
|
|
|
3
|
-
This
|
|
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
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
> "@pega/constellationjs": "npm version or tag name"
|
|
10
|
-
|
|
11
|
-
**Note**:
|
|
12
|
-
|
|
13
|
-
- Ensure that you specify the npm version or tag name corresponding to the version of Pega Infinity used in your environment.
|
|
14
|
-
- If you are using Pega Infinity 23.1.1 or later versions, specify the [corresponding npm version](#npm-versions).
|
|
15
|
-
- If you are using Pega Infinity 23.1.0 or earlier versions, specify the [corresponding tag name](#tag-names).
|
|
7
|
+
In your project's **package.json** dependencies, specify the package name **and**
|
|
8
|
+
the **version** of the ConstellationJS files that your project needs.
|
|
16
9
|
|
|
17
10
|
For example:
|
|
18
11
|
|
|
19
|
-
-
|
|
12
|
+
- **"@pega/constellationjs": "24.1.0"** <br>
|
|
13
|
+
will get the ConstellationJS files associated with Pega Infinity version 24.1.0
|
|
20
14
|
|
|
21
|
-
|
|
15
|
+
- **"@pega/constellationjs": "23.1.2"** <br>
|
|
16
|
+
will get the ConstellationJS files associated with Pega Infinity version 23.1.2
|
|
22
17
|
|
|
23
|
-
|
|
24
|
-
> "@pega/constellationjs": "SDK-8.23.0"
|
|
18
|
+
You must **always** use the appropriate Constellation files that match your Infinity deployment. Please check your Infinity version and choose the correct version.
|
|
25
19
|
|
|
26
20
|
<br>
|
|
27
21
|
|
|
28
|
-
##
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
| 8.7.2 | SDK-8.7.2 |
|
|
62
|
-
| 8.7.1 | SDK-8.7.1 |
|
|
63
|
-
| 8.7.0 | SDK-8.7.0 |
|
|
64
|
-
|
|
65
|
-
<br><br>
|
|
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)
|