@pega/constellationjs 1.0.41 → 1.0.42
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/dist/README.md +59 -0
- package/package.json +1 -1
package/dist/README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# @pega/constellationjs
|
|
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.
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
|
|
10
|
+
In your project's **package.json** dependencies, specify the package name **and**
|
|
11
|
+
the **tag** of the version of the ConstellationJS files that your project needs.
|
|
12
|
+
|
|
13
|
+
For example:
|
|
14
|
+
|
|
15
|
+
* **"@pega/constellationjs": "SDK-8.8.0"** <br>
|
|
16
|
+
will get the ConstellationJS files associated with Pega Infinity version
|
|
17
|
+
8.8.0
|
|
18
|
+
|
|
19
|
+
* **"@pega/constellationjs": "SDK-8.7.1"** <br>
|
|
20
|
+
will get the ConstellationJS files associated with Pega Infinity version
|
|
21
|
+
8.7.1
|
|
22
|
+
|
|
23
|
+
You must **always** use the appropriate Constellation files that match your Infinity deployment. Please check your Infinity version and choose the correct version.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
<br>
|
|
27
|
+
|
|
28
|
+
## Currently available versions
|
|
29
|
+
|
|
30
|
+
The **@pega/constellationjs** package uses npm tags to distribute specific versions
|
|
31
|
+
of the ConstellationJS files.
|
|
32
|
+
|
|
33
|
+
These are the currently available tags/versions:
|
|
34
|
+
|
|
35
|
+
* SDK-8.23.0 (v1.0.39 - associated with Infinity 23.1.0)
|
|
36
|
+
<br><br>
|
|
37
|
+
|
|
38
|
+
* SDK-8.8.4 (v1.0.41)
|
|
39
|
+
* SDK-8.8.3 (v1.0.36)
|
|
40
|
+
* SDK-8.8.2 (v1.0.34)
|
|
41
|
+
* SDK-8.8.1 (v1.0.26)
|
|
42
|
+
* SDK-8.8.0 (v1.0.25)
|
|
43
|
+
<br><br>
|
|
44
|
+
|
|
45
|
+
* SDK-8.7.5 (v1.0.30)
|
|
46
|
+
* SDK-8.7.4 (v1.0.18)
|
|
47
|
+
* SDK-8.7.3 (v1.0.14)
|
|
48
|
+
* SDK-8.7.2 (v1.0.12)
|
|
49
|
+
* SDK-8.7.1 (v1.0.10)
|
|
50
|
+
* SDK-8.7.0 (v1.0.9)
|
|
51
|
+
<br><br>
|
|
52
|
+
|
|
53
|
+
* SDK-8.6.5 (v1.0.15)
|
|
54
|
+
* SDK-8.6.4 (v1.0.8)
|
|
55
|
+
* SDK-8.6.3 (v1.0.7)
|
|
56
|
+
* SDK-8.6.2 (v1.0.6)
|
|
57
|
+
* SDK-8.6.1 (v1.0.5)
|
|
58
|
+
* SDK-8.6.0 (v1.0.4)
|
|
59
|
+
|