@ama-sdk/client-angular 13.3.0-prerelease.7 → 13.4.0-prerelease.5
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/client-angular",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.0-prerelease.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"module": "src/public_api.js",
|
|
9
9
|
"esm2015": "esm2015/public_api.js",
|
|
10
10
|
"esm2020": "src/public_api.js",
|
|
11
|
-
"
|
|
11
|
+
"types": "src/public_api.d.ts",
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"exports": {
|
|
14
14
|
"./package.json": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
".": {
|
|
18
18
|
"module": "./src/public_api.js",
|
|
19
|
-
"
|
|
19
|
+
"types": "./src/public_api.d.ts",
|
|
20
20
|
"import": "./src/public_api.js",
|
|
21
21
|
"node": "./cjs/public_api.js",
|
|
22
22
|
"require": "./cjs/public_api.js",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@o3r/schematics": "
|
|
38
|
+
"@o3r/schematics": "13.4.0-prerelease.5",
|
|
39
39
|
"@swc/helpers": "~0.5.0",
|
|
40
40
|
"tslib": "^2.6.2",
|
|
41
41
|
"type-fest": "^4.30.1",
|
|
42
42
|
"uuid": "^11.0.5"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@ama-sdk/core": "
|
|
45
|
+
"@ama-sdk/core": "13.4.0-prerelease.5",
|
|
46
46
|
"@angular-devkit/schematics": "^20.0.0",
|
|
47
47
|
"@angular/cli": "^20.0.0",
|
|
48
48
|
"@angular/common": "^20.0.0",
|
|
49
|
-
"@o3r/schematics": "
|
|
49
|
+
"@o3r/schematics": "13.4.0-prerelease.5",
|
|
50
50
|
"@schematics/angular": "^20.0.0",
|
|
51
51
|
"rxjs": "^7.8.1",
|
|
52
52
|
"type-fest": "^4.30.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@ama-sdk/core": "
|
|
79
|
+
"@ama-sdk/core": "13.4.0-prerelease.5",
|
|
80
80
|
"@angular-devkit/core": "~20.3.0",
|
|
81
81
|
"@angular-devkit/schematics": "~20.3.0",
|
|
82
82
|
"@angular/common": "~20.3.0",
|
|
@@ -84,19 +84,19 @@
|
|
|
84
84
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
85
85
|
"@nx/eslint-plugin": "~21.6.0",
|
|
86
86
|
"@nx/jest": "~21.6.0",
|
|
87
|
-
"@o3r/build-helpers": "
|
|
88
|
-
"@o3r/eslint-plugin": "
|
|
89
|
-
"@o3r/test-helpers": "
|
|
87
|
+
"@o3r/build-helpers": "13.4.0-prerelease.5",
|
|
88
|
+
"@o3r/eslint-plugin": "13.4.0-prerelease.5",
|
|
89
|
+
"@o3r/test-helpers": "13.4.0-prerelease.5",
|
|
90
90
|
"@schematics/angular": "~20.3.0",
|
|
91
|
-
"@stylistic/eslint-plugin": "~5.
|
|
91
|
+
"@stylistic/eslint-plugin": "~5.5.0",
|
|
92
92
|
"@swc/cli": "~0.7.7",
|
|
93
93
|
"@swc/core": "~1.13.0",
|
|
94
94
|
"@types/jest": "~29.5.2",
|
|
95
95
|
"@types/node": "~22.18.0",
|
|
96
96
|
"@typescript-eslint/parser": "~8.46.0",
|
|
97
|
-
"angular-eslint": "~20.
|
|
97
|
+
"angular-eslint": "~20.5.0",
|
|
98
98
|
"cpy-cli": "^6.0.0",
|
|
99
|
-
"eslint": "~9.
|
|
99
|
+
"eslint": "~9.38.0",
|
|
100
100
|
"eslint-import-resolver-node": "~0.3.9",
|
|
101
101
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
102
102
|
"eslint-plugin-import": "~2.32.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"eslint-plugin-jsdoc": "~54.7.0",
|
|
106
106
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
107
107
|
"eslint-plugin-unicorn": "~60.0.0",
|
|
108
|
-
"eslint-plugin-unused-imports": "~4.
|
|
108
|
+
"eslint-plugin-unused-imports": "~4.3.0",
|
|
109
109
|
"globals": "^16.0.0",
|
|
110
110
|
"jest": "~29.7.0",
|
|
111
111
|
"jest-junit": "~16.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,kCAAkC;AAClC,2DAIoC;AACpC,gDAKyB;AACzB,uDAEgC;AAKhC;;GAEG;AACH,MAAM,qBAAqB,GAAG;IAC5B,MAAM;CACP,CAAC;AAEF;;GAEG;AACH,MAAM,wBAAwB,GAAa,EAC1C,CAAC;AAEF,MAAM,eAAe,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;AAE5E;;;GAGG;AACH,SAAS,OAAO,CAAC,OAA8B;IAC7C,OAAO,IAAA,kBAAK,EAAC;QACX,kDAAkD;QAClD,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,IAAA,iBAAI,GAAE,CAAC,CAAC,CAAC,IAAA,2BAAc,GAAE;QAC9C,IAAA,kCAAqB,EAAC,OAAO,EAAE,eAAe,EAAE,EAAE,qBAAqB,EAAE,wBAAwB,EAAE,CAAC;QACpG,IAAA,0BAAa,EAAC,wCAA2B,CAAC;KAC3C,CAAC,CAAC;AACL,CAAC;AAED;;;GAGG;AACI,MAAM,KAAK,GAAG,CAAC,OAA8B,EAAE,EAAE,CAAC,IAAA,iCAAoB,EAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;AAAnF,QAAA,KAAK,SAA8E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"import-map.js","sourceRoot":"","sources":["../../../../schematics/ng-add/migration/import-map.ts"],"names":[],"mappings":";;;AAAA,MAAM,cAAc,GAAG;IACrB,UAAU,EAAE,yBAAyB;CACtC,CAAC;AAEW,QAAA,2BAA2B,GAAG;IACzC,eAAe,EAAE;QACf,6BAA6B;QAC7B,iCAAiC;QACjC,kBAAkB;QAClB,sBAAsB;QACtB,gCAAgC;KACjC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,EAA2C,CAAC;CAC3G,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":""}
|