@teambit/pkg 0.0.558 → 0.0.562
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.
- package/package.json +30 -23
- package/pkg.docs.mdx +9 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/pkg",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.562",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/pkg/pkg",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.pkg",
|
|
8
8
|
"name": "pkg",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.562"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"p-map-series": "2.1.0",
|
|
23
23
|
"@babel/runtime": "7.12.18",
|
|
24
24
|
"core-js": "^3.0.0",
|
|
25
|
-
"@teambit/cli": "0.0.
|
|
26
|
-
"@teambit/builder": "0.0.
|
|
27
|
-
"@teambit/logger": "0.0.
|
|
28
|
-
"@teambit/component": "0.0.
|
|
29
|
-
"@teambit/express": "0.0.
|
|
30
|
-
"@teambit/isolator": "0.0.
|
|
31
|
-
"@teambit/scope": "0.0.
|
|
32
|
-
"@teambit/graphql": "0.0.
|
|
33
|
-
"@teambit/bit-error": "0.0.
|
|
34
|
-
"@teambit/dependency-resolver": "0.0.
|
|
35
|
-
"@teambit/envs": "0.0.
|
|
36
|
-
"@teambit/workspace": "0.0.
|
|
37
|
-
"@teambit/compiler": "0.0.
|
|
38
|
-
"@teambit/legacy-bit-id": "0.0.
|
|
25
|
+
"@teambit/cli": "0.0.390",
|
|
26
|
+
"@teambit/builder": "0.0.562",
|
|
27
|
+
"@teambit/logger": "0.0.475",
|
|
28
|
+
"@teambit/component": "0.0.562",
|
|
29
|
+
"@teambit/express": "0.0.479",
|
|
30
|
+
"@teambit/isolator": "0.0.562",
|
|
31
|
+
"@teambit/scope": "0.0.562",
|
|
32
|
+
"@teambit/graphql": "0.0.562",
|
|
33
|
+
"@teambit/bit-error": "0.0.376",
|
|
34
|
+
"@teambit/dependency-resolver": "0.0.562",
|
|
35
|
+
"@teambit/envs": "0.0.562",
|
|
36
|
+
"@teambit/workspace": "0.0.562",
|
|
37
|
+
"@teambit/compiler": "0.0.562",
|
|
38
|
+
"@teambit/legacy-bit-id": "0.0.379"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/mime": "2.0.3",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"@types/jest": "^26.0.0",
|
|
48
48
|
"@types/react-dom": "^17.0.5",
|
|
49
49
|
"@types/node": "12.20.4",
|
|
50
|
-
"@teambit/pkg.aspect-docs.pkg": "0.0.
|
|
50
|
+
"@teambit/pkg.aspect-docs.pkg": "0.0.109"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@teambit/legacy": "1.0.
|
|
53
|
+
"@teambit/legacy": "1.0.176",
|
|
54
54
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
55
55
|
"react": "^16.8.0 || ^17.0.0"
|
|
56
56
|
},
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"react": "-"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
|
-
"@teambit/legacy": "1.0.
|
|
81
|
+
"@teambit/legacy": "1.0.176",
|
|
82
82
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
83
83
|
"react": "^16.8.0 || ^17.0.0"
|
|
84
84
|
}
|
|
@@ -87,10 +87,17 @@
|
|
|
87
87
|
"files": [
|
|
88
88
|
"dist",
|
|
89
89
|
"!dist/tsconfig.tsbuildinfo",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
90
|
+
"**/*.md",
|
|
91
|
+
"**/*.mdx",
|
|
92
|
+
"**/*.js",
|
|
93
|
+
"**/*.json",
|
|
94
|
+
"**/*.sass",
|
|
95
|
+
"**/*.scss",
|
|
96
|
+
"**/*.less",
|
|
97
|
+
"**/*.css",
|
|
98
|
+
"**/*.css",
|
|
99
|
+
"**/*.jpeg",
|
|
100
|
+
"**/*.gif"
|
|
94
101
|
],
|
|
95
102
|
"private": false,
|
|
96
103
|
"engines": {
|