@adonisjs/assembler 5.9.1 → 5.9.2

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.
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "make:command": {
70
70
  "settings": {},
71
- "commandPath": "./commands/Make\\Command",
71
+ "commandPath": "./commands/Make/Command",
72
72
  "commandName": "make:command",
73
73
  "description": "Make a new ace command",
74
74
  "args": [
@@ -93,7 +93,7 @@
93
93
  },
94
94
  "make:controller": {
95
95
  "settings": {},
96
- "commandPath": "./commands/Make\\Controller",
96
+ "commandPath": "./commands/Make/Controller",
97
97
  "commandName": "make:controller",
98
98
  "description": "Make a new HTTP controller",
99
99
  "args": [
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "make:exception": {
127
127
  "settings": {},
128
- "commandPath": "./commands/Make\\Exception",
128
+ "commandPath": "./commands/Make/Exception",
129
129
  "commandName": "make:exception",
130
130
  "description": "Make a new custom exception class",
131
131
  "args": [
@@ -156,7 +156,7 @@
156
156
  },
157
157
  "make:listener": {
158
158
  "settings": {},
159
- "commandPath": "./commands/Make\\Listener",
159
+ "commandPath": "./commands/Make/Listener",
160
160
  "commandName": "make:listener",
161
161
  "description": "Make a new event listener class",
162
162
  "args": [
@@ -181,7 +181,7 @@
181
181
  },
182
182
  "make:middleware": {
183
183
  "settings": {},
184
- "commandPath": "./commands/Make\\Middleware",
184
+ "commandPath": "./commands/Make/Middleware",
185
185
  "commandName": "make:middleware",
186
186
  "description": "Make a new middleware",
187
187
  "args": [
@@ -206,7 +206,7 @@
206
206
  },
207
207
  "make:prldfile": {
208
208
  "settings": {},
209
- "commandPath": "./commands/Make\\PreloadFile",
209
+ "commandPath": "./commands/Make/PreloadFile",
210
210
  "commandName": "make:prldfile",
211
211
  "description": "Make a new preload file",
212
212
  "args": [
@@ -230,7 +230,7 @@
230
230
  },
231
231
  "make:provider": {
232
232
  "settings": {},
233
- "commandPath": "./commands/Make\\Provider",
233
+ "commandPath": "./commands/Make/Provider",
234
234
  "commandName": "make:provider",
235
235
  "description": "Make a new provider class",
236
236
  "args": [
@@ -261,7 +261,7 @@
261
261
  },
262
262
  "make:suite": {
263
263
  "settings": {},
264
- "commandPath": "./commands/Make\\Suite",
264
+ "commandPath": "./commands/Make/Suite",
265
265
  "commandName": "make:suite",
266
266
  "description": "Create a new test suite",
267
267
  "args": [
@@ -292,7 +292,7 @@
292
292
  },
293
293
  "make:test": {
294
294
  "settings": {},
295
- "commandPath": "./commands/Make\\Test",
295
+ "commandPath": "./commands/Make/Test",
296
296
  "commandName": "make:test",
297
297
  "description": "Make a new test",
298
298
  "args": [
@@ -324,7 +324,7 @@
324
324
  },
325
325
  "make:validator": {
326
326
  "settings": {},
327
- "commandPath": "./commands/Make\\Validator",
327
+ "commandPath": "./commands/Make/Validator",
328
328
  "commandName": "make:validator",
329
329
  "description": "Make a new validator",
330
330
  "args": [
@@ -349,7 +349,7 @@
349
349
  },
350
350
  "make:view": {
351
351
  "settings": {},
352
- "commandPath": "./commands/Make\\View",
352
+ "commandPath": "./commands/Make/View",
353
353
  "commandName": "make:view",
354
354
  "description": "Make a new view template",
355
355
  "args": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adonisjs/assembler",
3
- "version": "5.9.1",
3
+ "version": "5.9.2",
4
4
  "description": "Core commands to compiler and build AdonisJs project",
5
5
  "main": "build/ace-manifest.json",
6
6
  "files": [