@o3r/localization 11.2.0-prerelease.34 → 11.2.0-prerelease.35

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/localization",
3
- "version": "11.2.0-prerelease.34",
3
+ "version": "11.2.0-prerelease.35",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -44,11 +44,11 @@
44
44
  "@formatjs/intl-numberformat": "^8.0.2",
45
45
  "@ngrx/store": "~18.0.0",
46
46
  "@ngx-translate/core": "~15.0.0",
47
- "@o3r/core": "^11.2.0-prerelease.34",
48
- "@o3r/dynamic-content": "^11.2.0-prerelease.34",
49
- "@o3r/extractors": "^11.2.0-prerelease.34",
50
- "@o3r/logger": "^11.2.0-prerelease.34",
51
- "@o3r/schematics": "^11.2.0-prerelease.34",
47
+ "@o3r/core": "^11.2.0-prerelease.35",
48
+ "@o3r/dynamic-content": "^11.2.0-prerelease.35",
49
+ "@o3r/extractors": "^11.2.0-prerelease.35",
50
+ "@o3r/logger": "^11.2.0-prerelease.35",
51
+ "@o3r/schematics": "^11.2.0-prerelease.35",
52
52
  "@schematics/angular": "~18.1.0",
53
53
  "@yarnpkg/cli": "^4.3.1",
54
54
  "@yarnpkg/core": "^4.1.1",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/cms-adapter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAqFvF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;kBAjFwB,MAAM,GAAG,SAAS;UAiFkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/cms-adapter/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,IAAI,EAA0B,MAAM,4BAA4B,CAAC;AAmFvF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;kBA/EwB,MAAM,GAAG,SAAS;UA+EkB,CAAC"}
@@ -16,7 +16,6 @@ function updateCmsAdapterFn(options) {
16
16
  /**
17
17
  * Add cms extractors builder into the angular.json
18
18
  * @param tree
19
- * @param _context
20
19
  * @param context
21
20
  */
22
21
  const editAngularJson = (tree, context) => {
@@ -39,7 +38,7 @@ function updateCmsAdapterFn(options) {
39
38
  workspaceProject.architect['check-localization-migration-metadata'] ||= {
40
39
  builder: '@o3r/localization:check-localization-migration-metadata',
41
40
  options: {
42
- migrationDataPath: 'MIGRATION-*.json'
41
+ migrationDataPath: 'migration-scripts/dist/MIGRATION-*.json'
43
42
  }
44
43
  };
45
44
  workspace.projects[options.projectName] = workspaceProject;
@@ -49,7 +48,6 @@ function updateCmsAdapterFn(options) {
49
48
  /**
50
49
  * Add cms extractors scripts into the package.json
51
50
  * @param tree
52
- * @param _context
53
51
  * @param context
54
52
  */
55
53
  const addExtractorsScripts = (tree, context) => {