@pega/constellationjs 25.1.2 → 25.1.3
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 +3 -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.237eec7c.js +2 -0
- package/dist/constellation-core.237eec7c.js.br +0 -0
- package/dist/constellation-core.237eec7c.js.gz +0 -0
- package/dist/constellation-core.237eec7c.js.map +1 -0
- package/dist/constellation-core.json +1 -1
- package/dist/js/libphonenumber-web.js +1 -1
- package/dist/js/libphonenumber-web.js.br +0 -0
- package/dist/js/libphonenumber-web.js.gz +0 -0
- package/dist/js/libphonenumber-web.js.map +1 -1
- package/dist/js/libphonenumber.a5a4a2d2.js +2 -0
- package/dist/js/libphonenumber.a5a4a2d2.js.br +0 -0
- package/dist/js/libphonenumber.a5a4a2d2.js.gz +0 -0
- package/dist/js/libphonenumber.a5a4a2d2.js.map +1 -0
- package/dist/lib_asset.json +1 -1
- package/package.json +1 -1
- package/dist/constellation-core.81b41fe3.js +0 -2
- package/dist/constellation-core.81b41fe3.js.br +0 -0
- package/dist/constellation-core.81b41fe3.js.gz +0 -0
- package/dist/constellation-core.81b41fe3.js.map +0 -1
- package/dist/js/libphonenumber.4924dfce.js +0 -2
- package/dist/js/libphonenumber.4924dfce.js.br +0 -0
- package/dist/js/libphonenumber.4924dfce.js.gz +0 -0
- package/dist/js/libphonenumber.4924dfce.js.map +0 -1
- /package/dist/{constellation-core.81b41fe3.js.LICENSE.txt → constellation-core.237eec7c.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 25.1.
|
|
19
|
+
- If your project requires the ConstellationJS files associated with Pega Infinity 25.1.3, specify
|
|
20
20
|
|
|
21
|
-
> "@pega/constellationjs": "25.1.
|
|
21
|
+
> "@pega/constellationjs": "25.1.3"
|
|
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,7 @@ 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
|
+
| 25.1.3 | 25.1.3 |
|
|
34
35
|
| 25.1.2 | 25.1.2 |
|
|
35
36
|
| 25.1.1 | 25.1.1 |
|
|
36
37
|
| 25.1.0 | 25.1.0 |
|