@teambit/schema 0.0.1160 → 0.0.1162
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/dist/mock/button/button.js +1 -1
- package/dist/mock/button/button.js.map +1 -1
- package/dist/mock/button/tsconfig.json +19 -0
- package/dist/mock/button-schemas.json +517 -520
- package/dist/{preview-1694661423555.js → preview-1694747817610.js} +3 -3
- package/dist/schema.cmd.d.ts +14 -1
- package/dist/schema.cmd.js +1 -1
- package/dist/schema.cmd.js.map +1 -1
- package/dist/schema.graphql.d.ts +17 -1
- package/dist/schema.graphql.js +33 -3
- package/dist/schema.graphql.js.map +1 -1
- package/dist/schema.main.runtime.d.ts +2 -1
- package/dist/schema.main.runtime.js +7 -5
- package/dist/schema.main.runtime.js.map +1 -1
- package/mock/button/button.tsx +0 -1
- package/mock/button/tsconfig.json +19 -0
- package/mock/button-schemas.json +517 -520
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/schema",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1162",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/semantics/schema",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.semantics",
|
|
8
8
|
"name": "schema",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.1162"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"p-map-series": "2.1.0",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"fs-extra": "10.0.0",
|
|
16
16
|
"@teambit/harmony": "0.4.6",
|
|
17
17
|
"@teambit/base-react.navigation.link": "2.0.27",
|
|
18
|
-
"@teambit/semantics.entities.semantic-schema": "0.0.
|
|
19
|
-
"@teambit/envs": "0.0.
|
|
20
|
-
"@teambit/component": "0.0.
|
|
21
|
-
"@teambit/formatter": "0.0.
|
|
22
|
-
"@teambit/cli": "0.0.
|
|
23
|
-
"@teambit/logger": "0.0.
|
|
24
|
-
"@teambit/builder": "0.0.
|
|
18
|
+
"@teambit/semantics.entities.semantic-schema": "0.0.54",
|
|
19
|
+
"@teambit/envs": "0.0.1162",
|
|
20
|
+
"@teambit/component": "0.0.1162",
|
|
21
|
+
"@teambit/formatter": "0.0.713",
|
|
22
|
+
"@teambit/cli": "0.0.775",
|
|
23
|
+
"@teambit/logger": "0.0.868",
|
|
24
|
+
"@teambit/builder": "0.0.1162",
|
|
25
25
|
"@teambit/defender.prettier.config-mutator": "0.0.90",
|
|
26
|
-
"@teambit/graphql": "0.0.
|
|
27
|
-
"@teambit/workspace": "0.0.
|
|
26
|
+
"@teambit/graphql": "0.0.1162",
|
|
27
|
+
"@teambit/workspace": "0.0.1162"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/react": "^17.0.8",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@types/jest": "^26.0.0",
|
|
39
39
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
40
40
|
"@teambit/component-id": "0.0.427",
|
|
41
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
42
|
-
"@teambit/tracker": "0.0.
|
|
41
|
+
"@teambit/harmony.testing.load-aspect": "0.0.136",
|
|
42
|
+
"@teambit/tracker": "0.0.193",
|
|
43
43
|
"@teambit/workspace.testing.mock-workspace": "0.0.14"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@teambit/legacy": "1.0.
|
|
46
|
+
"@teambit/legacy": "1.0.560",
|
|
47
47
|
"react": "^16.8.0 || ^17.0.0",
|
|
48
48
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
49
49
|
},
|