@ama-sdk/core 12.0.0-next.2 → 12.0.0-next.4

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/core",
3
- "version": "12.0.0-next.2",
3
+ "version": "12.0.0-next.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -83,6 +83,7 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@swc/helpers": "~0.5.0",
86
+ "ts-node": "~10.9.2",
86
87
  "tslib": "^2.6.2",
87
88
  "uuid": "^10.0.0"
88
89
  },
@@ -90,7 +91,7 @@
90
91
  "@angular-devkit/schematics": "^18.2.0",
91
92
  "@angular/cli": "^18.2.0",
92
93
  "@angular/common": "^18.2.0",
93
- "@o3r/schematics": "^12.0.0-next.2",
94
+ "@o3r/schematics": "^12.0.0-next.4",
94
95
  "@schematics/angular": "^18.2.0",
95
96
  "isomorphic-fetch": "^3.0.0",
96
97
  "rxjs": "^7.8.1",
@@ -130,10 +131,10 @@
130
131
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
131
132
  "@nx/eslint-plugin": "~19.8.0",
132
133
  "@nx/jest": "~19.8.0",
133
- "@o3r/build-helpers": "^12.0.0-next.2",
134
- "@o3r/eslint-plugin": "^12.0.0-next.2",
135
- "@o3r/schematics": "^12.0.0-next.2",
136
- "@o3r/test-helpers": "^12.0.0-next.2",
134
+ "@o3r/build-helpers": "^12.0.0-next.4",
135
+ "@o3r/eslint-plugin": "^12.0.0-next.4",
136
+ "@o3r/schematics": "^12.0.0-next.4",
137
+ "@o3r/test-helpers": "^12.0.0-next.4",
137
138
  "@schematics/angular": "~18.2.0",
138
139
  "@stylistic/eslint-plugin": "~2.7.0",
139
140
  "@swc/cli": "~0.5.0",
@@ -161,7 +162,7 @@
161
162
  "jsonc-eslint-parser": "~2.4.0",
162
163
  "minimist": "^1.2.6",
163
164
  "pid-from-port": "^1.1.3",
164
- "rimraf": "^5.0.1",
165
+ "rimraf": "^6.0.1",
165
166
  "rxjs": "^7.8.1",
166
167
  "semver": "^7.5.2",
167
168
  "ts-jest": "~29.2.0",