@ama-sdk/client-beacon 13.0.0-next.2 → 13.0.0-next.21

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-beacon",
3
- "version": "13.0.0-next.2",
3
+ "version": "13.0.0-next.21",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,11 +16,11 @@
16
16
  },
17
17
  ".": {
18
18
  "module": "./src/public_api.js",
19
- "default": "./cjs/public_api.js",
20
19
  "typings": "./src/public_api.d.ts",
21
20
  "import": "./src/public_api.js",
22
21
  "node": "./cjs/public_api.js",
23
- "require": "./cjs/public_api.js"
22
+ "require": "./cjs/public_api.js",
23
+ "default": "./cjs/public_api.js"
24
24
  }
25
25
  },
26
26
  "scripts": {
@@ -35,20 +35,20 @@
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.2",
38
+ "@o3r/schematics": "^13.0.0-next.21",
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.2",
45
- "@angular-devkit/schematics": "^19.0.0",
46
- "@angular/cli": "^19.0.0",
47
- "@angular/common": "^19.0.0",
48
- "@o3r/schematics": "^13.0.0-next.2",
49
- "@schematics/angular": "^19.0.0",
44
+ "@ama-sdk/core": "^13.0.0-next.21",
45
+ "@angular-devkit/schematics": "^20.0.0",
46
+ "@angular/cli": "^20.0.0",
47
+ "@angular/common": "^20.0.0",
48
+ "@o3r/schematics": "^13.0.0-next.21",
49
+ "@schematics/angular": "^20.0.0",
50
50
  "type-fest": "^4.30.1",
51
- "typescript": "^5.5.4"
51
+ "typescript": "^5.8.0"
52
52
  },
53
53
  "peerDependenciesMeta": {
54
54
  "@angular-devkit/schematics": {
@@ -74,29 +74,28 @@
74
74
  }
75
75
  },
76
76
  "devDependencies": {
77
- "@ama-sdk/core": "^13.0.0-next.2",
78
- "@angular-devkit/core": "~19.2.0",
79
- "@angular-devkit/schematics": "~19.2.0",
80
- "@angular/common": "~19.2.0",
81
- "@angular/core": "~19.2.0",
77
+ "@ama-sdk/core": "^13.0.0-next.21",
78
+ "@angular-devkit/core": "~20.0.0",
79
+ "@angular-devkit/schematics": "~20.0.0",
80
+ "@angular/common": "~20.0.0",
81
+ "@angular/core": "~20.0.0",
82
82
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
83
- "@nx/eslint-plugin": "~20.8.0",
84
- "@nx/jest": "~20.8.0",
85
- "@o3r/build-helpers": "^13.0.0-next.2",
86
- "@o3r/eslint-plugin": "^13.0.0-next.2",
87
- "@o3r/test-helpers": "^13.0.0-next.2",
88
- "@schematics/angular": "~19.2.0",
83
+ "@nx/eslint-plugin": "~21.3.11",
84
+ "@nx/jest": "~21.3.11",
85
+ "@o3r/build-helpers": "^13.0.0-next.21",
86
+ "@o3r/eslint-plugin": "^13.0.0-next.21",
87
+ "@o3r/test-helpers": "^13.0.0-next.21",
88
+ "@schematics/angular": "~20.0.0",
89
89
  "@stylistic/eslint-plugin": "~3.1.0",
90
90
  "@stylistic/eslint-plugin-ts": "~3.1.0",
91
91
  "@swc/cli": "~0.7.7",
92
92
  "@swc/core": "~1.12.0",
93
93
  "@types/jest": "~29.5.2",
94
94
  "@types/node": "^20.0.0",
95
- "@types/uuid": "^10.0.0",
96
- "@typescript-eslint/parser": "~8.35.0",
97
- "angular-eslint": "~19.4.0",
95
+ "@typescript-eslint/parser": "~8.37.0",
96
+ "angular-eslint": "~20.1.0",
98
97
  "cpy-cli": "^5.0.0",
99
- "eslint": "~9.29.0",
98
+ "eslint": "~9.31.0",
100
99
  "eslint-import-resolver-node": "~0.3.9",
101
100
  "eslint-import-resolver-typescript": "~3.10.0",
102
101
  "eslint-plugin-import": "~2.32.0",
@@ -118,11 +117,11 @@
118
117
  "ts-node": "~10.9.2",
119
118
  "type-fest": "^4.30.1",
120
119
  "typescript": "~5.8.2",
121
- "typescript-eslint": "~8.35.0",
120
+ "typescript-eslint": "~8.37.0",
122
121
  "zone.js": "~0.15.0"
123
122
  },
124
123
  "engines": {
125
- "node": "^20.11.1 || >=22.0.0"
124
+ "node": "^20.19.0 || ^22.12.0 || ^24.0.0"
126
125
  },
127
126
  "schematics": "./collection.json",
128
127
  "contributors": [
@@ -9,7 +9,8 @@
9
9
  "description": "Project name",
10
10
  "$default": {
11
11
  "$source": "projectName"
12
- }
12
+ },
13
+ "alias": "project"
13
14
  }
14
15
  },
15
16
  "additionalProperties": true,