@ama-sdk/schematics 10.0.0-prerelease.94 → 10.0.0-prerelease.95

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 (2) hide show
  1. package/migration.json +1 -1
  2. package/package.json +8 -8
package/migration.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "schematics": {
4
4
  "migration-v10_0": {
5
5
  "version": "10.0.0-alpha.0",
6
- "description": "Updates of the Otter Library to v10.0.*",
6
+ "description": "Updates of @ama-sdk/schematics to v10.0.*",
7
7
  "factory": "./schematics/ng-update/index#updateV10_0"
8
8
  }
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/schematics",
3
- "version": "10.0.0-prerelease.94",
3
+ "version": "10.0.0-prerelease.95",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -48,12 +48,12 @@
48
48
  }
49
49
  },
50
50
  "peerDependencies": {
51
- "@ama-sdk/core": "^10.0.0-prerelease.94",
51
+ "@ama-sdk/core": "^10.0.0-prerelease.95",
52
52
  "@angular-devkit/core": "~17.2.0",
53
53
  "@angular-devkit/schematics": "~17.2.0",
54
54
  "@angular-devkit/schematics-cli": "^17.0.1",
55
55
  "@angular/cli": "^17.0.1",
56
- "@o3r/schematics": "^10.0.0-prerelease.94",
56
+ "@o3r/schematics": "^10.0.0-prerelease.95",
57
57
  "@openapitools/openapi-generator-cli": "~2.9.0",
58
58
  "@schematics/angular": "~17.2.0"
59
59
  },
@@ -68,16 +68,16 @@
68
68
  "tslib": "^2.5.3"
69
69
  },
70
70
  "devDependencies": {
71
- "@ama-sdk/core": "^10.0.0-prerelease.94",
71
+ "@ama-sdk/core": "^10.0.0-prerelease.95",
72
72
  "@angular-devkit/schematics-cli": "~17.2.0",
73
73
  "@angular-eslint/eslint-plugin": "~17.2.0",
74
74
  "@angular/cli": "~17.2.0",
75
75
  "@nx/eslint-plugin": "~18.0.2",
76
76
  "@nx/jest": "~18.0.2",
77
- "@o3r/build-helpers": "^10.0.0-prerelease.94",
78
- "@o3r/eslint-plugin": "^10.0.0-prerelease.94",
79
- "@o3r/schematics": "^10.0.0-prerelease.94",
80
- "@o3r/test-helpers": "^10.0.0-prerelease.94",
77
+ "@o3r/build-helpers": "^10.0.0-prerelease.95",
78
+ "@o3r/eslint-plugin": "^10.0.0-prerelease.95",
79
+ "@o3r/schematics": "^10.0.0-prerelease.95",
80
+ "@o3r/test-helpers": "^10.0.0-prerelease.95",
81
81
  "@openapitools/openapi-generator-cli": "~2.9.0",
82
82
  "@schematics/angular": "~17.2.0",
83
83
  "@stylistic/eslint-plugin-ts": "^1.5.4",