@teambit/bit 1.7.32 → 1.7.34
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_harmony_bit-preview.js +1 -1
- package/artifacts/schema.json +23 -23
- package/dist/app.js +5 -5
- package/dist/app.js.map +1 -1
- package/dist/bootstrap.d.ts +1 -0
- package/dist/bootstrap.js +168 -0
- package/dist/bootstrap.js.map +1 -0
- package/dist/load-bit.js +22 -25
- package/dist/load-bit.js.map +1 -1
- package/dist/{preview-1719751947574.js → preview-1719976973592.js} +2 -2
- package/package.json +116 -109
- package/dist/extension/extension.d.ts +0 -0
- package/dist/extension/extension.js +0 -29
- package/dist/extension/extension.js.map +0 -1
- package/dist/extension/index.d.ts +0 -0
- package/dist/extension/index.js +0 -3
- package/dist/extension/index.js.map +0 -1
- package/extension/extension.ts +0 -26
- package/extension/index.ts +0 -0
package/package.json
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/bit",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.34",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/bit",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "bit",
|
|
9
|
-
"version": "1.7.
|
|
9
|
+
"version": "1.7.34"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"comment-json": "3.0.3",
|
|
13
13
|
"fs-extra": "10.0.0",
|
|
14
|
+
"bluebird": "3.7.2",
|
|
15
|
+
"chalk": "2.4.2",
|
|
16
|
+
"regenerator-runtime": "0.13.7",
|
|
14
17
|
"semver": "7.5.2",
|
|
15
18
|
"@swc/css": "^0.0.20",
|
|
16
19
|
"lightningcss": "^1.20.0",
|
|
@@ -34,7 +37,7 @@
|
|
|
34
37
|
"@yarnpkg/plugin-pack": "3.2.0",
|
|
35
38
|
"@yarnpkg/core": "3.5.2",
|
|
36
39
|
"@yarnpkg/cli": "3.6.1",
|
|
37
|
-
"@teambit/legacy": "1.0.
|
|
40
|
+
"@teambit/legacy": "1.0.720",
|
|
38
41
|
"@apollo/client": "3.6.9",
|
|
39
42
|
"@teambit/harmony": "0.4.6",
|
|
40
43
|
"@teambit/design.ui.brand.logo": "1.96.2",
|
|
@@ -44,116 +47,120 @@
|
|
|
44
47
|
"@teambit/scope.modules.find-scope-path": "0.0.1",
|
|
45
48
|
"@teambit/ui-foundation.ui.navigation.react-router-adapter": "6.1.1",
|
|
46
49
|
"@teambit/base-react.navigation.link": "2.0.27",
|
|
47
|
-
"@teambit/
|
|
48
|
-
"@teambit/cli": "
|
|
49
|
-
"@teambit/
|
|
50
|
+
"@teambit/cli": "0.0.900",
|
|
51
|
+
"@teambit/harmony.content.cli-reference": "2.0.328",
|
|
52
|
+
"@teambit/bit.get-bit-version": "0.0.1",
|
|
53
|
+
"@teambit/legacy.analytics": "0.0.6",
|
|
54
|
+
"@teambit/aspect-loader": "1.0.323",
|
|
50
55
|
"@teambit/clear-cache": "0.0.410",
|
|
51
|
-
"@teambit/config": "0.0.
|
|
56
|
+
"@teambit/config": "0.0.1074",
|
|
57
|
+
"@teambit/legacy.scope-api": "0.0.3",
|
|
52
58
|
"@teambit/workspace.modules.node-modules-linker": "0.0.174",
|
|
53
|
-
"@teambit/api-reference": "1.0.
|
|
54
|
-
"@teambit/api-server": "1.0.
|
|
55
|
-
"@teambit/application": "1.0.
|
|
56
|
-
"@teambit/aspect": "1.0.
|
|
57
|
-
"@teambit/babel": "1.0.
|
|
58
|
-
"@teambit/builder": "1.0.
|
|
59
|
-
"@teambit/bundler": "1.0.
|
|
60
|
-
"@teambit/cache": "0.0.
|
|
61
|
-
"@teambit/changelog": "1.0.
|
|
62
|
-
"@teambit/checkout": "1.0.
|
|
63
|
-
"@teambit/cloud": "0.0.
|
|
64
|
-
"@teambit/code": "1.0.
|
|
65
|
-
"@teambit/command-bar": "1.0.
|
|
66
|
-
"@teambit/community": "1.0.
|
|
67
|
-
"@teambit/compiler": "1.0.
|
|
68
|
-
"@teambit/component-compare": "1.0.
|
|
69
|
-
"@teambit/component-log": "1.0.
|
|
70
|
-
"@teambit/component-sizer": "1.0.
|
|
71
|
-
"@teambit/component-tree": "1.0.
|
|
72
|
-
"@teambit/component-writer": "1.0.
|
|
73
|
-
"@teambit/component": "1.0.
|
|
74
|
-
"@teambit/compositions": "1.0.
|
|
75
|
-
"@teambit/config-merger": "0.0.
|
|
76
|
-
"@teambit/dependencies": "1.0.
|
|
77
|
-
"@teambit/dependency-resolver": "1.0.
|
|
78
|
-
"@teambit/deprecation": "1.0.
|
|
79
|
-
"@teambit/dev-files": "1.0.
|
|
80
|
-
"@teambit/diagnostic": "1.0.
|
|
81
|
-
"@teambit/docs": "1.0.
|
|
82
|
-
"@teambit/doctor": "0.0.
|
|
83
|
-
"@teambit/eject": "1.0.
|
|
84
|
-
"@teambit/env": "1.0.
|
|
85
|
-
"@teambit/envs": "1.0.
|
|
86
|
-
"@teambit/eslint": "1.0.
|
|
87
|
-
"@teambit/export": "1.0.
|
|
88
|
-
"@teambit/express": "0.0.
|
|
89
|
-
"@teambit/forking": "1.0.
|
|
90
|
-
"@teambit/formatter": "1.0.
|
|
91
|
-
"@teambit/generator": "1.0.
|
|
92
|
-
"@teambit/git": "1.0.
|
|
93
|
-
"@teambit/global-config": "0.0.
|
|
94
|
-
"@teambit/graph": "1.0.
|
|
95
|
-
"@teambit/graphql": "1.0.
|
|
96
|
-
"@teambit/harmony-ui-app": "1.0.
|
|
97
|
-
"@teambit/host-initializer": "0.0.
|
|
98
|
-
"@teambit/html": "1.0.
|
|
99
|
-
"@teambit/importer": "1.0.
|
|
100
|
-
"@teambit/insights": "1.0.
|
|
101
|
-
"@teambit/install": "1.0.
|
|
102
|
-
"@teambit/ipc-events": "1.0.
|
|
103
|
-
"@teambit/isolator": "1.0.
|
|
104
|
-
"@teambit/issues": "1.0.
|
|
105
|
-
"@teambit/jest": "1.0.
|
|
106
|
-
"@teambit/lanes": "1.0.
|
|
107
|
-
"@teambit/linter": "1.0.
|
|
108
|
-
"@teambit/lister": "1.0.
|
|
109
|
-
"@teambit/logger": "0.0.
|
|
110
|
-
"@teambit/mdx": "1.0.
|
|
111
|
-
"@teambit/merge-lanes": "1.0.
|
|
112
|
-
"@teambit/merging": "1.0.
|
|
113
|
-
"@teambit/mocha": "1.0.
|
|
114
|
-
"@teambit/mover": "1.0.
|
|
115
|
-
"@teambit/multi-compiler": "1.0.
|
|
116
|
-
"@teambit/multi-tester": "1.0.
|
|
117
|
-
"@teambit/new-component-helper": "1.0.
|
|
118
|
-
"@teambit/node": "1.0.
|
|
119
|
-
"@teambit/notifications": "1.0.
|
|
120
|
-
"@teambit/panels": "0.0.
|
|
121
|
-
"@teambit/pkg": "1.0.
|
|
122
|
-
"@teambit/pnpm": "1.0.
|
|
123
|
-
"@teambit/prettier": "1.0.
|
|
124
|
-
"@teambit/preview": "1.0.
|
|
125
|
-
"@teambit/pubsub": "1.0.
|
|
126
|
-
"@teambit/react-native": "1.0.
|
|
127
|
-
"@teambit/react-router": "1.0.
|
|
128
|
-
"@teambit/react": "1.0.
|
|
129
|
-
"@teambit/readme": "1.0.
|
|
130
|
-
"@teambit/refactoring": "1.0.
|
|
131
|
-
"@teambit/remove": "1.0.
|
|
132
|
-
"@teambit/renaming": "1.0.
|
|
133
|
-
"@teambit/schema": "1.0.
|
|
134
|
-
"@teambit/scope": "1.0.
|
|
135
|
-
"@teambit/sidebar": "1.0.
|
|
136
|
-
"@teambit/sign": "1.0.
|
|
137
|
-
"@teambit/snapping": "1.0.
|
|
138
|
-
"@teambit/stash": "1.0.
|
|
139
|
-
"@teambit/status": "1.0.
|
|
140
|
-
"@teambit/tester": "1.0.
|
|
141
|
-
"@teambit/tracker": "1.0.
|
|
142
|
-
"@teambit/typescript": "1.0.
|
|
143
|
-
"@teambit/ui": "1.0.
|
|
144
|
-
"@teambit/update-dependencies": "1.0.
|
|
145
|
-
"@teambit/user-agent": "1.0.
|
|
146
|
-
"@teambit/variants": "0.0.
|
|
147
|
-
"@teambit/version-history": "0.0.
|
|
148
|
-
"@teambit/watcher": "1.0.
|
|
149
|
-
"@teambit/webpack": "1.0.
|
|
150
|
-
"@teambit/worker": "0.0.
|
|
151
|
-
"@teambit/workspace-config-files": "1.0.
|
|
152
|
-
"@teambit/workspace": "1.0.
|
|
153
|
-
"@teambit/yarn": "1.0.
|
|
59
|
+
"@teambit/api-reference": "1.0.323",
|
|
60
|
+
"@teambit/api-server": "1.0.323",
|
|
61
|
+
"@teambit/application": "1.0.323",
|
|
62
|
+
"@teambit/aspect": "1.0.323",
|
|
63
|
+
"@teambit/babel": "1.0.323",
|
|
64
|
+
"@teambit/builder": "1.0.323",
|
|
65
|
+
"@teambit/bundler": "1.0.323",
|
|
66
|
+
"@teambit/cache": "0.0.993",
|
|
67
|
+
"@teambit/changelog": "1.0.323",
|
|
68
|
+
"@teambit/checkout": "1.0.323",
|
|
69
|
+
"@teambit/cloud": "0.0.599",
|
|
70
|
+
"@teambit/code": "1.0.323",
|
|
71
|
+
"@teambit/command-bar": "1.0.323",
|
|
72
|
+
"@teambit/community": "1.0.323",
|
|
73
|
+
"@teambit/compiler": "1.0.323",
|
|
74
|
+
"@teambit/component-compare": "1.0.323",
|
|
75
|
+
"@teambit/component-log": "1.0.323",
|
|
76
|
+
"@teambit/component-sizer": "1.0.323",
|
|
77
|
+
"@teambit/component-tree": "1.0.323",
|
|
78
|
+
"@teambit/component-writer": "1.0.323",
|
|
79
|
+
"@teambit/component": "1.0.323",
|
|
80
|
+
"@teambit/compositions": "1.0.323",
|
|
81
|
+
"@teambit/config-merger": "0.0.190",
|
|
82
|
+
"@teambit/dependencies": "1.0.323",
|
|
83
|
+
"@teambit/dependency-resolver": "1.0.323",
|
|
84
|
+
"@teambit/deprecation": "1.0.323",
|
|
85
|
+
"@teambit/dev-files": "1.0.323",
|
|
86
|
+
"@teambit/diagnostic": "1.0.323",
|
|
87
|
+
"@teambit/docs": "1.0.323",
|
|
88
|
+
"@teambit/doctor": "0.0.6",
|
|
89
|
+
"@teambit/eject": "1.0.323",
|
|
90
|
+
"@teambit/env": "1.0.323",
|
|
91
|
+
"@teambit/envs": "1.0.323",
|
|
92
|
+
"@teambit/eslint": "1.0.323",
|
|
93
|
+
"@teambit/export": "1.0.323",
|
|
94
|
+
"@teambit/express": "0.0.999",
|
|
95
|
+
"@teambit/forking": "1.0.323",
|
|
96
|
+
"@teambit/formatter": "1.0.323",
|
|
97
|
+
"@teambit/generator": "1.0.324",
|
|
98
|
+
"@teambit/git": "1.0.323",
|
|
99
|
+
"@teambit/global-config": "0.0.903",
|
|
100
|
+
"@teambit/graph": "1.0.323",
|
|
101
|
+
"@teambit/graphql": "1.0.323",
|
|
102
|
+
"@teambit/harmony-ui-app": "1.0.323",
|
|
103
|
+
"@teambit/host-initializer": "0.0.36",
|
|
104
|
+
"@teambit/html": "1.0.323",
|
|
105
|
+
"@teambit/importer": "1.0.323",
|
|
106
|
+
"@teambit/insights": "1.0.323",
|
|
107
|
+
"@teambit/install": "1.0.323",
|
|
108
|
+
"@teambit/ipc-events": "1.0.323",
|
|
109
|
+
"@teambit/isolator": "1.0.323",
|
|
110
|
+
"@teambit/issues": "1.0.323",
|
|
111
|
+
"@teambit/jest": "1.0.323",
|
|
112
|
+
"@teambit/lanes": "1.0.323",
|
|
113
|
+
"@teambit/linter": "1.0.323",
|
|
114
|
+
"@teambit/lister": "1.0.323",
|
|
115
|
+
"@teambit/logger": "0.0.993",
|
|
116
|
+
"@teambit/mdx": "1.0.323",
|
|
117
|
+
"@teambit/merge-lanes": "1.0.323",
|
|
118
|
+
"@teambit/merging": "1.0.323",
|
|
119
|
+
"@teambit/mocha": "1.0.323",
|
|
120
|
+
"@teambit/mover": "1.0.323",
|
|
121
|
+
"@teambit/multi-compiler": "1.0.323",
|
|
122
|
+
"@teambit/multi-tester": "1.0.323",
|
|
123
|
+
"@teambit/new-component-helper": "1.0.323",
|
|
124
|
+
"@teambit/node": "1.0.323",
|
|
125
|
+
"@teambit/notifications": "1.0.323",
|
|
126
|
+
"@teambit/panels": "0.0.902",
|
|
127
|
+
"@teambit/pkg": "1.0.323",
|
|
128
|
+
"@teambit/pnpm": "1.0.323",
|
|
129
|
+
"@teambit/prettier": "1.0.323",
|
|
130
|
+
"@teambit/preview": "1.0.323",
|
|
131
|
+
"@teambit/pubsub": "1.0.323",
|
|
132
|
+
"@teambit/react-native": "1.0.323",
|
|
133
|
+
"@teambit/react-router": "1.0.323",
|
|
134
|
+
"@teambit/react": "1.0.323",
|
|
135
|
+
"@teambit/readme": "1.0.323",
|
|
136
|
+
"@teambit/refactoring": "1.0.323",
|
|
137
|
+
"@teambit/remove": "1.0.323",
|
|
138
|
+
"@teambit/renaming": "1.0.323",
|
|
139
|
+
"@teambit/schema": "1.0.323",
|
|
140
|
+
"@teambit/scope": "1.0.323",
|
|
141
|
+
"@teambit/sidebar": "1.0.323",
|
|
142
|
+
"@teambit/sign": "1.0.323",
|
|
143
|
+
"@teambit/snapping": "1.0.323",
|
|
144
|
+
"@teambit/stash": "1.0.323",
|
|
145
|
+
"@teambit/status": "1.0.323",
|
|
146
|
+
"@teambit/tester": "1.0.323",
|
|
147
|
+
"@teambit/tracker": "1.0.323",
|
|
148
|
+
"@teambit/typescript": "1.0.323",
|
|
149
|
+
"@teambit/ui": "1.0.323",
|
|
150
|
+
"@teambit/update-dependencies": "1.0.323",
|
|
151
|
+
"@teambit/user-agent": "1.0.323",
|
|
152
|
+
"@teambit/variants": "0.0.1167",
|
|
153
|
+
"@teambit/version-history": "0.0.115",
|
|
154
|
+
"@teambit/watcher": "1.0.323",
|
|
155
|
+
"@teambit/webpack": "1.0.323",
|
|
156
|
+
"@teambit/worker": "0.0.1204",
|
|
157
|
+
"@teambit/workspace-config-files": "1.0.323",
|
|
158
|
+
"@teambit/workspace": "1.0.323",
|
|
159
|
+
"@teambit/yarn": "1.0.323"
|
|
154
160
|
},
|
|
155
161
|
"devDependencies": {
|
|
156
162
|
"@types/fs-extra": "9.0.7",
|
|
163
|
+
"@types/bluebird": "3.5.33",
|
|
157
164
|
"@types/semver": "7.3.4",
|
|
158
165
|
"@types/mocha": "10.0.1",
|
|
159
166
|
"chai": "4.3.0",
|
|
@@ -161,8 +168,8 @@
|
|
|
161
168
|
"@teambit/harmony.envs.core-aspect-env": "0.0.39"
|
|
162
169
|
},
|
|
163
170
|
"peerDependencies": {
|
|
164
|
-
"@teambit/legacy": "1.0.718",
|
|
165
171
|
"react": "17.0.2",
|
|
172
|
+
"@teambit/legacy": "1.0.720",
|
|
166
173
|
"@types/react": "^17.0.73"
|
|
167
174
|
},
|
|
168
175
|
"license": "Apache-2.0",
|
|
File without changes
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
// // import { Slot, SlotRegistry } from '@teambit/harmony';
|
|
2
|
-
|
|
3
|
-
// export interface Extension {
|
|
4
|
-
// /**
|
|
5
|
-
// * icon of the extension.
|
|
6
|
-
// */
|
|
7
|
-
// icon?: string
|
|
8
|
-
// }
|
|
9
|
-
|
|
10
|
-
// // export type ExtensionContext<CT, DT> = {
|
|
11
|
-
// // dependencies: DT,
|
|
12
|
-
// // config: CT,
|
|
13
|
-
// // slots: SlotRegistry
|
|
14
|
-
// // };
|
|
15
|
-
|
|
16
|
-
// export type ExtensionProvider = () => Extension;
|
|
17
|
-
|
|
18
|
-
// export type ExtensionProps = {
|
|
19
|
-
// name: string,
|
|
20
|
-
// slots: Slot[],
|
|
21
|
-
// provider: ExtensionProvider
|
|
22
|
-
// };
|
|
23
|
-
|
|
24
|
-
// export function createExtension<>(props: ExtensionProps) {
|
|
25
|
-
|
|
26
|
-
// }
|
|
27
|
-
"use strict";
|
|
28
|
-
|
|
29
|
-
//# sourceMappingURL=extension.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["extension.ts"],"sourcesContent":["// // import { Slot, SlotRegistry } from '@teambit/harmony';\n\n// export interface Extension {\n// /**\n// * icon of the extension.\n// */\n// icon?: string\n// }\n\n// // export type ExtensionContext<CT, DT> = {\n// // dependencies: DT,\n// // config: CT,\n// // slots: SlotRegistry\n// // };\n\n// export type ExtensionProvider = () => Extension;\n\n// export type ExtensionProps = {\n// name: string,\n// slots: Slot[],\n// provider: ExtensionProvider\n// };\n\n// export function createExtension<>(props: ExtensionProps) {\n\n// }\n"],"mappings":"AAAA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AAAA","ignoreList":[]}
|
|
File without changes
|
package/dist/extension/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
|
package/extension/extension.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// // import { Slot, SlotRegistry } from '@teambit/harmony';
|
|
2
|
-
|
|
3
|
-
// export interface Extension {
|
|
4
|
-
// /**
|
|
5
|
-
// * icon of the extension.
|
|
6
|
-
// */
|
|
7
|
-
// icon?: string
|
|
8
|
-
// }
|
|
9
|
-
|
|
10
|
-
// // export type ExtensionContext<CT, DT> = {
|
|
11
|
-
// // dependencies: DT,
|
|
12
|
-
// // config: CT,
|
|
13
|
-
// // slots: SlotRegistry
|
|
14
|
-
// // };
|
|
15
|
-
|
|
16
|
-
// export type ExtensionProvider = () => Extension;
|
|
17
|
-
|
|
18
|
-
// export type ExtensionProps = {
|
|
19
|
-
// name: string,
|
|
20
|
-
// slots: Slot[],
|
|
21
|
-
// provider: ExtensionProvider
|
|
22
|
-
// };
|
|
23
|
-
|
|
24
|
-
// export function createExtension<>(props: ExtensionProps) {
|
|
25
|
-
|
|
26
|
-
// }
|
package/extension/index.ts
DELETED
|
File without changes
|