@teambit/scripts 0.0.0-d047a017805f9697ec3da915369af1723ecddac7 → 0.0.0-d070e876c0343c4aa5f154a61729aeeecbd892a7
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
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scripts",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-d070e876c0343c4aa5f154a61729aeeecbd892a7",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/workspace/scripts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.workspace",
|
|
8
8
|
"name": "scripts",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "d070e876c0343c4aa5f154a61729aeeecbd892a7"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "4.1.2",
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
14
|
"core-js": "^3.0.0",
|
|
15
15
|
"@babel/runtime": "7.20.0",
|
|
16
|
-
"@teambit/cli": "0.0.
|
|
16
|
+
"@teambit/cli": "0.0.1286",
|
|
17
17
|
"@teambit/harmony": "0.4.7",
|
|
18
|
-
"@teambit/logger": "0.0.
|
|
18
|
+
"@teambit/logger": "0.0.1379",
|
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
|
20
|
-
"@teambit/component": "0.0.0-
|
|
21
|
-
"@teambit/envs": "0.0.0-
|
|
22
|
-
"@teambit/workspace": "0.0.0-
|
|
20
|
+
"@teambit/component": "0.0.0-ecc8a51b974fedeb2e03926466eae0281073aa72",
|
|
21
|
+
"@teambit/envs": "0.0.0-13b89e7500bb9ae472aff52955a5079057d4fcd6",
|
|
22
|
+
"@teambit/workspace": "0.0.0-d68a8425574d7cce044464773adcb033edae88ae"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/lodash": "4.14.165",
|
|
File without changes
|