@sitecore-jss/sitecore-jss-angular 22.12.1 → 22.12.2-canary.1

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/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
- },
7
- "allowedNonPeerDependencies": [
8
- "sitecore-jss",
9
- "@angular/common",
10
- "@angular/core",
11
- "@angular/router"
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
+ },
7
+ "allowedNonPeerDependencies": [
8
+ "sitecore-jss",
9
+ "@angular/common",
10
+ "@angular/core",
11
+ "@angular/router"
12
+ ]
13
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-angular",
3
- "version": "22.12.1",
3
+ "version": "22.12.2-canary.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "ng-packagr -p ng-package.json",
@@ -62,7 +62,7 @@
62
62
  "rxjs": "~7.8.1"
63
63
  },
64
64
  "dependencies": {
65
- "@sitecore-jss/sitecore-jss": "22.12.1"
65
+ "@sitecore-jss/sitecore-jss": "22.12.2-canary.1"
66
66
  },
67
67
  "main": "dist/fesm2022/sitecore-jss-sitecore-jss-angular.mjs",
68
68
  "module": "dist/fesm2022/sitecore-jss-sitecore-jss-angular.mjs",
@@ -72,7 +72,7 @@
72
72
  "esm2022": "dist/fesm2022/sitecore-jss-sitecore-jss-angular.mjs",
73
73
  "fesm2022": "dist/fesm2022/sitecore-jss-sitecore-jss-angular.mjs",
74
74
  "sideEffects": false,
75
- "gitHead": "52e25b8422c4fe896d141e97a2023346135ddfd2",
75
+ "gitHead": "8190efb30dee9b8ff883a2f45616b5441341433f",
76
76
  "files": [
77
77
  "dist",
78
78
  "typings",
package/tsconfig.json CHANGED
@@ -1,10 +1,10 @@
1
- {
2
- "extends": "../../tsconfig.json",
3
- "compilerOptions": {
4
- "target": "es2022",
5
- "module": "es2022",
6
- "strictPropertyInitialization": false,
7
- "typeRoots": ["./node_modules/@types", "./typings"],
8
- "skipLibCheck": true,
9
- }
10
- }
1
+ {
2
+ "extends": "../../tsconfig.json",
3
+ "compilerOptions": {
4
+ "target": "es2022",
5
+ "module": "es2022",
6
+ "strictPropertyInitialization": false,
7
+ "typeRoots": ["./node_modules/@types", "./typings"],
8
+ "skipLibCheck": true,
9
+ }
10
+ }
@@ -1,19 +1,19 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "lib": ["ES2022", "dom"],
5
- "skipLibCheck": true,
6
- "outDir": "./dist/out-tsc",
7
- "types": [
8
- "jasmine"
9
- ]
10
- },
11
- "files": [
12
- "./src/test.ts"
13
- ],
14
- "include": [
15
- "**/*.spec.ts",
16
- "**/*.d.ts"
17
- ]
18
- }
1
+ {
2
+ "extends": "./tsconfig.json",
3
+ "compilerOptions": {
4
+ "lib": ["ES2022", "dom"],
5
+ "skipLibCheck": true,
6
+ "outDir": "./dist/out-tsc",
7
+ "types": [
8
+ "jasmine"
9
+ ]
10
+ },
11
+ "files": [
12
+ "./src/test.ts"
13
+ ],
14
+ "include": [
15
+ "**/*.spec.ts",
16
+ "**/*.d.ts"
17
+ ]
18
+ }
19
19
 
package/typings/README.md CHANGED
@@ -1,2 +1,2 @@
1
- This folder is not a TypeScript v1 typings folder (which was a generated folder of typings).
2
- This is a manually maintained typings folder.
1
+ This folder is not a TypeScript v1 typings folder (which was a generated folder of typings).
2
+ This is a manually maintained typings folder.