@sitecore-jss/sitecore-jss-angular 21.0.8 → 21.0.10

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,8 +1,8 @@
1
- # Sitecore JavaScript Rendering SDK for Angular
2
-
3
- This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains Angular integration components and services for JSS.
4
-
5
-
6
- [Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/201/sitecore-headless-development/sitecore-javascript-rendering-sdk--jss--for-angular.html)
7
-
8
- [API reference documentation](/ref-docs/sitecore-jss-angular/)
1
+ # Sitecore JavaScript Rendering SDK for Angular
2
+
3
+ This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains Angular integration components and services for JSS.
4
+
5
+
6
+ [Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/201/sitecore-headless-development/sitecore-javascript-rendering-sdk--jss--for-angular.html)
7
+
8
+ [API reference documentation](/ref-docs/sitecore-jss-angular/)
package/dist/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Sitecore JavaScript Rendering SDK for Angular
2
-
3
- This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains Angular integration components and services for JSS.
4
-
5
-
6
- [Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/201/sitecore-headless-development/sitecore-javascript-rendering-sdk--jss--for-angular.html)
7
-
8
- [API reference documentation](/ref-docs/sitecore-jss-angular/)
1
+ # Sitecore JavaScript Rendering SDK for Angular
2
+
3
+ This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains Angular integration components and services for JSS.
4
+
5
+
6
+ [Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/201/sitecore-headless-development/sitecore-javascript-rendering-sdk--jss--for-angular.html)
7
+
8
+ [API reference documentation](/ref-docs/sitecore-jss-angular/)
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-angular",
3
- "version": "21.0.7",
3
+ "version": "21.0.9",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=12",
@@ -22,7 +22,7 @@
22
22
  "rxjs": "~6.6.6"
23
23
  },
24
24
  "dependencies": {
25
- "@sitecore-jss/sitecore-jss": "^21.0.7",
25
+ "@sitecore-jss/sitecore-jss": "~21.0.9",
26
26
  "tslib": "^2.0.0"
27
27
  },
28
28
  "main": "bundles/sitecore-jss-sitecore-jss-angular.umd.js",
package/ng-package.json CHANGED
@@ -1,13 +1,13 @@
1
- {
2
- "$schema": "./node_modules/ng-packagr/ng-package.schema.json",
3
- "dest": "dist",
4
- "lib": {
5
- "entryFile": "./src/public_api.ts",
6
- "umdModuleIds": {
7
- "@sitecore-jss/sitecore-jss": "@sitecore-jss/sitecore-jss"
8
- }
9
- },
10
- "allowedNonPeerDependencies": [
11
- "sitecore-jss"
12
- ]
13
- }
1
+ {
2
+ "$schema": "./node_modules/ng-packagr/ng-package.schema.json",
3
+ "dest": "dist",
4
+ "lib": {
5
+ "entryFile": "./src/public_api.ts",
6
+ "umdModuleIds": {
7
+ "@sitecore-jss/sitecore-jss": "@sitecore-jss/sitecore-jss"
8
+ }
9
+ },
10
+ "allowedNonPeerDependencies": [
11
+ "sitecore-jss"
12
+ ]
13
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-angular",
3
- "version": "21.0.8",
3
+ "version": "21.0.10",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "ng-packagr -p ng-package.json",
@@ -58,7 +58,7 @@
58
58
  "rxjs": "~6.6.6"
59
59
  },
60
60
  "dependencies": {
61
- "@sitecore-jss/sitecore-jss": "^21.0.8"
61
+ "@sitecore-jss/sitecore-jss": "~21.0.10"
62
62
  },
63
63
  "main": "dist/bundles/sitecore-jss-sitecore-jss-angular.umd.js",
64
64
  "module": "dist/fesm2015/sitecore-jss-sitecore-jss-angular.js",
@@ -71,7 +71,7 @@
71
71
  "es2015_ivy_ngcc": "dist/__ivy_ngcc__/fesm2015/sitecore-jss-sitecore-jss-angular.js",
72
72
  "fesm2015_ivy_ngcc": "dist/__ivy_ngcc__/fesm2015/sitecore-jss-sitecore-jss-angular.js",
73
73
  "sideEffects": false,
74
- "gitHead": "560fef2ab7190652f1facff0f7ae7f52639257ee",
74
+ "gitHead": "f95d4d42d34e32f181cad5172aa9e2119db0f467",
75
75
  "files": [
76
76
  "dist",
77
77
  "typings",
package/tsconfig.json CHANGED
@@ -1,9 +1,9 @@
1
- {
2
- "extends": "../../tsconfig.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "module": "es2020",
6
- "strictPropertyInitialization": false,
7
- "typeRoots": ["./node_modules/@types", "./typings"]
8
- }
9
- }
1
+ {
2
+ "extends": "../../tsconfig.json",
3
+ "compilerOptions": {
4
+ "target": "es5",
5
+ "module": "es2020",
6
+ "strictPropertyInitialization": false,
7
+ "typeRoots": ["./node_modules/@types", "./typings"]
8
+ }
9
+ }