@o3r/core 10.4.0-prerelease.17 → 10.4.0-prerelease.19
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 +4 -4
- package/schematics/ng-add/index.js +1 -1
- package/schematics/rule-factories/component/common.d.ts.map +1 -1
- package/schematics/rule-factories/component/common.js +2 -2
- package/schematics/shared/presets/all.preset.js +1 -1
- package/schematics/shared/presets/cms.preset.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/core",
|
|
3
|
-
"version": "10.4.0-prerelease.
|
|
3
|
+
"version": "10.4.0-prerelease.19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@ngrx/store": "~17.2.0",
|
|
27
27
|
"@nrwl/devkit": "~18.3.0",
|
|
28
28
|
"@nx/angular": "~18.3.0",
|
|
29
|
-
"@o3r/telemetry": "^10.4.0-prerelease.
|
|
29
|
+
"@o3r/telemetry": "^10.4.0-prerelease.19",
|
|
30
30
|
"@schematics/angular": "~17.3.0",
|
|
31
31
|
"chokidar": "^3.5.2",
|
|
32
32
|
"globby": "^11.1.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@o3r/schematics": "^10.4.0-prerelease.
|
|
67
|
+
"@o3r/schematics": "^10.4.0-prerelease.19",
|
|
68
68
|
"tslib": "^2.6.2",
|
|
69
69
|
"uuid": "^9.0.0"
|
|
70
70
|
},
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@ngrx/router-store": "~17.2.0",
|
|
75
75
|
"@ngrx/effects": "~17.2.0",
|
|
76
76
|
"@ngrx/store-devtools": "~17.2.0",
|
|
77
|
-
"@o3r/store-sync": "^10.4.0-prerelease.
|
|
77
|
+
"@o3r/store-sync": "^10.4.0-prerelease.19",
|
|
78
78
|
"@types/jest": "~29.5.2",
|
|
79
79
|
"nx": "~18.3.0",
|
|
80
80
|
"@typescript-eslint/parser": "^7.2.0",
|
|
@@ -50,7 +50,7 @@ function ngAddFn(options) {
|
|
|
50
50
|
}
|
|
51
51
|
return (0, schematics_1.chain)([
|
|
52
52
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
53
|
-
(0, schematics_2.
|
|
53
|
+
(0, schematics_2.setupSchematicsParamsForProject)({ '*:ng-add': { registerDevtool: options.withDevtool } }, options.projectName),
|
|
54
54
|
options.projectName ? (0, index_1.prepareProject)(options, dependenciesSetupConfig) : (0, schematics_1.noop)(),
|
|
55
55
|
(0, schematics_2.registerPackageCollectionSchematics)(corePackageJsonContent),
|
|
56
56
|
async (t, c) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../schematics/rule-factories/component/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,IAAI,EAAqC,MAAM,4BAA4B,CAAC;AAKrH;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,kDAAkD,SACvD,MAAM,cACA,MAAM,oBACA,OAAO,GAAG,IAAI,GAAG,SAAS,gBAC9B,MAAM,0BACI,MAAM,EAAE,eACnB,MAAM,iBACJ,MAAM,qBACH,GAAG,KACpB,
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../schematics/rule-factories/component/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,IAAI,EAAqC,MAAM,4BAA4B,CAAC;AAKrH;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,kDAAkD,SACvD,MAAM,cACA,MAAM,oBACA,OAAO,GAAG,IAAI,GAAG,SAAS,gBAC9B,MAAM,0BACI,MAAM,EAAE,eACnB,MAAM,iBACJ,MAAM,qBACH,GAAG,KACpB,IAgEF,CAAC"}
|
|
@@ -69,12 +69,12 @@ const askQuestionsToGetRulesOrThrowIfPackageNotAvailable = (path, optionName, de
|
|
|
69
69
|
? (0, schematics_1.externalSchematic)(packageName, schematicName, options)
|
|
70
70
|
: (0, schematics_1.schematic)(schematicName, options),
|
|
71
71
|
...(alwaysApplyRule !== 'ask-again' ? [
|
|
72
|
-
(0, schematics_2.
|
|
72
|
+
(0, schematics_2.setupSchematicsParamsForProject)(schematicsNameToUpdate.reduce((acc, schematicToUpdateName) => {
|
|
73
73
|
acc[schematicToUpdateName] = {
|
|
74
74
|
[optionName]: alwaysApplyRule === 'yes'
|
|
75
75
|
};
|
|
76
76
|
return acc;
|
|
77
|
-
}, {}))
|
|
77
|
+
}, {}), options.projectName)
|
|
78
78
|
] : [])
|
|
79
79
|
]) : schematics_1.noop;
|
|
80
80
|
};
|
|
@@ -32,7 +32,7 @@ function allPreset(options) {
|
|
|
32
32
|
modules,
|
|
33
33
|
rule: (0, schematics_1.chain)([
|
|
34
34
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
35
|
-
(0, schematics_2.
|
|
35
|
+
(0, schematics_2.setupSchematicsParamsForProject)({ '*:ng-add': { enableMetadataExtract: true } }, options.projectName),
|
|
36
36
|
rule
|
|
37
37
|
])
|
|
38
38
|
};
|
|
@@ -23,7 +23,7 @@ function cmsPreset(options) {
|
|
|
23
23
|
modules,
|
|
24
24
|
rule: (0, schematics_1.chain)([
|
|
25
25
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
26
|
-
(0, schematics_2.
|
|
26
|
+
(0, schematics_2.setupSchematicsParamsForProject)({ '*:ng-add': { enableMetadataExtract: true } }, options.projectName),
|
|
27
27
|
rule
|
|
28
28
|
])
|
|
29
29
|
};
|