@teambit/git 1.0.410 → 1.0.412
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.git/git@1.0.
|
3
|
+
<testsuite name="teambit.git/git@1.0.412" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"line": 3,
|
21
21
|
"character": 15
|
22
22
|
},
|
23
|
+
"signature": "class GitMain",
|
23
24
|
"name": "GitMain",
|
24
25
|
"exportNode": {
|
25
26
|
"__schema": "ClassSchema",
|
@@ -390,6 +391,7 @@
|
|
390
391
|
"line": 5,
|
391
392
|
"character": 10
|
392
393
|
},
|
394
|
+
"signature": "const GitAspect: Aspect",
|
393
395
|
"name": "GitAspect",
|
394
396
|
"exportNode": {
|
395
397
|
"__schema": "VariableLikeSchema",
|
@@ -1139,7 +1141,7 @@
|
|
1139
1141
|
"componentId": {
|
1140
1142
|
"scope": "teambit.git",
|
1141
1143
|
"name": "git",
|
1142
|
-
"version": "1.0.
|
1144
|
+
"version": "1.0.412"
|
1143
1145
|
},
|
1144
1146
|
"taggedModuleExports": []
|
1145
1147
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/git",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.412",
|
4
4
|
"homepage": "https://bit.cloud/teambit/git/git",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.git",
|
8
8
|
"name": "git",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.412"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -14,14 +14,13 @@
|
|
14
14
|
"gitconfig": "2.0.8",
|
15
15
|
"@teambit/harmony": "0.4.6",
|
16
16
|
"@teambit/bit-error": "0.0.404",
|
17
|
-
"@teambit/cli": "0.0.
|
18
|
-
"@teambit/workspace": "1.0.
|
17
|
+
"@teambit/cli": "0.0.989",
|
18
|
+
"@teambit/workspace": "1.0.412"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"@types/fs-extra": "9.0.7",
|
22
22
|
"@types/mocha": "9.1.0",
|
23
|
-
"
|
24
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.47"
|
23
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59"
|
25
24
|
},
|
26
25
|
"peerDependencies": {
|
27
26
|
"@teambit/legacy": "1.0.624"
|
File without changes
|