@teambit/stash 1.0.410 → 1.0.411
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,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.component/stash@1.0.
|
|
3
|
+
<testsuite name="teambit.component/stash@1.0.411" 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 StashMain",
|
|
23
24
|
"name": "StashMain",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "ClassSchema",
|
|
@@ -491,6 +492,7 @@
|
|
|
491
492
|
"line": 5,
|
|
492
493
|
"character": 10
|
|
493
494
|
},
|
|
495
|
+
"signature": "const StashAspect: Aspect",
|
|
494
496
|
"name": "StashAspect",
|
|
495
497
|
"exportNode": {
|
|
496
498
|
"__schema": "VariableLikeSchema",
|
|
@@ -1136,7 +1138,7 @@
|
|
|
1136
1138
|
"componentId": {
|
|
1137
1139
|
"scope": "teambit.component",
|
|
1138
1140
|
"name": "stash",
|
|
1139
|
-
"version": "1.0.
|
|
1141
|
+
"version": "1.0.411"
|
|
1140
1142
|
},
|
|
1141
1143
|
"taggedModuleExports": []
|
|
1142
1144
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/stash",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.411",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/stash",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "stash",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.411"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"@teambit/component-id": "1.2.0",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
18
|
"@teambit/bit-error": "0.0.404",
|
|
19
|
-
"@teambit/workspace": "1.0.
|
|
20
|
-
"@teambit/checkout": "1.0.
|
|
21
|
-
"@teambit/cli": "0.0.
|
|
22
|
-
"@teambit/merging": "1.0.
|
|
23
|
-
"@teambit/component": "1.0.
|
|
24
|
-
"@teambit/snapping": "1.0.
|
|
19
|
+
"@teambit/workspace": "1.0.411",
|
|
20
|
+
"@teambit/checkout": "1.0.411",
|
|
21
|
+
"@teambit/cli": "0.0.988",
|
|
22
|
+
"@teambit/merging": "1.0.411",
|
|
23
|
+
"@teambit/component": "1.0.411",
|
|
24
|
+
"@teambit/snapping": "1.0.411"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|