@teambit/scripts 0.0.0-d4e793c7e477fb55c174145d50300d4e1daf6372 → 0.0.0-d58a555f435649ac0597120ade5e773a18f0b8a9
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-d58a555f435649ac0597120ade5e773a18f0b8a9",
|
|
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": "d58a555f435649ac0597120ade5e773a18f0b8a9"
|
|
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.1290",
|
|
17
17
|
"@teambit/harmony": "0.4.7",
|
|
18
|
-
"@teambit/logger": "0.0.
|
|
18
|
+
"@teambit/logger": "0.0.1383",
|
|
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-ae060eb2edb103ce82adf369b871c0a26fdfc444",
|
|
21
|
+
"@teambit/envs": "0.0.0-f45474a7b40a764481c73a4f1a400f14cdbbb721",
|
|
22
|
+
"@teambit/workspace": "0.0.0-96754d3174a8e98e13282ba3b8a72f4430081064"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/lodash": "4.14.165",
|
|
File without changes
|