@pega/constellationjs 24.2.2 → 24.2.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.
Files changed (38) hide show
  1. package/README.md +3 -2
  2. package/dist/constellation-core-react-native.js +1 -1
  3. package/dist/constellation-core-react-native.js.br +0 -0
  4. package/dist/constellation-core-react-native.js.gz +0 -0
  5. package/dist/constellation-core-react-native.js.map +1 -1
  6. package/dist/constellation-core-web.js +1 -1
  7. package/dist/constellation-core-web.js.LICENSE.txt +124 -0
  8. package/dist/constellation-core-web.js.br +0 -0
  9. package/dist/constellation-core-web.js.gz +0 -0
  10. package/dist/constellation-core-web.js.map +1 -1
  11. package/dist/constellation-core.4982a218.js +2 -0
  12. package/dist/constellation-core.4982a218.js.LICENSE.txt +124 -0
  13. package/dist/constellation-core.4982a218.js.br +0 -0
  14. package/dist/constellation-core.4982a218.js.gz +0 -0
  15. package/dist/constellation-core.4982a218.js.map +1 -0
  16. package/dist/constellation-core.json +1 -1
  17. package/dist/js/654-web.js +2 -0
  18. package/dist/js/654-web.js.br +0 -0
  19. package/dist/js/654-web.js.gz +0 -0
  20. package/dist/js/654-web.js.map +1 -0
  21. package/dist/js/654.649b76eb.js +2 -0
  22. package/dist/js/654.649b76eb.js.br +0 -0
  23. package/dist/js/654.649b76eb.js.gz +0 -0
  24. package/dist/js/654.649b76eb.js.map +1 -0
  25. package/dist/lib_asset.json +1 -1
  26. package/package.json +1 -1
  27. package/dist/constellation-core.b630c3e1.js +0 -2
  28. package/dist/constellation-core.b630c3e1.js.br +0 -0
  29. package/dist/constellation-core.b630c3e1.js.gz +0 -0
  30. package/dist/constellation-core.b630c3e1.js.map +0 -1
  31. package/dist/js/531-web.js +0 -2
  32. package/dist/js/531-web.js.br +0 -0
  33. package/dist/js/531-web.js.gz +0 -0
  34. package/dist/js/531-web.js.map +0 -1
  35. package/dist/js/531.393debc0.js +0 -2
  36. package/dist/js/531.393debc0.js.br +0 -0
  37. package/dist/js/531.393debc0.js.gz +0 -0
  38. package/dist/js/531.393debc0.js.map +0 -1
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.2, specify
19
+ - If your project requires the ConstellationJS files associated with Pega Infinity 24.2.3, specify
20
20
 
21
- > "@pega/constellationjs": "24.2.2"
21
+ > "@pega/constellationjs": "24.2.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
+ | 24.2.3 | 24.2.3 |
34
35
  | 24.2.2 | 24.2.2 |
35
36
  | 24.2.1 | 24.2.1 |
36
37
  | 24.2.0 | 24.2.0 |