@teambit/schema 1.0.1083 → 1.0.1085
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.
|
@@ -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.1085/dist/schema.composition.js';
|
|
2
|
+
import * as compositions_1 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.1085/dist/mock/button/button.composition.js';
|
|
3
|
+
import * as compositions_2 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.1085/dist/mock/button-v2/button.composition.js';
|
|
4
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.1085/dist/schema.docs.mdx';
|
|
5
5
|
|
|
6
6
|
export const compositions = [compositions_0, compositions_1, compositions_2];
|
|
7
7
|
export const overview = [overview_0];
|
|
@@ -138,7 +138,7 @@ export declare class SchemaMain {
|
|
|
138
138
|
isSchemaTaskDisabled(component: Component): any;
|
|
139
139
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
140
140
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
141
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
141
|
+
static slots: (((registerFn: () => string) => SlotRegistry<ImpactRule[]>) | ((registerFn: () => string) => SlotRegistry<Parser>))[];
|
|
142
142
|
static defaultConfig: {
|
|
143
143
|
defaultParser: string;
|
|
144
144
|
disabled: boolean;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/schema",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1085",
|
|
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.1085"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"@teambit/legacy.constants": "0.0.39",
|
|
23
23
|
"@teambit/defender.prettier.config-mutator": "0.0.126",
|
|
24
24
|
"@teambit/scope.network": "0.0.142",
|
|
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.
|
|
25
|
+
"@teambit/component": "1.0.1085",
|
|
26
|
+
"@teambit/envs": "1.0.1085",
|
|
27
|
+
"@teambit/formatter": "1.0.1085",
|
|
28
|
+
"@teambit/graphql": "1.0.1085",
|
|
29
|
+
"@teambit/builder": "1.0.1085",
|
|
30
|
+
"@teambit/scope": "1.0.1085",
|
|
31
|
+
"@teambit/typescript": "1.0.1085",
|
|
32
|
+
"@teambit/workspace": "1.0.1085"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/chai-subset": "1.3.5",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@teambit/harmony.testing.load-aspect": "0.0.408",
|
|
41
41
|
"@teambit/workspace.testing.mock-workspace": "0.0.219",
|
|
42
42
|
"@teambit/harmony.envs.core-aspect-env": "2.0.4",
|
|
43
|
-
"@teambit/tracker": "1.0.
|
|
43
|
+
"@teambit/tracker": "1.0.1085"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|