@o3r/schematics 8.4.0-alpha.18 → 8.4.0-alpha.20
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +15 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@o3r/schematics",
|
3
|
-
"version": "8.4.0-alpha.
|
3
|
+
"version": "8.4.0-alpha.20",
|
4
4
|
"description": "Schematics module of the Otter framework",
|
5
5
|
"main": "./src/index.js",
|
6
6
|
"keywords": [
|
@@ -58,9 +58,9 @@
|
|
58
58
|
"@nrwl/jest": "~15.9.0",
|
59
59
|
"@nrwl/js": "~15.9.0",
|
60
60
|
"@nrwl/linter": "~15.9.0",
|
61
|
-
"@o3r/build-helpers": "^8.4.0-alpha.
|
62
|
-
"@o3r/dev-tools": "^8.4.0-alpha.
|
63
|
-
"@o3r/eslint-plugin": "^8.4.0-alpha.
|
61
|
+
"@o3r/build-helpers": "^8.4.0-alpha.20",
|
62
|
+
"@o3r/dev-tools": "^8.4.0-alpha.20",
|
63
|
+
"@o3r/eslint-plugin": "^8.4.0-alpha.20",
|
64
64
|
"@schematics/angular": "~15.2.0",
|
65
65
|
"@types/jest": "~28.1.2",
|
66
66
|
"@types/node": "^17.0.45",
|
@@ -92,22 +92,27 @@
|
|
92
92
|
"contributors": [
|
93
93
|
{
|
94
94
|
"name": "Yannick Adam",
|
95
|
+
"url": "https://github.com/yannickadam",
|
95
96
|
"email": "yannickadam@users.noreply.github.com"
|
96
97
|
},
|
97
98
|
{
|
98
99
|
"name": "Kilian Panot",
|
100
|
+
"url": "https://github.com/kpanot",
|
99
101
|
"email": "kpanot@users.noreply.github.com"
|
100
102
|
},
|
101
103
|
{
|
102
104
|
"name": "Jeremy Bourgeois",
|
105
|
+
"url": "https://github.com/jbourgeois-1A",
|
103
106
|
"email": "jbourgeois-1A@users.noreply.github.com"
|
104
107
|
},
|
105
108
|
{
|
106
109
|
"name": "Pierre Henri Ginoux",
|
110
|
+
"url": "https://github.com/pginoux-1A",
|
107
111
|
"email": "pginoux-1A@users.noreply.github.com"
|
108
112
|
},
|
109
113
|
{
|
110
114
|
"name": "Mircea Vasile Rednic",
|
115
|
+
"url": "https://github.com/mrednic-1A",
|
111
116
|
"email": "mrednic-1A@users.noreply.github.com"
|
112
117
|
},
|
113
118
|
{
|
@@ -116,26 +121,32 @@
|
|
116
121
|
},
|
117
122
|
{
|
118
123
|
"name": "Nicolas Hoffmann",
|
124
|
+
"url": "https://github.com/nhoffmann-1A",
|
119
125
|
"email": "nhoffmann-1A@users.noreply.github.com"
|
120
126
|
},
|
121
127
|
{
|
122
128
|
"name": "Victor Scaiceanu",
|
129
|
+
"url": "https://github.com/vscaiceanu-1a",
|
123
130
|
"email": "vscaiceanu-1A@users.noreply.github.com"
|
124
131
|
},
|
125
132
|
{
|
126
133
|
"name": "Florian Paul",
|
134
|
+
"url": "https://github.com/fpaul-1A",
|
127
135
|
"email": "fpaul-1A@users.noreply.github.com"
|
128
136
|
},
|
129
137
|
{
|
130
138
|
"name": "Corinne Paulve",
|
139
|
+
"url": "https://github.com/cpaulve-1A",
|
131
140
|
"email": "cpaulve-1A@users.noreply.github.com"
|
132
141
|
},
|
133
142
|
{
|
134
143
|
"name": "Matthieu Crouzet",
|
144
|
+
"url": "https://github.com/matthieu-crouzet",
|
135
145
|
"email": "matthieu-crouzet@users.noreply.github.com"
|
136
146
|
},
|
137
147
|
{
|
138
148
|
"name": "Salome Do",
|
149
|
+
"url": "https://github.com/sdo-1A",
|
139
150
|
"email": "sdo-1A@users.noreply.github.com"
|
140
151
|
}
|
141
152
|
],
|