@teambit/snapping 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,16 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="9" failures="0" errors="0" skipped="1">
|
|
3
|
-
<testsuite name="teambit.component/snapping@1.0.
|
|
4
|
-
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.
|
|
3
|
+
<testsuite name="teambit.component/snapping@1.0.411" tests="9" failures="0" errors="0" skipped="1">
|
|
4
|
+
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.045"/>
|
|
5
5
|
<testcase classname="dist/snapping.spec.js" name="should not throw an error if the config was set to ignore MissingPackagesDependenciesOnFs error">
|
|
6
6
|
<skipped/>
|
|
7
7
|
</testcase>
|
|
8
|
-
<testcase classname="dist/snapping.spec.js" name="should add the new dev dep" time="0.
|
|
9
|
-
<testcase classname="dist/snapping.spec.js" name="should remove the specified dependency" time="0.
|
|
8
|
+
<testcase classname="dist/snapping.spec.js" name="should add the new dev dep" time="0.001"/>
|
|
9
|
+
<testcase classname="dist/snapping.spec.js" name="should remove the specified dependency" time="0.001"/>
|
|
10
10
|
<testcase classname="dist/snapping.spec.js" name="should be able to list it"/>
|
|
11
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored by tag command" time="0.
|
|
12
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="0.
|
|
13
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="0.
|
|
14
|
-
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="0.
|
|
11
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored by tag command" time="0.115"/>
|
|
12
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="0.147"/>
|
|
13
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="0.28"/>
|
|
14
|
+
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="0.168"/>
|
|
15
15
|
</testsuite>
|
|
16
16
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"line": 3,
|
|
21
21
|
"character": 15
|
|
22
22
|
},
|
|
23
|
+
"signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
|
|
23
24
|
"name": "BitCloudUser",
|
|
24
25
|
"exportNode": {
|
|
25
26
|
"__schema": "TypeSchema",
|
|
@@ -129,6 +130,7 @@
|
|
|
129
130
|
"line": 4,
|
|
130
131
|
"character": 15
|
|
131
132
|
},
|
|
133
|
+
"signature": "class SnappingMain",
|
|
132
134
|
"name": "SnappingMain",
|
|
133
135
|
"exportNode": {
|
|
134
136
|
"__schema": "ClassSchema",
|
|
@@ -3638,6 +3640,7 @@
|
|
|
3638
3640
|
"line": 4,
|
|
3639
3641
|
"character": 29
|
|
3640
3642
|
},
|
|
3643
|
+
"signature": "type TagResults = BasicTagResults & {\n taggedComponents: ConsumerComponent[];\n autoTaggedResults: AutoTagResult[];\n isSoftTag: boolean;\n publishedPackages: string[];\n exportedIds?: ComponentIdList | undefined;\n}",
|
|
3641
3644
|
"name": "TagResults",
|
|
3642
3645
|
"exportNode": {
|
|
3643
3646
|
"__schema": "TypeSchema",
|
|
@@ -3810,6 +3813,7 @@
|
|
|
3810
3813
|
"line": 4,
|
|
3811
3814
|
"character": 41
|
|
3812
3815
|
},
|
|
3816
|
+
"signature": "type SnapResults = BasicTagResults & {\n snappedComponents: ConsumerComponent[];\n autoSnappedResults: AutoTagResult[];\n laneName: string | null;\n}",
|
|
3813
3817
|
"name": "SnapResults",
|
|
3814
3818
|
"exportNode": {
|
|
3815
3819
|
"__schema": "TypeSchema",
|
|
@@ -3963,6 +3967,7 @@
|
|
|
3963
3967
|
"line": 6,
|
|
3964
3968
|
"character": 10
|
|
3965
3969
|
},
|
|
3970
|
+
"signature": "const SnappingAspect: Aspect",
|
|
3966
3971
|
"name": "SnappingAspect",
|
|
3967
3972
|
"exportNode": {
|
|
3968
3973
|
"__schema": "VariableLikeSchema",
|
|
@@ -3998,6 +4003,7 @@
|
|
|
3998
4003
|
"line": 7,
|
|
3999
4004
|
"character": 15
|
|
4000
4005
|
},
|
|
4006
|
+
"signature": "type onTagIdTransformer = (id: ComponentID) => ComponentID | null",
|
|
4001
4007
|
"name": "onTagIdTransformer",
|
|
4002
4008
|
"exportNode": {
|
|
4003
4009
|
"__schema": "TypeSchema",
|
|
@@ -4078,6 +4084,7 @@
|
|
|
4078
4084
|
"line": 8,
|
|
4079
4085
|
"character": 10
|
|
4080
4086
|
},
|
|
4087
|
+
"signature": "const AUTO_TAGGED_MSG: \"auto-tagged dependents\"",
|
|
4081
4088
|
"name": "AUTO_TAGGED_MSG",
|
|
4082
4089
|
"exportNode": {
|
|
4083
4090
|
"__schema": "VariableLikeSchema",
|
|
@@ -4108,6 +4115,7 @@
|
|
|
4108
4115
|
"line": 8,
|
|
4109
4116
|
"character": 27
|
|
4110
4117
|
},
|
|
4118
|
+
"signature": "const NOTHING_TO_TAG_MSG: \"nothing to tag\"",
|
|
4111
4119
|
"name": "NOTHING_TO_TAG_MSG",
|
|
4112
4120
|
"exportNode": {
|
|
4113
4121
|
"__schema": "VariableLikeSchema",
|
|
@@ -11791,7 +11799,7 @@
|
|
|
11791
11799
|
"componentId": {
|
|
11792
11800
|
"scope": "teambit.component",
|
|
11793
11801
|
"name": "snapping",
|
|
11794
|
-
"version": "1.0.
|
|
11802
|
+
"version": "1.0.411"
|
|
11795
11803
|
},
|
|
11796
11804
|
"taggedModuleExports": []
|
|
11797
11805
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/snapping",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.411",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/snapping",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "snapping",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.411"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -21,34 +21,34 @@
|
|
|
21
21
|
"@teambit/harmony": "0.4.6",
|
|
22
22
|
"@teambit/component-version": "1.0.3",
|
|
23
23
|
"@teambit/lane-id": "0.0.311",
|
|
24
|
-
"@teambit/graph": "1.0.
|
|
25
|
-
"@teambit/logger": "0.0.
|
|
26
|
-
"@teambit/scope": "1.0.
|
|
24
|
+
"@teambit/graph": "1.0.411",
|
|
25
|
+
"@teambit/logger": "0.0.1081",
|
|
26
|
+
"@teambit/scope": "1.0.411",
|
|
27
27
|
"@teambit/toolbox.promise.map-pool": "0.0.1",
|
|
28
|
-
"@teambit/component.sources": "0.0.
|
|
29
|
-
"@teambit/component": "1.0.
|
|
30
|
-
"@teambit/dependencies": "1.0.
|
|
31
|
-
"@teambit/dependency-resolver": "1.0.
|
|
32
|
-
"@teambit/cli": "0.0.
|
|
33
|
-
"@teambit/legacy.component-list": "0.0.
|
|
28
|
+
"@teambit/component.sources": "0.0.30",
|
|
29
|
+
"@teambit/component": "1.0.411",
|
|
30
|
+
"@teambit/dependencies": "1.0.411",
|
|
31
|
+
"@teambit/dependency-resolver": "1.0.411",
|
|
32
|
+
"@teambit/cli": "0.0.988",
|
|
33
|
+
"@teambit/legacy.component-list": "0.0.31",
|
|
34
34
|
"@teambit/component-issues": "0.0.150",
|
|
35
|
-
"@teambit/global-config": "0.0.
|
|
36
|
-
"@teambit/application": "1.0.
|
|
37
|
-
"@teambit/builder": "1.0.
|
|
38
|
-
"@teambit/export": "1.0.
|
|
35
|
+
"@teambit/global-config": "0.0.991",
|
|
36
|
+
"@teambit/application": "1.0.411",
|
|
37
|
+
"@teambit/builder": "1.0.411",
|
|
38
|
+
"@teambit/export": "1.0.411",
|
|
39
39
|
"@teambit/harmony.modules.concurrency": "0.0.1",
|
|
40
|
-
"@teambit/importer": "1.0.
|
|
41
|
-
"@teambit/insights": "1.0.
|
|
42
|
-
"@teambit/issues": "1.0.
|
|
43
|
-
"@teambit/lanes.modules.create-lane": "0.0.
|
|
44
|
-
"@teambit/legacy.scope-api": "0.0.
|
|
40
|
+
"@teambit/importer": "1.0.411",
|
|
41
|
+
"@teambit/insights": "1.0.411",
|
|
42
|
+
"@teambit/issues": "1.0.411",
|
|
43
|
+
"@teambit/lanes.modules.create-lane": "0.0.11",
|
|
44
|
+
"@teambit/legacy.scope-api": "0.0.33",
|
|
45
45
|
"@teambit/pkg.modules.semver-helper": "0.0.1",
|
|
46
|
-
"@teambit/workspace": "1.0.
|
|
46
|
+
"@teambit/workspace": "1.0.411",
|
|
47
47
|
"@teambit/bit.get-bit-version": "0.0.1",
|
|
48
48
|
"@teambit/harmony.modules.get-basic-log": "0.0.1",
|
|
49
|
-
"@teambit/remove": "1.0.
|
|
49
|
+
"@teambit/remove": "1.0.411",
|
|
50
50
|
"@teambit/toolbox.crypto.sha1": "0.0.1",
|
|
51
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
51
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.205"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/lodash": "4.14.165",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@types/uuid": "8.3.4",
|
|
61
61
|
"@types/mocha": "9.1.0",
|
|
62
62
|
"@teambit/harmony.envs.core-aspect-env": "0.0.47",
|
|
63
|
-
"@teambit/compiler": "1.0.
|
|
64
|
-
"@teambit/component.testing.mock-components": "0.0.
|
|
65
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
63
|
+
"@teambit/compiler": "1.0.411",
|
|
64
|
+
"@teambit/component.testing.mock-components": "0.0.236",
|
|
65
|
+
"@teambit/harmony.testing.load-aspect": "0.0.231",
|
|
66
66
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
File without changes
|