minidev 1.9.4 → 2.0.0

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/builder-debug-utils",
3
- "version": "1.0.4",
3
+ "version": "1.0.26",
4
4
  "main": "dist/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "files": [
@@ -10,22 +10,21 @@
10
10
  "readonly"
11
11
  ],
12
12
  "scripts": {
13
- "dev": "tnpm run generate:watch",
14
- "build": "tnpm run clean && ../node_modules/.bin/tsc -p ./tsconfig.json && tnpm run build:dist",
15
- "build:dist": "../node_modules/.bin/rollup -c rollup.config.js",
13
+ "dev": "yarn run generate:watch",
14
+ "build": "yarn run clean && ../node_modules/.bin/tsc -p ./tsconfig.json && yarn run build:dist && yarn run generate",
15
+ "build:dist": "../node_modules/.bin/rollup -c rollup.config.mjs",
16
16
  "clean": "rm -rf ./dist ./lib",
17
- "watch": "../node_modules/.bin/tsc-watch -p ./tsconfig.json --onSuccess 'tnpm run build:dist'",
17
+ "watch": "../node_modules/.bin/tsc-watch -p ./tsconfig.json --onSuccess 'yarn run build:dist'",
18
18
  "lint": "echo done",
19
19
  "lint:fix": "yarn lint --fix",
20
- "prepublishOnly": "tnpm run build && tnpm run generate",
21
- "generate": "node scripts/generator.js",
22
- "generate:watch": "DEBUG=true node scripts/generator-watch.js",
20
+ "prepublishOnly": "yarn run build && yarn run generate",
21
+ "generate": "node scripts/generator-prod.js",
22
+ "generate:watch": "node scripts/generator-watch.js",
23
23
  "test": "../node_modules/.bin/jest --coverage",
24
- "ci": "tnpm run lint && tnpm run build && tnpm run test",
25
- "update:dep": "node ./scripts/update-dep.mjs"
24
+ "ci": "yarn run lint && yarn run build && yarn run test"
26
25
  },
27
26
  "publishConfig": {
28
- "registry": "https://registry.npm.alibaba-inc.com"
27
+ "registry": "https://registry.antgroup-inc.cn"
29
28
  },
30
29
  "repository": {
31
30
  "type": "git",
@@ -36,18 +35,17 @@
36
35
  "lockfile": "enable"
37
36
  },
38
37
  "devDependencies": {
39
- "@alipay/boatman-cube": "1.0.4",
40
- "@alipay/boatman-mini": "1.0.4",
41
- "@alipay/tinybugme-render-uniweb": "1.0.4",
42
- "@alipay/tinybugme-worker-preview": "1.0.4",
43
- "@alipay/tinybugme-worker-remote": "1.0.4",
38
+ "@alipay/boatman-cube": "1.0.25",
39
+ "@alipay/boatman-mini": "1.0.25",
40
+ "@alipay/tinybugme-render-uniweb": "1.0.26",
41
+ "@alipay/tinybugme-worker-preview": "1.0.19",
42
+ "@alipay/tinybugme-worker-remote": "1.0.26",
44
43
  "@types/bent": "^7.0.2",
45
44
  "@types/fs-extra": "^8.1.0",
46
45
  "@types/jest": "^26.0.23",
47
46
  "@types/node": "^13.11.1",
48
47
  "chokidar": "^3.5.3",
49
- "execa": "^7.0.0",
50
- "npm-check-updates": "^16.7.4"
48
+ "execa": "^7.0.0"
51
49
  },
52
50
  "dependencies": {
53
51
  "bent": "^7.3.1",