@ama-sdk/schematics 12.1.0-prerelease.22 → 12.1.0-prerelease.23

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": "@ama-sdk/schematics",
3
- "version": "12.1.0-prerelease.22",
3
+ "version": "12.1.0-prerelease.23",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -61,11 +61,11 @@
61
61
  }
62
62
  },
63
63
  "peerDependencies": {
64
- "@ama-sdk/core": "^12.1.0-prerelease.22",
64
+ "@ama-sdk/core": "^12.1.0-prerelease.23",
65
65
  "@angular-devkit/core": "^19.0.0",
66
66
  "@angular-devkit/schematics-cli": "^19.0.0",
67
67
  "@angular/cli": "^19.0.0",
68
- "@o3r/schematics": "^12.1.0-prerelease.22",
68
+ "@o3r/schematics": "^12.1.0-prerelease.23",
69
69
  "@openapitools/openapi-generator-cli": "^2.15.0",
70
70
  "openapi-types": "^12.0.0",
71
71
  "ts-node": "~10.9.2",
@@ -84,17 +84,17 @@
84
84
  "tslib": "^2.6.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@ama-sdk/core": "^12.1.0-prerelease.22",
87
+ "@ama-sdk/core": "^12.1.0-prerelease.23",
88
88
  "@angular-devkit/schematics-cli": "~19.1.0",
89
89
  "@angular/cli": "~19.1.0",
90
90
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
91
91
  "@nx/eslint-plugin": "~20.2.0",
92
92
  "@nx/jest": "~20.2.0",
93
- "@o3r/build-helpers": "^12.1.0-prerelease.22",
94
- "@o3r/eslint-plugin": "^12.1.0-prerelease.22",
95
- "@o3r/schematics": "^12.1.0-prerelease.22",
96
- "@o3r/telemetry": "^12.1.0-prerelease.22",
97
- "@o3r/test-helpers": "^12.1.0-prerelease.22",
93
+ "@o3r/build-helpers": "^12.1.0-prerelease.23",
94
+ "@o3r/eslint-plugin": "^12.1.0-prerelease.23",
95
+ "@o3r/schematics": "^12.1.0-prerelease.23",
96
+ "@o3r/telemetry": "^12.1.0-prerelease.23",
97
+ "@o3r/test-helpers": "^12.1.0-prerelease.23",
98
98
  "@openapitools/openapi-generator-cli": "~2.16.0",
99
99
  "@schematics/angular": "~19.1.0",
100
100
  "@stylistic/eslint-plugin": "~3.0.0",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/api-extension/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EAIL,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,sCAAsC,EACvC,MAAM,UAAU,CAAC;AAiBlB;;;GAGG;AACH,eAAO,MAAM,sBAAsB,YAAa,sCAAsC,wBAGrF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/api-extension/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,IAAI,EAIL,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,sCAAsC,EACvC,MAAM,UAAU,CAAC;AAiBlB;;;GAGG;AACH,eAAO,MAAM,sBAAsB,YAAa,sCAAsC,wBAKrF,CAAC"}
@@ -21,8 +21,8 @@ function ngGenerateApiExtensionFn(options) {
21
21
  * @param options
22
22
  */
23
23
  const ngGenerateApiExtension = (options) => async () => {
24
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics'));
25
- return createSchematicWithMetricsIfInstalled(ngGenerateApiExtensionFn)(options);
24
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics'));
25
+ return createOtterSchematic(ngGenerateApiExtensionFn)(options);
26
26
  };
27
27
  exports.ngGenerateApiExtension = ngGenerateApiExtension;
28
28
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/migrate/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,IAAI,EACL,MAAM,4BAA4B,CAAC;AAsBpC,OAAO,EACL,8BAA8B,EAC/B,MAAM,UAAU,CAAC;AAgClB;;;GAGG;AACH,eAAO,MAAM,OAAO,YAAa,8BAA8B,wBAG9D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/migrate/index.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,IAAI,EACL,MAAM,4BAA4B,CAAC;AAsBpC,OAAO,EACL,8BAA8B,EAC/B,MAAM,UAAU,CAAC;AAgClB;;;GAGG;AACH,eAAO,MAAM,OAAO,YAAa,8BAA8B,wBAK9D,CAAC"}
@@ -41,8 +41,8 @@ function migrateFn(options) {
41
41
  * @param options
42
42
  */
43
43
  const migrate = (options) => async () => {
44
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics'));
45
- return createSchematicWithMetricsIfInstalled(migrateFn)(options);
44
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics'));
45
+ return createOtterSchematic(migrateFn)(options);
46
46
  };
47
47
  exports.migrate = migrate;
48
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAcpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AAOlB;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,EAAE,IAwCtC,CAAC;AAuGF;;;GAGG;AACH,eAAO,MAAM,KAAK,SAAU,qBAAqB,KAAG,IAGnD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AAcpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AAOlB;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,EAAE,IAwCtC,CAAC;AAuGF;;;GAGG;AACH,eAAO,MAAM,KAAK,SAAU,qBAAqB,KAAG,IAKnD,CAAC"}
@@ -147,8 +147,8 @@ function ngAddFn() {
147
147
  * @param opts
148
148
  */
149
149
  const ngAdd = (opts) => async () => {
150
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics'));
151
- return createSchematicWithMetricsIfInstalled(ngAddFn)(opts);
150
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics'));
151
+ return createOtterSchematic(ngAddFn)(opts);
152
152
  };
153
153
  exports.ngAdd = ngAdd;
154
154
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/core/index.ts"],"names":[],"mappings":"AAWA,OAAO,EAOL,IAAI,EAKL,MAAM,4BAA4B,CAAC;AA8BpC,OAAO,EACL,2CAA2C,EAC5C,MAAM,UAAU,CAAC;AAoQlB;;;GAGG;AACH,eAAO,MAAM,uBAAuB,YAAa,2CAA2C,wBAG3F,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/core/index.ts"],"names":[],"mappings":"AAWA,OAAO,EAOL,IAAI,EAKL,MAAM,4BAA4B,CAAC;AA8BpC,OAAO,EACL,2CAA2C,EAC5C,MAAM,UAAU,CAAC;AAoQlB;;;GAGG;AACH,eAAO,MAAM,uBAAuB,YAAa,2CAA2C,wBAK3F,CAAC"}
@@ -246,8 +246,8 @@ function ngGenerateTypescriptSDKFn(options) {
246
246
  * @param options
247
247
  */
248
248
  const ngGenerateTypescriptSDK = (options) => async () => {
249
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics'));
250
- return createSchematicWithMetricsIfInstalled(ngGenerateTypescriptSDKFn)(options);
249
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics'));
250
+ return createOtterSchematic(ngGenerateTypescriptSDKFn)(options);
251
251
  };
252
252
  exports.ngGenerateTypescriptSDK = ngGenerateTypescriptSDK;
253
253
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/mock/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAML,IAAI,EAKL,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,8BAA8B,EAC/B,MAAM,UAAU,CAAC;AAsBlB;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAE/D;AA+CD;;;GAGG;AACH,eAAO,MAAM,cAAc,YAAa,8BAA8B,wBAGrE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/mock/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAML,IAAI,EAKL,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,8BAA8B,EAC/B,MAAM,UAAU,CAAC;AAsBlB;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAE/D;AA+CD;;;GAGG;AACH,eAAO,MAAM,cAAc,YAAa,8BAA8B,wBAKrE,CAAC"}
@@ -75,8 +75,8 @@ function ngGenerateMockFn(options) {
75
75
  * @param options
76
76
  */
77
77
  const ngGenerateMock = (options) => async () => {
78
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics'));
79
- return createSchematicWithMetricsIfInstalled(ngGenerateMockFn)(options);
78
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics'));
79
+ return createOtterSchematic(ngGenerateMockFn)(options);
80
80
  };
81
81
  exports.ngGenerateMock = ngGenerateMock;
82
82
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/shell/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAOL,IAAI,EAKL,MAAM,4BAA4B,CAAC;AAYpC,OAAO,KAAK,EACV,4CAA4C,EAC7C,MAAM,UAAU,CAAC;AAoJlB;;;GAGG;AACH,eAAO,MAAM,uBAAuB,YAAa,4CAA4C,wBAG5F,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../schematics/typescript/shell/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAOL,IAAI,EAKL,MAAM,4BAA4B,CAAC;AAYpC,OAAO,KAAK,EACV,4CAA4C,EAC7C,MAAM,UAAU,CAAC;AAoJlB;;;GAGG;AACH,eAAO,MAAM,uBAAuB,YAAa,4CAA4C,wBAK5F,CAAC"}
@@ -147,8 +147,8 @@ function ngGenerateTypescriptSDKFn(options) {
147
147
  * @param options
148
148
  */
149
149
  const ngGenerateTypescriptSDK = (options) => async () => {
150
- const { createSchematicWithMetricsIfInstalled } = await Promise.resolve().then(() => require('@o3r/schematics'));
151
- return createSchematicWithMetricsIfInstalled(ngGenerateTypescriptSDKFn)(options);
150
+ const { createOtterSchematic } = await Promise.resolve().then(() => require('@o3r/schematics'));
151
+ return createOtterSchematic(ngGenerateTypescriptSDKFn)(options);
152
152
  };
153
153
  exports.ngGenerateTypescriptSDK = ngGenerateTypescriptSDK;
154
154
  //# sourceMappingURL=index.js.map