miniprogram-ci 1.8.12 → 1.8.18

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.
@@ -332,6 +332,7 @@ module.exports = {
332
332
  "scene": {
333
333
  "type": [
334
334
  "null",
335
+ "string",
335
336
  "number"
336
337
  ]
337
338
  },
@@ -364,6 +365,7 @@ module.exports = {
364
365
  "scene": {
365
366
  "type": [
366
367
  "null",
368
+ "string",
367
369
  "number"
368
370
  ]
369
371
  },
@@ -401,6 +403,7 @@ module.exports = {
401
403
  "scene": {
402
404
  "type": [
403
405
  "null",
406
+ "string",
404
407
  "number"
405
408
  ]
406
409
  },
@@ -438,6 +441,7 @@ module.exports = {
438
441
  "scene": {
439
442
  "type": [
440
443
  "null",
444
+ "string",
441
445
  "number"
442
446
  ]
443
447
  },
@@ -466,5 +470,5 @@ module.exports = {
466
470
  }
467
471
  },
468
472
  "$schema": "http://json-schema.org/draft-07/schema#",
469
- "$version": 1647243253912
473
+ "$version": 1649903386341
470
474
  }
@@ -209,6 +209,7 @@ module.exports = {
209
209
  "scene": {
210
210
  "type": [
211
211
  "null",
212
+ "string",
212
213
  "number"
213
214
  ]
214
215
  },
@@ -241,6 +242,7 @@ module.exports = {
241
242
  "scene": {
242
243
  "type": [
243
244
  "null",
245
+ "string",
244
246
  "number"
245
247
  ]
246
248
  },
@@ -278,6 +280,7 @@ module.exports = {
278
280
  "scene": {
279
281
  "type": [
280
282
  "null",
283
+ "string",
281
284
  "number"
282
285
  ]
283
286
  },
@@ -315,6 +318,7 @@ module.exports = {
315
318
  "scene": {
316
319
  "type": [
317
320
  "null",
321
+ "string",
318
322
  "number"
319
323
  ]
320
324
  },
@@ -343,5 +347,5 @@ module.exports = {
343
347
  }
344
348
  },
345
349
  "$schema": "http://json-schema.org/draft-07/schema#",
346
- "$version": 1647243737370
350
+ "$version": 1649903483994
347
351
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miniprogram-ci",
3
- "version": "1.8.12",
3
+ "version": "1.8.18",
4
4
  "description": "pre compilation module about the miniProgram / miniGame project extracted from WeChatDevtools.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/@types/index.d.ts",
@@ -130,4 +130,4 @@
130
130
  "wxml-minifier": "0.0.1",
131
131
  "yargs": "^15.0.2"
132
132
  }
133
- }
133
+ }