@o3r/new-version 12.2.0-prerelease.9 → 12.2.0-rc.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/new-version",
|
|
3
|
-
"version": "12.2.0-
|
|
3
|
+
"version": "12.2.0-rc.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest",
|
|
17
17
|
"build:source": "tsc -b tsconfig.build.json --pretty && yarn cpy ./package.json dist",
|
|
18
18
|
"postbuild": "patch-package-json-main",
|
|
19
|
-
"prepare:publish": "prepare-publish ./dist",
|
|
20
19
|
"prepare:build:builders": "yarn cpy 'schematics/**/*.json' dist/schematics && yarn cpy 'collection.json' dist"
|
|
21
20
|
},
|
|
22
21
|
"dependencies": {
|
|
@@ -26,7 +25,7 @@
|
|
|
26
25
|
},
|
|
27
26
|
"peerDependencies": {
|
|
28
27
|
"@angular-devkit/schematics": "^19.0.0",
|
|
29
|
-
"@o3r/schematics": "^12.2.0-
|
|
28
|
+
"@o3r/schematics": "^12.2.0-rc.1"
|
|
30
29
|
},
|
|
31
30
|
"peerDependenciesMeta": {
|
|
32
31
|
"@angular-devkit/schematics": {
|
|
@@ -40,26 +39,26 @@
|
|
|
40
39
|
"@angular-devkit/core": "~19.2.0",
|
|
41
40
|
"@angular-devkit/schematics": "~19.2.0",
|
|
42
41
|
"@babel/core": "~7.26.0",
|
|
43
|
-
"@babel/preset-typescript": "~7.
|
|
42
|
+
"@babel/preset-typescript": "~7.27.0",
|
|
44
43
|
"@compodoc/compodoc": "^1.1.19",
|
|
45
44
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
46
|
-
"@nx/eslint-plugin": "~20.
|
|
47
|
-
"@nx/jest": "~20.
|
|
48
|
-
"@o3r/build-helpers": "^12.2.0-
|
|
49
|
-
"@o3r/eslint-plugin": "^12.2.0-
|
|
50
|
-
"@o3r/schematics": "^12.2.0-
|
|
51
|
-
"@o3r/test-helpers": "^12.2.0-
|
|
45
|
+
"@nx/eslint-plugin": "~20.6.0",
|
|
46
|
+
"@nx/jest": "~20.6.0",
|
|
47
|
+
"@o3r/build-helpers": "^12.2.0-rc.1",
|
|
48
|
+
"@o3r/eslint-plugin": "^12.2.0-rc.1",
|
|
49
|
+
"@o3r/schematics": "^12.2.0-rc.1",
|
|
50
|
+
"@o3r/test-helpers": "^12.2.0-rc.1",
|
|
52
51
|
"@schematics/angular": "~19.2.0",
|
|
53
52
|
"@stylistic/eslint-plugin": "~3.1.0",
|
|
54
53
|
"@types/jest": "~29.5.2",
|
|
55
54
|
"@types/node": "^20.0.0",
|
|
56
55
|
"@types/semver": "^7.3.13",
|
|
57
|
-
"@typescript-eslint/parser": "~8.
|
|
58
|
-
"angular-eslint": "~19.
|
|
56
|
+
"@typescript-eslint/parser": "~8.29.0",
|
|
57
|
+
"angular-eslint": "~19.3.0",
|
|
59
58
|
"cpy-cli": "^5.0.0",
|
|
60
|
-
"eslint": "~9.
|
|
59
|
+
"eslint": "~9.23.0",
|
|
61
60
|
"eslint-import-resolver-node": "~0.3.9",
|
|
62
|
-
"eslint-import-resolver-typescript": "~3.
|
|
61
|
+
"eslint-import-resolver-typescript": "~3.10.0",
|
|
63
62
|
"eslint-plugin-import": "~2.31.0",
|
|
64
63
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
65
64
|
"eslint-plugin-jest": "~28.11.0",
|
|
@@ -70,15 +69,15 @@
|
|
|
70
69
|
"globals": "^15.9.0",
|
|
71
70
|
"jest": "~29.7.0",
|
|
72
71
|
"jest-junit": "~16.0.0",
|
|
73
|
-
"nx": "~20.
|
|
72
|
+
"nx": "~20.6.0",
|
|
74
73
|
"pid-from-port": "^1.1.3",
|
|
75
74
|
"rxjs": "^7.8.1",
|
|
76
75
|
"semver": "^7.5.2",
|
|
77
|
-
"ts-jest": "~29.
|
|
76
|
+
"ts-jest": "~29.3.0",
|
|
78
77
|
"ts-node": "~10.9.2",
|
|
79
78
|
"type-fest": "^4.30.1",
|
|
80
79
|
"typescript": "~5.8.2",
|
|
81
|
-
"typescript-eslint": "~8.
|
|
80
|
+
"typescript-eslint": "~8.29.0"
|
|
82
81
|
},
|
|
83
82
|
"engines": {
|
|
84
83
|
"node": "^20.11.1 || >=22.0.0"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,kCAAkC;AAQlC,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;AAE5E;;;GAGG;AACH,SAAS,OAAO,CAAC,OAA8B;IAC7C,kBAAkB;IAClB,OAAO,KAAK,EAAE,IAAI,EAAE,EAAE;QACpB,MAAM,EAAE,uBAAuB,EAAE,iBAAiB,EAAE,GAAG,2CAAa,iBAAiB,EAAC,CAAC;QAEvF,OAAO,iBAAiB,CAAC;YACvB,WAAW,EAAE,OAAO,CAAC,WAAW;YAChC,YAAY,EAAE,uBAAuB,CAAC,eAAe,EAAE,IAAI,EAAE,OAAO,CAAC,WAAW,EAAE,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC;SACnH,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC;AAEM,MAAM,KAAK,GAAG,CAAC,OAA8B,EAAQ,EAAE,CAAC,KAAK,IAAI,EAAE;IACxE,MAAM,EACJ,oBAAoB,EACrB,GAAG,2CAAa,iBAAiB,EAAC,CAAC;IACpC,OAAO,oBAAoB,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;AAChD,CAAC,CAAC;AALW,QAAA,KAAK,SAKhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}
|