@next-core/brick-types 2.81.9 → 2.81.11

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 +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/brick-types",
3
- "version": "2.81.9",
3
+ "version": "2.81.11",
4
4
  "description": "Pure types for Brick Next",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-types",
6
6
  "license": "GPL-3.0",
@@ -37,13 +37,11 @@
37
37
  "build:types": "tsc --project tsconfig.types.json",
38
38
  "postbuild": "node scripts/post-build.js && npm run docs:build",
39
39
  "docs:build": "api-extractor run",
40
- "docs:dev": "api-extractor run --local --verbose",
41
- "test": "cross-env NODE_ENV='test' jest",
42
- "test:ci": "cross-env NODE_ENV='test' CI=true jest"
40
+ "docs:dev": "api-extractor run --local --verbose"
43
41
  },
44
42
  "sideEffects": false,
45
43
  "devDependencies": {
46
- "@next-core/rollup-config-factory": "^2.6.2",
44
+ "@next-core/rollup-config-factory": "^2.6.4",
47
45
  "typescript-json-schema": "^0.54.0"
48
46
  },
49
47
  "peerDependencies": {
@@ -52,5 +50,5 @@
52
50
  "history": "*",
53
51
  "path-to-regexp": "*"
54
52
  },
55
- "gitHead": "86c17ae091facb23bc9ea9dba50aeb9132b47125"
53
+ "gitHead": "ae68ab32345e27632a00ab745335acfb0f155704"
56
54
  }