@pega/constellationjs 24.2.4 → 24.2.5
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 +54 -41
- 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.52b526ad.js +2 -0
- package/dist/constellation-core.52b526ad.js.br +0 -0
- package/dist/constellation-core.52b526ad.js.gz +0 -0
- package/dist/constellation-core.52b526ad.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.1c42f470.js +0 -2
- 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 +0 -1
- /package/dist/{constellation-core.1c42f470.js.LICENSE.txt → constellation-core.52b526ad.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -1,54 +1,67 @@
|
|
|
1
1
|
# @pega/constellationjs
|
|
2
2
|
|
|
3
|
-
This
|
|
3
|
+
This npm package delivers the ConstellationJS files associated with a specific version of Pega Infinity to your project as an npm package. These ConstellationJS files enable interaction with the Constellation UI model, providing essential services such as data, metadata, and orchestration.
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
Open your project's **package.json** file and in the **dependencies** section, specify the version of the ConstellationJS files required by your project in the following format:
|
|
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).
|
|
9
16
|
|
|
10
17
|
For example:
|
|
11
18
|
|
|
12
|
-
-
|
|
13
|
-
will get the ConstellationJS files associated with Pega Infinity version 24.1.0
|
|
19
|
+
- If your project requires the ConstellationJS files associated with Pega Infinity 24.2.5, specify
|
|
14
20
|
|
|
15
|
-
|
|
16
|
-
will get the ConstellationJS files associated with Pega Infinity version 23.1.2
|
|
21
|
+
> "@pega/constellationjs": "24.2.5"
|
|
17
22
|
|
|
18
|
-
|
|
23
|
+
- If your project requires the ConstellationJS files associated with Pega Infinity 23.1.0, specify
|
|
24
|
+
> "@pega/constellationjs": "SDK-8.23.0"
|
|
19
25
|
|
|
20
26
|
<br>
|
|
21
27
|
|
|
22
|
-
##
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
28
|
+
## npm versions
|
|
29
|
+
|
|
30
|
+
If you are using Pega Infinity 23.1.1 or later, use the corresponding npm version mentioned in the following table:
|
|
31
|
+
|
|
32
|
+
| Pega Infinity version | npm version |
|
|
33
|
+
| --------------------- | ----------- |
|
|
34
|
+
| 24.2.5 | 24.2.5 |
|
|
35
|
+
| 24.2.4 | 24.2.4 |
|
|
36
|
+
| 24.2.3 | 24.2.3 |
|
|
37
|
+
| 24.2.2 | 24.2.2 |
|
|
38
|
+
| 24.2.1 | 24.2.1 |
|
|
39
|
+
| 24.2.0 | 24.2.0 |
|
|
40
|
+
| 24.1.2 | 24.1.2 |
|
|
41
|
+
| 24.1.1 | 24.1.1 |
|
|
42
|
+
| 24.1.0 | 24.1.0 |
|
|
43
|
+
| 23.1.2 | 23.1.2 |
|
|
44
|
+
| 23.1.1 | 23.1.1 |
|
|
45
|
+
|
|
46
|
+
<br>
|
|
47
|
+
|
|
48
|
+
## Tag names
|
|
49
|
+
|
|
50
|
+
If you are using Pega Infinity 23.1.0 or earlier, use the corresponding tag name mentioned in the following table:
|
|
51
|
+
|
|
52
|
+
| Pega Infinity version | Tag name |
|
|
53
|
+
| --------------------- | ---------- |
|
|
54
|
+
| 23.1.0 | SDK-8.23.0 |
|
|
55
|
+
| 8.8.4 | SDK-8.8.4 |
|
|
56
|
+
| 8.8.3 | SDK-8.8.3 |
|
|
57
|
+
| 8.8.2 | SDK-8.8.2 |
|
|
58
|
+
| 8.8.1 | SDK-8.8.1 |
|
|
59
|
+
| 8.8.0 | SDK-8.8.0 |
|
|
60
|
+
| 8.7.5 | SDK-8.7.5 |
|
|
61
|
+
| 8.7.4 | SDK-8.7.4 |
|
|
62
|
+
| 8.7.3 | SDK-8.7.3 |
|
|
63
|
+
| 8.7.2 | SDK-8.7.2 |
|
|
64
|
+
| 8.7.1 | SDK-8.7.1 |
|
|
65
|
+
| 8.7.0 | SDK-8.7.0 |
|
|
66
|
+
|
|
67
|
+
<br><br>
|