@ama-sdk/core 13.0.0-next.22 → 13.0.0-next.24

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
5
  _export_star(require("./crypto"), exports);
6
- _export_star(require("./perf"), exports);
6
+ _export_star(require("./perf/index"), exports);
7
7
  _export_star(require("./encoder"), exports);
8
8
  _export_star(require("./generic-api"), exports);
9
9
  _export_star(require("./ie11"), exports);
@@ -1,5 +1,5 @@
1
1
  export * from './crypto';
2
- export * from './perf';
2
+ export * from './perf/index';
3
3
  export * from './encoder';
4
4
  export * from './generic-api';
5
5
  export * from './ie11';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/core",
3
- "version": "13.0.0-next.22",
3
+ "version": "13.0.0-next.24",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -43,7 +43,7 @@
43
43
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
44
44
  },
45
45
  "dependencies": {
46
- "@o3r/schematics": "^13.0.0-next.22",
46
+ "@o3r/schematics": "^13.0.0-next.24",
47
47
  "@swc/helpers": "~0.5.0",
48
48
  "ts-node": "~10.9.2",
49
49
  "tslib": "^2.6.2",
@@ -52,7 +52,7 @@
52
52
  "peerDependencies": {
53
53
  "@angular-devkit/schematics": "^20.0.0",
54
54
  "@angular/cli": "^20.0.0",
55
- "@o3r/schematics": "^13.0.0-next.22",
55
+ "@o3r/schematics": "^13.0.0-next.24",
56
56
  "@schematics/angular": "^20.0.0",
57
57
  "typescript": "^5.8.0"
58
58
  },
@@ -81,9 +81,9 @@
81
81
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
82
82
  "@nx/eslint-plugin": "~21.3.11",
83
83
  "@nx/jest": "~21.3.11",
84
- "@o3r/build-helpers": "^13.0.0-next.22",
85
- "@o3r/eslint-plugin": "^13.0.0-next.22",
86
- "@o3r/test-helpers": "^13.0.0-next.22",
84
+ "@o3r/build-helpers": "^13.0.0-next.24",
85
+ "@o3r/eslint-plugin": "^13.0.0-next.24",
86
+ "@o3r/test-helpers": "^13.0.0-next.24",
87
87
  "@schematics/angular": "~20.0.0",
88
88
  "@stylistic/eslint-plugin": "~3.1.0",
89
89
  "@swc/cli": "~0.7.7",
@@ -1,5 +1,5 @@
1
1
  export * from './crypto';
2
- export * from './perf';
2
+ export * from './perf/index';
3
3
  export * from './encoder';
4
4
  export * from './generic-api';
5
5
  export * from './ie11';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export * from './crypto';
2
- export * from './perf';
2
+ export * from './perf/index';
3
3
  export * from './encoder';
4
4
  export * from './generic-api';
5
5
  export * from './ie11';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC"}