@o3r/new-version 11.6.0-prerelease.9 → 12.0.0-next.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": "
|
|
3
|
+
"version": "12.0.0-next.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -13,18 +13,19 @@
|
|
|
13
13
|
"nx": "nx",
|
|
14
14
|
"ng": "yarn nx",
|
|
15
15
|
"build": "yarn nx build new-version",
|
|
16
|
+
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest",
|
|
17
|
+
"build:source": "tsc -b tsconfig.build.json --pretty && yarn cpy ./package.json dist",
|
|
16
18
|
"postbuild": "patch-package-json-main",
|
|
17
19
|
"prepare:publish": "prepare-publish ./dist",
|
|
18
|
-
"prepare:build:builders": "yarn cpy 'schematics/**/*.json' dist/schematics && yarn cpy 'collection.json' dist"
|
|
19
|
-
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
20
|
+
"prepare:build:builders": "yarn cpy 'schematics/**/*.json' dist/schematics && yarn cpy 'collection.json' dist"
|
|
20
21
|
},
|
|
21
22
|
"dependencies": {
|
|
22
23
|
"semver": "^7.5.2",
|
|
23
24
|
"tslib": "^2.6.2"
|
|
24
25
|
},
|
|
25
26
|
"peerDependencies": {
|
|
26
|
-
"@angular-devkit/schematics": "
|
|
27
|
-
"@o3r/schematics": "^
|
|
27
|
+
"@angular-devkit/schematics": "^18.2.0",
|
|
28
|
+
"@o3r/schematics": "^12.0.0-next.1"
|
|
28
29
|
},
|
|
29
30
|
"peerDependenciesMeta": {
|
|
30
31
|
"@angular-devkit/schematics": {
|
|
@@ -41,16 +42,18 @@
|
|
|
41
42
|
"@babel/preset-typescript": "~7.26.0",
|
|
42
43
|
"@compodoc/compodoc": "^1.1.19",
|
|
43
44
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
44
|
-
"@nx/eslint-plugin": "~19.
|
|
45
|
-
"@nx/jest": "~19.
|
|
46
|
-
"@o3r/build-helpers": "^
|
|
47
|
-
"@o3r/eslint-plugin": "^
|
|
48
|
-
"@o3r/
|
|
45
|
+
"@nx/eslint-plugin": "~19.8.0",
|
|
46
|
+
"@nx/jest": "~19.8.0",
|
|
47
|
+
"@o3r/build-helpers": "^12.0.0-next.1",
|
|
48
|
+
"@o3r/eslint-plugin": "^12.0.0-next.1",
|
|
49
|
+
"@o3r/schematics": "^12.0.0-next.1",
|
|
50
|
+
"@o3r/test-helpers": "^12.0.0-next.1",
|
|
51
|
+
"@schematics/angular": "~18.2.0",
|
|
49
52
|
"@stylistic/eslint-plugin": "~2.7.0",
|
|
50
53
|
"@types/jest": "~29.5.2",
|
|
51
54
|
"@types/node": "^20.0.0",
|
|
52
55
|
"@types/semver": "^7.3.13",
|
|
53
|
-
"@typescript-eslint/parser": "~8.
|
|
56
|
+
"@typescript-eslint/parser": "~8.18.0",
|
|
54
57
|
"angular-eslint": "~18.4.0",
|
|
55
58
|
"cpy-cli": "^5.0.0",
|
|
56
59
|
"eslint": "~9.14.0",
|
|
@@ -66,21 +69,21 @@
|
|
|
66
69
|
"globals": "^15.9.0",
|
|
67
70
|
"jest": "~29.7.0",
|
|
68
71
|
"jest-junit": "~16.0.0",
|
|
69
|
-
"nx": "~19.
|
|
72
|
+
"nx": "~19.8.0",
|
|
70
73
|
"pid-from-port": "^1.1.3",
|
|
74
|
+
"rxjs": "^7.8.1",
|
|
71
75
|
"semver": "^7.5.2",
|
|
72
76
|
"ts-jest": "~29.2.0",
|
|
73
77
|
"ts-node": "~10.9.2",
|
|
74
78
|
"typescript": "~5.5.4",
|
|
75
|
-
"typescript-eslint": "~8.
|
|
79
|
+
"typescript-eslint": "~8.18.0"
|
|
76
80
|
},
|
|
77
81
|
"engines": {
|
|
78
82
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|
|
79
83
|
},
|
|
80
84
|
"schematics": "./collection.json",
|
|
81
85
|
"main": "./src/public_api.js",
|
|
82
|
-
"
|
|
83
|
-
"types": "./src/public_api.d.ts",
|
|
86
|
+
"typings": "./src/public_api.d.ts",
|
|
84
87
|
"contributors": [
|
|
85
88
|
{
|
|
86
89
|
"name": "Yannick Adam",
|
|
@@ -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,EAAE,qCAAqC,EAAE,GAAG,2CAAa,iBAAiB,EAAC,CAAC;IAClF,OAAO,qCAAqC,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;AACjE,CAAC,CAAC;AAHW,QAAA,KAAK,SAGhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}
|