@next-core/brick-types 2.79.0 → 2.79.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.
@@ -2653,7 +2653,7 @@
2653
2653
  "size": {
2654
2654
  "type": "number"
2655
2655
  },
2656
- "__@toStringTag@13098": {
2656
+ "__@toStringTag@13136": {
2657
2657
  "type": "string"
2658
2658
  }
2659
2659
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/brick-types",
3
- "version": "2.79.0",
3
+ "version": "2.79.2",
4
4
  "description": "Pure types for kernel",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-types",
6
6
  "license": "GPL-3.0",
@@ -11,6 +11,16 @@
11
11
  "dist",
12
12
  ".schema"
13
13
  ],
14
+ "nx": {
15
+ "targets": {
16
+ "build": {
17
+ "outputs": [
18
+ "{projectRoot}/dist",
19
+ "{projectRoot}/.schema"
20
+ ]
21
+ }
22
+ }
23
+ },
14
24
  "repository": {
15
25
  "type": "git",
16
26
  "url": "git@github.com:easyops-cn/next-core.git"
@@ -33,6 +43,7 @@
33
43
  },
34
44
  "sideEffects": false,
35
45
  "devDependencies": {
46
+ "@next-core/rollup-config-factory": "^2.6.1",
36
47
  "typescript-json-schema": "^0.54.0"
37
48
  },
38
49
  "peerDependencies": {
@@ -41,5 +52,5 @@
41
52
  "history": "*",
42
53
  "path-to-regexp": "*"
43
54
  },
44
- "gitHead": "76747a03f0755fe6adec1d14442b20bc73a62943"
55
+ "gitHead": "27505a20c6e18b45e2ec59ab7d5874f9e1189606"
45
56
  }