@pega/constellationjs 23.1.2 → 23.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 +14 -17
- package/dist/README.md +14 -17
- package/dist/constellation-core.c1cc37f6.js +2 -0
- package/dist/constellation-core.c1cc37f6.js.br +0 -0
- package/dist/constellation-core.c1cc37f6.js.gz +0 -0
- package/dist/constellation-core.c1cc37f6.js.map +1 -0
- package/dist/lib_asset.json +1 -1
- package/package.json +1 -1
- package/dist/constellation-core.c8721b39.js +0 -2
- package/dist/constellation-core.c8721b39.js.br +0 -0
- package/dist/constellation-core.c8721b39.js.gz +0 -0
- package/dist/constellation-core.c8721b39.js.map +0 -1
- /package/dist/{constellation-core.c8721b39.js.LICENSE.txt → constellation-core.c1cc37f6.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -1,24 +1,19 @@
|
|
|
1
1
|
# @pega/constellationjs
|
|
2
2
|
|
|
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
|
-
used in conjunction with a Pega SDK that needs the correct version of the
|
|
5
|
-
ConstellationJS files to properly interact with the Constellation UI model
|
|
6
|
-
first introduced in Pega Infinity 8.6.
|
|
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 used in conjunction with a Pega SDK that needs the correct version of the ConstellationJS files to properly interact with the Constellation UI model first introduced in Pega Infinity 8.6.
|
|
7
4
|
|
|
8
5
|
## Usage
|
|
9
6
|
|
|
10
7
|
In your project's **package.json** dependencies, specify the package name **and**
|
|
11
|
-
the **
|
|
8
|
+
the **version** of the ConstellationJS files that your project needs.
|
|
12
9
|
|
|
13
10
|
For example:
|
|
14
11
|
|
|
15
|
-
- **"@pega/constellationjs": "
|
|
16
|
-
will get the ConstellationJS files associated with Pega Infinity version
|
|
17
|
-
8.8.0
|
|
12
|
+
- **"@pega/constellationjs": "24.1.1"** <br>
|
|
13
|
+
will get the ConstellationJS files associated with Pega Infinity version 24.1.1
|
|
18
14
|
|
|
19
|
-
- **"@pega/constellationjs": "
|
|
20
|
-
will get the ConstellationJS files associated with Pega Infinity version
|
|
21
|
-
8.7.1
|
|
15
|
+
- **"@pega/constellationjs": "23.1.3"** <br>
|
|
16
|
+
will get the ConstellationJS files associated with Pega Infinity version 23.1.3
|
|
22
17
|
|
|
23
18
|
You must **always** use the appropriate Constellation files that match your Infinity deployment. Please check your Infinity version and choose the correct version.
|
|
24
19
|
|
|
@@ -26,16 +21,18 @@ You must **always** use the appropriate Constellation files that match your Infi
|
|
|
26
21
|
|
|
27
22
|
## Currently available versions
|
|
28
23
|
|
|
29
|
-
The **@pega/constellationjs** package
|
|
30
|
-
of the ConstellationJS files.
|
|
31
|
-
|
|
32
|
-
These are the currently available tags/versions:
|
|
24
|
+
The **@pega/constellationjs** package distributes specific versions of the ConstellationJS files using npm versions.
|
|
33
25
|
|
|
26
|
+
- v24.1.1 - associated with Infinity 24.1.1
|
|
27
|
+
- v24.1.0 - associated with Infinity 24.1.0
|
|
28
|
+
- v23.1.3 - associated with Infinity 23.1.3
|
|
34
29
|
- v23.1.2 - associated with Infinity 23.1.2
|
|
35
|
-
-
|
|
36
|
-
- SDK-8.23.0 (v1.0.39 - associated with Infinity 23.1.0)
|
|
30
|
+
- v23.1.1 - associated with Infinity 23.1.1
|
|
37
31
|
<br><br>
|
|
38
32
|
|
|
33
|
+
|
|
34
|
+
For Infinity versions below 23.1.0, use tag names instead of version numbers:
|
|
35
|
+
- SDK-8.23.0 (v1.0.39 - associated with Infinity 23.1.0)
|
|
39
36
|
- SDK-8.8.4 (v1.0.41)
|
|
40
37
|
- SDK-8.8.3 (v1.0.36)
|
|
41
38
|
- SDK-8.8.2 (v1.0.34)
|
package/dist/README.md
CHANGED
|
@@ -1,24 +1,19 @@
|
|
|
1
1
|
# @pega/constellationjs
|
|
2
2
|
|
|
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
|
-
used in conjunction with a Pega SDK that needs the correct version of the
|
|
5
|
-
ConstellationJS files to properly interact with the Constellation UI model
|
|
6
|
-
first introduced in Pega Infinity 8.6.
|
|
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 used in conjunction with a Pega SDK that needs the correct version of the ConstellationJS files to properly interact with the Constellation UI model first introduced in Pega Infinity 8.6.
|
|
7
4
|
|
|
8
5
|
## Usage
|
|
9
6
|
|
|
10
7
|
In your project's **package.json** dependencies, specify the package name **and**
|
|
11
|
-
the **
|
|
8
|
+
the **version** of the ConstellationJS files that your project needs.
|
|
12
9
|
|
|
13
10
|
For example:
|
|
14
11
|
|
|
15
|
-
- **"@pega/constellationjs": "
|
|
16
|
-
will get the ConstellationJS files associated with Pega Infinity version
|
|
17
|
-
8.8.0
|
|
12
|
+
- **"@pega/constellationjs": "24.1.1"** <br>
|
|
13
|
+
will get the ConstellationJS files associated with Pega Infinity version 24.1.1
|
|
18
14
|
|
|
19
|
-
- **"@pega/constellationjs": "
|
|
20
|
-
will get the ConstellationJS files associated with Pega Infinity version
|
|
21
|
-
8.7.1
|
|
15
|
+
- **"@pega/constellationjs": "23.1.3"** <br>
|
|
16
|
+
will get the ConstellationJS files associated with Pega Infinity version 23.1.3
|
|
22
17
|
|
|
23
18
|
You must **always** use the appropriate Constellation files that match your Infinity deployment. Please check your Infinity version and choose the correct version.
|
|
24
19
|
|
|
@@ -26,16 +21,18 @@ You must **always** use the appropriate Constellation files that match your Infi
|
|
|
26
21
|
|
|
27
22
|
## Currently available versions
|
|
28
23
|
|
|
29
|
-
The **@pega/constellationjs** package
|
|
30
|
-
of the ConstellationJS files.
|
|
31
|
-
|
|
32
|
-
These are the currently available tags/versions:
|
|
24
|
+
The **@pega/constellationjs** package distributes specific versions of the ConstellationJS files using npm versions.
|
|
33
25
|
|
|
26
|
+
- v24.1.1 - associated with Infinity 24.1.1
|
|
27
|
+
- v24.1.0 - associated with Infinity 24.1.0
|
|
28
|
+
- v23.1.3 - associated with Infinity 23.1.3
|
|
34
29
|
- v23.1.2 - associated with Infinity 23.1.2
|
|
35
|
-
-
|
|
36
|
-
- SDK-8.23.0 (v1.0.39 - associated with Infinity 23.1.0)
|
|
30
|
+
- v23.1.1 - associated with Infinity 23.1.1
|
|
37
31
|
<br><br>
|
|
38
32
|
|
|
33
|
+
|
|
34
|
+
For Infinity versions below 23.1.0, use tag names instead of version numbers:
|
|
35
|
+
- SDK-8.23.0 (v1.0.39 - associated with Infinity 23.1.0)
|
|
39
36
|
- SDK-8.8.4 (v1.0.41)
|
|
40
37
|
- SDK-8.8.3 (v1.0.36)
|
|
41
38
|
- SDK-8.8.2 (v1.0.34)
|