@ama-sdk/client-angular 13.0.0-next.0 → 13.0.0-next.1

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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/client-angular",
3
- "version": "13.0.0-next.0",
3
+ "version": "13.0.0-next.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,18 +38,18 @@
38
38
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
39
39
  },
40
40
  "dependencies": {
41
- "@o3r/schematics": "^13.0.0-next.0",
41
+ "@o3r/schematics": "^13.0.0-next.1",
42
42
  "@swc/helpers": "~0.5.0",
43
43
  "tslib": "^2.6.2",
44
44
  "type-fest": "^4.30.1",
45
45
  "uuid": "^11.0.5"
46
46
  },
47
47
  "peerDependencies": {
48
- "@ama-sdk/core": "^13.0.0-next.0",
48
+ "@ama-sdk/core": "^13.0.0-next.1",
49
49
  "@angular-devkit/schematics": "^19.0.0",
50
50
  "@angular/cli": "^19.0.0",
51
51
  "@angular/common": "^19.0.0",
52
- "@o3r/schematics": "^13.0.0-next.0",
52
+ "@o3r/schematics": "^13.0.0-next.1",
53
53
  "@schematics/angular": "^19.0.0",
54
54
  "rxjs": "^7.8.1",
55
55
  "type-fest": "^4.30.1",
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@ama-sdk/core": "^13.0.0-next.0",
82
+ "@ama-sdk/core": "^13.0.0-next.1",
83
83
  "@angular-devkit/core": "~19.2.0",
84
84
  "@angular-devkit/schematics": "~19.2.0",
85
85
  "@angular/common": "~19.2.0",
@@ -87,9 +87,9 @@
87
87
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
88
88
  "@nx/eslint-plugin": "~20.8.0",
89
89
  "@nx/jest": "~20.8.0",
90
- "@o3r/build-helpers": "^13.0.0-next.0",
91
- "@o3r/eslint-plugin": "^13.0.0-next.0",
92
- "@o3r/test-helpers": "^13.0.0-next.0",
90
+ "@o3r/build-helpers": "^13.0.0-next.1",
91
+ "@o3r/eslint-plugin": "^13.0.0-next.1",
92
+ "@o3r/test-helpers": "^13.0.0-next.1",
93
93
  "@schematics/angular": "~19.2.0",
94
94
  "@stylistic/eslint-plugin": "~3.1.0",
95
95
  "@stylistic/eslint-plugin-ts": "~3.1.0",
@@ -98,13 +98,13 @@
98
98
  "@types/jest": "~29.5.2",
99
99
  "@types/node": "^20.0.0",
100
100
  "@types/uuid": "^10.0.0",
101
- "@typescript-eslint/parser": "~8.34.0",
101
+ "@typescript-eslint/parser": "~8.35.0",
102
102
  "angular-eslint": "~19.4.0",
103
103
  "cpy-cli": "^5.0.0",
104
104
  "eslint": "~9.29.0",
105
105
  "eslint-import-resolver-node": "~0.3.9",
106
106
  "eslint-import-resolver-typescript": "~3.10.0",
107
- "eslint-plugin-import": "~2.31.0",
107
+ "eslint-plugin-import": "~2.32.0",
108
108
  "eslint-plugin-import-newlines": "~1.4.0",
109
109
  "eslint-plugin-jest": "~28.14.0",
110
110
  "eslint-plugin-jsdoc": "~50.8.0",
@@ -124,7 +124,7 @@
124
124
  "ts-node": "~10.9.2",
125
125
  "type-fest": "^4.30.1",
126
126
  "typescript": "~5.8.2",
127
- "typescript-eslint": "~8.34.0",
127
+ "typescript-eslint": "~8.35.0",
128
128
  "zone.js": "~0.15.0"
129
129
  },
130
130
  "engines": {