@pega/constellationjs 1.0.22 → 1.0.23

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 (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
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
4
4
  used in conjunction with a Pega SDK that needs the correct version of the
5
- ConstellationJS files to properly interact with the Cosmos React UI model
5
+ ConstellationJS files to properly interact with the Constellation UI model
6
6
  first introduced in Pega Infinity 8.6.
7
7
 
8
8
  ## Usage
@@ -12,9 +12,9 @@ the **tag** of the version of the ConstellationJS files that your project needs.
12
12
 
13
13
  For example:
14
14
 
15
- * **"@pega/constellationjs": "SDK-8.6.4"** <br>
15
+ * **"@pega/constellationjs": "SDK-8.8.0"** <br>
16
16
  will get the ConstellationJS files associated with Pega Infinity version
17
- 8.6.4
17
+ 8.8.0
18
18
 
19
19
  * **"@pega/constellationjs": "SDK-8.7.1"** <br>
20
20
  will get the ConstellationJS files associated with Pega Infinity version
@@ -32,6 +32,7 @@ of the ConstellationJS files.
32
32
 
33
33
  These are the currently available tags/versions:
34
34
 
35
+ * SDK-8.8.1
35
36
  * SDK-8.8.0
36
37
  <br><br>
37
38
  * SDK-8.7.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/constellationjs",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Get ConstellationJS Engine files for given version",
5
5
  "main": "index.js",
6
6
  "scripts": {