@ama-sdk/client-beacon 13.0.0-next.23 → 13.0.0-next.25
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 +15 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ama-sdk/client-beacon",
|
3
|
-
"version": "13.0.0-next.
|
3
|
+
"version": "13.0.0-next.25",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -35,17 +35,17 @@
|
|
35
35
|
"build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@o3r/schematics": "^13.0.0-next.
|
38
|
+
"@o3r/schematics": "^13.0.0-next.25",
|
39
39
|
"@swc/helpers": "~0.5.0",
|
40
40
|
"tslib": "^2.6.2",
|
41
41
|
"uuid": "^11.0.5"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
44
|
-
"@ama-sdk/core": "^13.0.0-next.
|
44
|
+
"@ama-sdk/core": "^13.0.0-next.25",
|
45
45
|
"@angular-devkit/schematics": "^20.0.0",
|
46
46
|
"@angular/cli": "^20.0.0",
|
47
47
|
"@angular/common": "^20.0.0",
|
48
|
-
"@o3r/schematics": "^13.0.0-next.
|
48
|
+
"@o3r/schematics": "^13.0.0-next.25",
|
49
49
|
"@schematics/angular": "^20.0.0",
|
50
50
|
"type-fest": "^4.30.1",
|
51
51
|
"typescript": "^5.8.0"
|
@@ -74,7 +74,7 @@
|
|
74
74
|
}
|
75
75
|
},
|
76
76
|
"devDependencies": {
|
77
|
-
"@ama-sdk/core": "^13.0.0-next.
|
77
|
+
"@ama-sdk/core": "^13.0.0-next.25",
|
78
78
|
"@angular-devkit/core": "~20.0.0",
|
79
79
|
"@angular-devkit/schematics": "~20.0.0",
|
80
80
|
"@angular/common": "~20.0.0",
|
@@ -82,28 +82,27 @@
|
|
82
82
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
83
83
|
"@nx/eslint-plugin": "~21.3.11",
|
84
84
|
"@nx/jest": "~21.3.11",
|
85
|
-
"@o3r/build-helpers": "^13.0.0-next.
|
86
|
-
"@o3r/eslint-plugin": "^13.0.0-next.
|
87
|
-
"@o3r/test-helpers": "^13.0.0-next.
|
85
|
+
"@o3r/build-helpers": "^13.0.0-next.25",
|
86
|
+
"@o3r/eslint-plugin": "^13.0.0-next.25",
|
87
|
+
"@o3r/test-helpers": "^13.0.0-next.25",
|
88
88
|
"@schematics/angular": "~20.0.0",
|
89
|
-
"@stylistic/eslint-plugin": "~
|
90
|
-
"@stylistic/eslint-plugin-ts": "~3.1.0",
|
89
|
+
"@stylistic/eslint-plugin": "~5.2.0",
|
91
90
|
"@swc/cli": "~0.7.7",
|
92
91
|
"@swc/core": "~1.12.0",
|
93
92
|
"@types/jest": "~29.5.2",
|
94
|
-
"@types/node": "^
|
93
|
+
"@types/node": "^22.0.0",
|
95
94
|
"@typescript-eslint/parser": "~8.37.0",
|
96
95
|
"angular-eslint": "~20.1.0",
|
97
96
|
"cpy-cli": "^5.0.0",
|
98
97
|
"eslint": "~9.31.0",
|
99
98
|
"eslint-import-resolver-node": "~0.3.9",
|
100
|
-
"eslint-import-resolver-typescript": "~
|
99
|
+
"eslint-import-resolver-typescript": "~4.4.0",
|
101
100
|
"eslint-plugin-import": "~2.32.0",
|
102
101
|
"eslint-plugin-import-newlines": "~1.4.0",
|
103
|
-
"eslint-plugin-jest": "~
|
104
|
-
"eslint-plugin-jsdoc": "~
|
102
|
+
"eslint-plugin-jest": "~29.0.0",
|
103
|
+
"eslint-plugin-jsdoc": "~52.0.0",
|
105
104
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
106
|
-
"eslint-plugin-unicorn": "~
|
105
|
+
"eslint-plugin-unicorn": "~60.0.0",
|
107
106
|
"eslint-plugin-unused-imports": "~4.1.4",
|
108
107
|
"jest": "~29.7.0",
|
109
108
|
"jest-junit": "~16.0.0",
|
@@ -121,7 +120,7 @@
|
|
121
120
|
"zone.js": "~0.15.0"
|
122
121
|
},
|
123
122
|
"engines": {
|
124
|
-
"node": "^20.19.0 || ^22.
|
123
|
+
"node": "^20.19.0 || ^22.17.0 || ^24.0.0"
|
125
124
|
},
|
126
125
|
"schematics": "./collection.json",
|
127
126
|
"contributors": [
|