@ama-sdk/schematics 8.4.0-alpha.18 → 8.4.0-alpha.20

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 +17 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-sdk/schematics",
3
- "version": "8.4.0-alpha.18",
3
+ "version": "8.4.0-alpha.20",
4
4
  "description": "Swagger specification SDK Generator by schematics",
5
5
  "scripts": {
6
6
  "nx": "nx",
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "peerDependencies": {
41
- "@ama-sdk/core": "^8.4.0-alpha.18",
41
+ "@ama-sdk/core": "^8.4.0-alpha.20",
42
42
  "@angular-devkit/core": "~15.2.0",
43
43
  "@angular-devkit/schematics": "~15.2.0",
44
44
  "@angular-devkit/schematics-cli": "~15.2.0",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@angular-devkit/core": "~15.2.0",
51
51
  "@angular-devkit/schematics": "~15.2.0",
52
- "@o3r/dev-tools": "^8.4.0-alpha.18",
52
+ "@o3r/dev-tools": "^8.4.0-alpha.20",
53
53
  "minimatch": "^6.1.6",
54
54
  "rxjs": "^7.4.0",
55
55
  "semver": "^7.5.2",
@@ -57,13 +57,13 @@
57
57
  "tslib": "^2.4.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@ama-sdk/core": "^8.4.0-alpha.18",
60
+ "@ama-sdk/core": "^8.4.0-alpha.20",
61
61
  "@angular-devkit/schematics-cli": "~15.2.0",
62
62
  "@angular-eslint/eslint-plugin": "~15.2.0",
63
63
  "@angular/cli": "~15.2.0",
64
64
  "@nrwl/jest": "~15.9.0",
65
- "@o3r/build-helpers": "^8.4.0-alpha.18",
66
- "@o3r/eslint-plugin": "^8.4.0-alpha.18",
65
+ "@o3r/build-helpers": "^8.4.0-alpha.20",
66
+ "@o3r/eslint-plugin": "^8.4.0-alpha.20",
67
67
  "@openapitools/openapi-generator-cli": "~2.6.0",
68
68
  "@schematics/angular": "~15.2.0",
69
69
  "@types/jest": "~28.1.2",
@@ -102,22 +102,27 @@
102
102
  "contributors": [
103
103
  {
104
104
  "name": "Yannick Adam",
105
+ "url": "https://github.com/yannickadam",
105
106
  "email": "yannickadam@users.noreply.github.com"
106
107
  },
107
108
  {
108
109
  "name": "Kilian Panot",
110
+ "url": "https://github.com/kpanot",
109
111
  "email": "kpanot@users.noreply.github.com"
110
112
  },
111
113
  {
112
114
  "name": "Jeremy Bourgeois",
115
+ "url": "https://github.com/jbourgeois-1A",
113
116
  "email": "jbourgeois-1A@users.noreply.github.com"
114
117
  },
115
118
  {
116
119
  "name": "Pierre Henri Ginoux",
120
+ "url": "https://github.com/pginoux-1A",
117
121
  "email": "pginoux-1A@users.noreply.github.com"
118
122
  },
119
123
  {
120
124
  "name": "Mircea Vasile Rednic",
125
+ "url": "https://github.com/mrednic-1A",
121
126
  "email": "mrednic-1A@users.noreply.github.com"
122
127
  },
123
128
  {
@@ -126,26 +131,32 @@
126
131
  },
127
132
  {
128
133
  "name": "Nicolas Hoffmann",
134
+ "url": "https://github.com/nhoffmann-1A",
129
135
  "email": "nhoffmann-1A@users.noreply.github.com"
130
136
  },
131
137
  {
132
138
  "name": "Victor Scaiceanu",
139
+ "url": "https://github.com/vscaiceanu-1a",
133
140
  "email": "vscaiceanu-1A@users.noreply.github.com"
134
141
  },
135
142
  {
136
143
  "name": "Florian Paul",
144
+ "url": "https://github.com/fpaul-1A",
137
145
  "email": "fpaul-1A@users.noreply.github.com"
138
146
  },
139
147
  {
140
148
  "name": "Corinne Paulve",
149
+ "url": "https://github.com/cpaulve-1A",
141
150
  "email": "cpaulve-1A@users.noreply.github.com"
142
151
  },
143
152
  {
144
153
  "name": "Matthieu Crouzet",
154
+ "url": "https://github.com/matthieu-crouzet",
145
155
  "email": "matthieu-crouzet@users.noreply.github.com"
146
156
  },
147
157
  {
148
158
  "name": "Salome Do",
159
+ "url": "https://github.com/sdo-1A",
149
160
  "email": "sdo-1A@users.noreply.github.com"
150
161
  }
151
162
  ],