@o3r/localization 11.6.0-prerelease.45 → 11.6.0-prerelease.48

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.
@@ -1,4 +1,4 @@
1
- import { I18nBuilderSchema } from './schema';
1
+ import type { I18nBuilderSchema } from './schema';
2
2
  declare const _default: import("@angular-devkit/architect/src/internal").Builder<I18nBuilderSchema & import("@angular-devkit/core").JsonObject>;
3
3
  export default _default;
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/i18n/index.ts"],"names":[],"mappings":"AAaA,OAAO,EACL,iBAAiB,EAClB,MAAM,UAAU,CAAC;;AAElB,wBAsCI"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/i18n/index.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EACV,iBAAiB,EAClB,MAAM,UAAU,CAAC;;AAElB,wBAsCI"}
@@ -1,4 +1,4 @@
1
- import { LocalizationBuilderSchema } from './schema';
1
+ import type { LocalizationBuilderSchema } from './schema';
2
2
  /**
3
3
  * Load all the translation files in the given array and created a single Object that associated to each key its localized value.
4
4
  * @param files
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/localization/index.ts"],"names":[],"mappings":"AA+BA,OAAO,EACL,yBAAyB,EAC1B,MAAM,UAAU,CAAC;AA+ElB;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAGzE;AAED;;;;;;;GAOG;AACH,wBAAgB,0BAA0B,CACxC,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,EAC1C,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC9C,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAC9C,cAAc,GAAE,GAAG,CAAC,MAAM,CAAa,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA6BjE;;AA0KD,wBA0MI"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/localization/index.ts"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EACV,yBAAyB,EAC1B,MAAM,UAAU,CAAC;AA+ElB;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,CAGzE;AAED;;;;;;;GAOG;AACH,wBAAgB,0BAA0B,CACxC,QAAQ,EAAE,MAAM,EAChB,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,EAC1C,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC9C,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAC9C,cAAc,GAAE,GAAG,CAAC,MAAM,CAAa,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA6BjE;;AA0KD,wBA0MI"}
@@ -1,5 +1,5 @@
1
- import { LocalizationExtractorBuilderSchema } from './schema';
2
- export * from './schema';
1
+ import type { LocalizationExtractorBuilderSchema } from './schema';
2
+ export type * from './schema';
3
3
  declare const _default: import("@angular-devkit/architect/src/internal").Builder<LocalizationExtractorBuilderSchema & import("@angular-devkit/core").JsonObject>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/localization-extractor/index.ts"],"names":[],"mappings":"AAsBA,OAAO,EACL,kCAAkC,EACnC,MAAM,UAAU,CAAC;AAKlB,cAAc,UAAU,CAAC;;AAEzB,wBAiMI"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../builders/localization-extractor/index.ts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EACV,kCAAkC,EACnC,MAAM,UAAU,CAAC;AAKlB,mBAAmB,UAAU,CAAC;;AAE9B,wBAiMI"}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
3
  const fs = require("node:fs");
5
4
  const path = require("node:path");
6
5
  const architect_1 = require("@angular-devkit/architect");
@@ -10,7 +9,6 @@ const chokidar = require("chokidar");
10
9
  const globby_1 = require("globby");
11
10
  const localization_generator_1 = require("../helpers/localization.generator");
12
11
  const validations_1 = require("./validations");
13
- tslib_1.__exportStar(require("./schema"), exports);
14
12
  exports.default = (0, architect_1.createBuilder)((0, extractors_1.createBuilderWithMetricsIfInstalled)(async (options, context) => {
15
13
  context.reportRunning();
16
14
  const localizationExtractor = new localization_generator_1.LocalizationExtractor(path.resolve(context.workspaceRoot, options.tsConfig), context.logger, options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/localization",
3
- "version": "11.6.0-prerelease.45",
3
+ "version": "11.6.0-prerelease.48",
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.6.0-prerelease.45",
48
- "@o3r/dynamic-content": "^11.6.0-prerelease.45",
49
- "@o3r/extractors": "^11.6.0-prerelease.45",
50
- "@o3r/logger": "^11.6.0-prerelease.45",
51
- "@o3r/schematics": "^11.6.0-prerelease.45",
47
+ "@o3r/core": "^11.6.0-prerelease.48",
48
+ "@o3r/dynamic-content": "^11.6.0-prerelease.48",
49
+ "@o3r/extractors": "^11.6.0-prerelease.48",
50
+ "@o3r/logger": "^11.6.0-prerelease.48",
51
+ "@o3r/schematics": "^11.6.0-prerelease.48",
52
52
  "@schematics/angular": "^18.2.0",
53
53
  "@yarnpkg/cli": "^4.3.1",
54
54
  "@yarnpkg/core": "^4.1.1",
@@ -61,7 +61,8 @@
61
61
  "rxjs": "^7.8.1",
62
62
  "semver": "^7.5.2",
63
63
  "type-fest": "^4.10.2",
64
- "typescript": "^5.5.4"
64
+ "typescript": "^5.5.4",
65
+ "ts-node": "~10.9.2"
65
66
  },
66
67
  "peerDependenciesMeta": {
67
68
  "@angular-devkit/core": {