@teambit/schema 1.0.1009 → 1.0.1011
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/tsconfig.json +17 -17
- package/dist/mock/button-diff.json +128 -128
- package/dist/mock/button-old-schema.json +35 -35
- package/dist/mock/button-schemas.json +3780 -3780
- package/dist/mock/button-v2/tsconfig.json +16 -16
- package/dist/{preview-1780946951932.js → preview-1781017515807.js} +4 -4
- package/package.json +17 -17
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"compilerOptions": {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
3
|
+
"jsx": "react",
|
|
4
|
+
"experimentalDecorators": true,
|
|
5
|
+
"emitDecoratorMetadata": true,
|
|
6
|
+
"strict": true,
|
|
7
|
+
"moduleResolution": "node",
|
|
8
|
+
"module": "commonjs",
|
|
9
|
+
"target": "es2015",
|
|
10
|
+
"skipLibCheck": true,
|
|
11
|
+
"noImplicitAny": false,
|
|
12
|
+
"preserveConstEnums": true,
|
|
13
|
+
"strictPropertyInitialization": false,
|
|
14
|
+
"esModuleInterop": true,
|
|
15
|
+
"resolveJsonModule": true,
|
|
16
|
+
"sourceMap": true,
|
|
17
|
+
"outDir": "./dist"
|
|
18
18
|
}
|
|
19
|
-
}
|
|
19
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.
|
|
2
|
-
import * as compositions_1 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.
|
|
3
|
-
import * as compositions_2 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.
|
|
4
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.1011/dist/schema.composition.js';
|
|
2
|
+
import * as compositions_1 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.1011/dist/mock/button-v2/button.composition.js';
|
|
3
|
+
import * as compositions_2 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.1011/dist/mock/button/button.composition.js';
|
|
4
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.1011/dist/schema.docs.mdx';
|
|
5
5
|
|
|
6
6
|
export const compositions = [compositions_0, compositions_1, compositions_2];
|
|
7
7
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/schema",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1011",
|
|
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": "1.0.
|
|
9
|
+
"version": "1.0.1011"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
@@ -15,31 +15,31 @@
|
|
|
15
15
|
"graphql-type-json": "0.3.2",
|
|
16
16
|
"fs-extra": "10.0.0",
|
|
17
17
|
"@teambit/semantics.entities.semantic-schema": "0.0.103",
|
|
18
|
-
"@teambit/cli": "0.0.
|
|
19
|
-
"@teambit/logger": "0.0.
|
|
18
|
+
"@teambit/cli": "0.0.1334",
|
|
19
|
+
"@teambit/logger": "0.0.1427",
|
|
20
20
|
"@teambit/semantics.entities.semantic-schema-diff": "0.0.3",
|
|
21
21
|
"@teambit/harmony": "0.4.7",
|
|
22
|
-
"@teambit/legacy.constants": "0.0.
|
|
22
|
+
"@teambit/legacy.constants": "0.0.30",
|
|
23
23
|
"@teambit/defender.prettier.config-mutator": "0.0.117",
|
|
24
|
-
"@teambit/scope.network": "0.0.
|
|
25
|
-
"@teambit/component": "1.0.
|
|
26
|
-
"@teambit/envs": "1.0.
|
|
27
|
-
"@teambit/formatter": "1.0.
|
|
28
|
-
"@teambit/graphql": "1.0.
|
|
29
|
-
"@teambit/builder": "1.0.
|
|
30
|
-
"@teambit/scope": "1.0.
|
|
31
|
-
"@teambit/typescript": "1.0.
|
|
32
|
-
"@teambit/workspace": "1.0.
|
|
24
|
+
"@teambit/scope.network": "0.0.124",
|
|
25
|
+
"@teambit/component": "1.0.1011",
|
|
26
|
+
"@teambit/envs": "1.0.1011",
|
|
27
|
+
"@teambit/formatter": "1.0.1011",
|
|
28
|
+
"@teambit/graphql": "1.0.1011",
|
|
29
|
+
"@teambit/builder": "1.0.1011",
|
|
30
|
+
"@teambit/scope": "1.0.1011",
|
|
31
|
+
"@teambit/typescript": "1.0.1011",
|
|
32
|
+
"@teambit/workspace": "1.0.1011"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/fs-extra": "9.0.7",
|
|
36
36
|
"chai-subset": "^1.6.0",
|
|
37
37
|
"@types/mocha": "9.1.0",
|
|
38
38
|
"@teambit/component-id": "1.2.4",
|
|
39
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
39
|
+
"@teambit/harmony.testing.load-aspect": "0.0.389",
|
|
40
|
+
"@teambit/workspace.testing.mock-workspace": "0.0.192",
|
|
40
41
|
"@teambit/harmony.envs.core-aspect-env": "0.1.5",
|
|
41
|
-
"@teambit/tracker": "1.0.
|
|
42
|
-
"@teambit/workspace.testing.mock-workspace": "0.0.191"
|
|
42
|
+
"@teambit/tracker": "1.0.1011"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|