@o3r/workspace 9.5.0-alpha.13 → 9.5.0-alpha.15

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": "@o3r/workspace",
3
- "version": "9.5.0-alpha.13",
3
+ "version": "9.5.0-alpha.15",
4
4
  "description": "Workspace tooling of the Otter Framework",
5
5
  "keywords": [
6
6
  "workspace",
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@o3r/schematics": "^9.5.0-alpha.13",
38
+ "@o3r/schematics": "^9.5.0-alpha.15",
39
39
  "commander": "^11.0.0",
40
40
  "globby": "^11.1.0",
41
41
  "semver": "^7.5.2",
@@ -44,7 +44,7 @@
44
44
  "winston": "^3.8.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@ama-sdk/schematics": "^9.5.0-alpha.13",
47
+ "@ama-sdk/schematics": "^9.5.0-alpha.15",
48
48
  "@angular-devkit/architect": "~0.1602.0",
49
49
  "@angular-devkit/build-angular": "~16.2.0",
50
50
  "@angular-devkit/core": "~16.2.0",
@@ -66,12 +66,12 @@
66
66
  "@nx/jest": "~16.10.0",
67
67
  "@nx/js": "~16.10.0",
68
68
  "@nx/linter": "~16.10.0",
69
- "@o3r/build-helpers": "^9.5.0-alpha.13",
70
- "@o3r/core": "^9.5.0-alpha.13",
71
- "@o3r/dev-tools": "^9.5.0-alpha.13",
72
- "@o3r/eslint-plugin": "^9.5.0-alpha.13",
73
- "@o3r/schematics": "^9.5.0-alpha.13",
74
- "@o3r/test-helpers": "^9.5.0-alpha.13",
69
+ "@o3r/build-helpers": "^9.5.0-alpha.15",
70
+ "@o3r/core": "^9.5.0-alpha.15",
71
+ "@o3r/dev-tools": "^9.5.0-alpha.15",
72
+ "@o3r/eslint-plugin": "^9.5.0-alpha.15",
73
+ "@o3r/schematics": "^9.5.0-alpha.15",
74
+ "@o3r/test-helpers": "^9.5.0-alpha.15",
75
75
  "@schematics/angular": "~16.2.0",
76
76
  "@types/jest": "~29.5.2",
77
77
  "@types/minimist": "^1.2.2",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "ngGenerateApplicationSchematicsSchema",
4
4
  "title": "Generate a new Otter application",
5
5
  "description": "Generate a new Otter application",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "ngGenerateModuleSchematicsSchema",
4
4
  "title": "Generate a new Otter compatible module",
5
5
  "description": "Generate a new Otter module",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "ngAddSchematicsSchema",
4
4
  "title": "Add Otter Workspace to an Angular project",
5
5
  "description": "ngAdd Otter Framework to the Angular project",
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "http://json-schema.org/schema",
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
3
  "$id": "ngGenerateSdkSchematicsSchema",
4
4
  "title": "Generate an SDK in an Otter Project",
5
5
  "description": "Generate an SDK in an Otter Project",