@pega/constellationjs 24.2.3 → 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 +4 -2
- 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.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.52b526ad.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@ Open your project's **package.json** file and in the **dependencies** section, s
|
|
|
16
16
|
|
|
17
17
|
For example:
|
|
18
18
|
|
|
19
|
-
- If your project requires the ConstellationJS files associated with Pega Infinity 24.2.
|
|
19
|
+
- If your project requires the ConstellationJS files associated with Pega Infinity 24.2.5, specify
|
|
20
20
|
|
|
21
|
-
> "@pega/constellationjs": "24.2.
|
|
21
|
+
> "@pega/constellationjs": "24.2.5"
|
|
22
22
|
|
|
23
23
|
- If your project requires the ConstellationJS files associated with Pega Infinity 23.1.0, specify
|
|
24
24
|
> "@pega/constellationjs": "SDK-8.23.0"
|
|
@@ -31,6 +31,8 @@ If you are using Pega Infinity 23.1.1 or later, use the corresponding npm versio
|
|
|
31
31
|
|
|
32
32
|
| Pega Infinity version | npm version |
|
|
33
33
|
| --------------------- | ----------- |
|
|
34
|
+
| 24.2.5 | 24.2.5 |
|
|
35
|
+
| 24.2.4 | 24.2.4 |
|
|
34
36
|
| 24.2.3 | 24.2.3 |
|
|
35
37
|
| 24.2.2 | 24.2.2 |
|
|
36
38
|
| 24.2.1 | 24.2.1 |
|