@pega/constellationjs 24.2.3-2 → 24.2.4

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 CHANGED
@@ -1,65 +1,54 @@
1
1
  # @pega/constellationjs
2
2
 
3
- This npm package delivers the ConstellationJS files associated with a specific version of Pega Infinity to your project as an npm package. These ConstellationJS files enable interaction with the Constellation UI model, providing essential services such as data, metadata, and orchestration.
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.
4
4
 
5
5
  ## Usage
6
6
 
7
- Open your project's **package.json** file and in the **dependencies** section, specify the version of the ConstellationJS files required by your project in the following format:
8
-
9
- > "@pega/constellationjs": "npm version or tag name"
10
-
11
- **Note**:
12
-
13
- - Ensure that you specify the npm version or tag name corresponding to the version of Pega Infinity used in your environment.
14
- - If you are using Pega Infinity 23.1.1 or later versions, specify the [corresponding npm version](#npm-versions).
15
- - If you are using Pega Infinity 23.1.0 or earlier versions, specify the [corresponding tag name](#tag-names).
7
+ In your project's **package.json** dependencies, specify the package name **and**
8
+ the **version** of the ConstellationJS files that your project needs.
16
9
 
17
10
  For example:
18
11
 
19
- - If your project requires the ConstellationJS files associated with Pega Infinity 24.2.3, specify
12
+ - **"@pega/constellationjs": "24.1.0"** <br>
13
+ will get the ConstellationJS files associated with Pega Infinity version 24.1.0
20
14
 
21
- > "@pega/constellationjs": "24.2.3"
15
+ - **"@pega/constellationjs": "23.1.2"** <br>
16
+ will get the ConstellationJS files associated with Pega Infinity version 23.1.2
22
17
 
23
- - If your project requires the ConstellationJS files associated with Pega Infinity 23.1.0, specify
24
- > "@pega/constellationjs": "SDK-8.23.0"
18
+ You must **always** use the appropriate Constellation files that match your Infinity deployment. Please check your Infinity version and choose the correct version.
25
19
 
26
20
  <br>
27
21
 
28
- ## npm versions
29
-
30
- If you are using Pega Infinity 23.1.1 or later, use the corresponding npm version mentioned in the following table:
31
-
32
- | Pega Infinity version | npm version |
33
- | --------------------- | ----------- |
34
- | 24.2.3 | 24.2.3 |
35
- | 24.2.2 | 24.2.2 |
36
- | 24.2.1 | 24.2.1 |
37
- | 24.2.0 | 24.2.0 |
38
- | 24.1.2 | 24.1.2 |
39
- | 24.1.1 | 24.1.1 |
40
- | 24.1.0 | 24.1.0 |
41
- | 23.1.2 | 23.1.2 |
42
- | 23.1.1 | 23.1.1 |
43
-
44
- <br>
45
-
46
- ## Tag names
47
-
48
- If you are using Pega Infinity 23.1.0 or earlier, use the corresponding tag name mentioned in the following table:
49
-
50
- | Pega Infinity version | Tag name |
51
- | --------------------- | ---------- |
52
- | 23.1.0 | SDK-8.23.0 |
53
- | 8.8.4 | SDK-8.8.4 |
54
- | 8.8.3 | SDK-8.8.3 |
55
- | 8.8.2 | SDK-8.8.2 |
56
- | 8.8.1 | SDK-8.8.1 |
57
- | 8.8.0 | SDK-8.8.0 |
58
- | 8.7.5 | SDK-8.7.5 |
59
- | 8.7.4 | SDK-8.7.4 |
60
- | 8.7.3 | SDK-8.7.3 |
61
- | 8.7.2 | SDK-8.7.2 |
62
- | 8.7.1 | SDK-8.7.1 |
63
- | 8.7.0 | SDK-8.7.0 |
64
-
65
- <br><br>
22
+ ## Currently available versions
23
+
24
+ The **@pega/constellationjs** package distributes specific versions of the ConstellationJS files using npm versions.
25
+
26
+ - v24.1.0 - associated with Infinity 24.1.0
27
+ - v23.1.2 - associated with Infinity 23.1.2
28
+ - v23.1.1 - associated with Infinity 23.1.1
29
+ <br><br>
30
+
31
+
32
+ For Infinity versions below 23.1.0, use tag names instead of version numbers:
33
+ - SDK-8.23.0 (v1.0.39 - associated with Infinity 23.1.0)
34
+ - SDK-8.8.4 (v1.0.41)
35
+ - SDK-8.8.3 (v1.0.36)
36
+ - SDK-8.8.2 (v1.0.34)
37
+ - SDK-8.8.1 (v1.0.26)
38
+ - SDK-8.8.0 (v1.0.25)
39
+ <br><br>
40
+
41
+ - SDK-8.7.5 (v1.0.30)
42
+ - SDK-8.7.4 (v1.0.18)
43
+ - SDK-8.7.3 (v1.0.14)
44
+ - SDK-8.7.2 (v1.0.12)
45
+ - SDK-8.7.1 (v1.0.10)
46
+ - SDK-8.7.0 (v1.0.9)
47
+ <br><br>
48
+
49
+ - SDK-8.6.5 (v1.0.15)
50
+ - SDK-8.6.4 (v1.0.8)
51
+ - SDK-8.6.3 (v1.0.7)
52
+ - SDK-8.6.2 (v1.0.6)
53
+ - SDK-8.6.1 (v1.0.5)
54
+ - SDK-8.6.0 (v1.0.4)