@teambit/snapping 1.0.490 → 1.0.491
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,20 +1,20 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="13" failures="0" errors="0" skipped="1">
|
|
3
|
-
<testsuite name="teambit.component/snapping@1.0.
|
|
4
|
-
<testcase classname="dist/message-per-component.spec.js" name="should throw an error when the file has no changes" time="0.
|
|
3
|
+
<testsuite name="teambit.component/snapping@1.0.491" tests="13" failures="0" errors="0" skipped="1">
|
|
4
|
+
<testcase classname="dist/message-per-component.spec.js" name="should throw an error when the file has no changes" time="0.002"/>
|
|
5
5
|
<testcase classname="dist/message-per-component.spec.js" name="should assign the default message to the component if empty"/>
|
|
6
6
|
<testcase classname="dist/message-per-component.spec.js" name="should support multiple lines per id"/>
|
|
7
7
|
<testcase classname="dist/message-per-component.spec.js" name="should support multiple lines for the default message"/>
|
|
8
|
-
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.
|
|
8
|
+
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.037"/>
|
|
9
9
|
<testcase classname="dist/snapping.spec.js" name="should not throw an error if the config was set to ignore MissingPackagesDependenciesOnFs error">
|
|
10
10
|
<skipped/>
|
|
11
11
|
</testcase>
|
|
12
12
|
<testcase classname="dist/snapping.spec.js" name="should add the new dev dep" time="0.002"/>
|
|
13
13
|
<testcase classname="dist/snapping.spec.js" name="should remove the specified dependency" time="0.001"/>
|
|
14
|
-
<testcase classname="dist/snapping.spec.js" name="should be able to list it"/>
|
|
15
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored by tag command" time="0.
|
|
16
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="0.
|
|
17
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="0.
|
|
18
|
-
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="0.
|
|
14
|
+
<testcase classname="dist/snapping.spec.js" name="should be able to list it" time="0.001"/>
|
|
15
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored by tag command" time="0.148"/>
|
|
16
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="0.167"/>
|
|
17
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="0.333"/>
|
|
18
|
+
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="0.191"/>
|
|
19
19
|
</testsuite>
|
|
20
20
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -4933,7 +4933,7 @@
|
|
|
4933
4933
|
"line": 96,
|
|
4934
4934
|
"character": 5
|
|
4935
4935
|
},
|
|
4936
|
-
"signature": "(property) type: \"dev\" | \"
|
|
4936
|
+
"signature": "(property) type: \"dev\" | \"peer\" | \"runtime\"",
|
|
4937
4937
|
"name": "type",
|
|
4938
4938
|
"type": {
|
|
4939
4939
|
"__schema": "TypeUnionSchema",
|
|
@@ -6895,7 +6895,7 @@
|
|
|
6895
6895
|
"line": 20,
|
|
6896
6896
|
"character": 3
|
|
6897
6897
|
},
|
|
6898
|
-
"signature": "(property) newDependencies?: {\n id: string;\n version?: string | undefined;\n isComponent?: boolean | undefined;\n type?: \"dev\" | \"
|
|
6898
|
+
"signature": "(property) newDependencies?: {\n id: string;\n version?: string | undefined;\n isComponent?: boolean | undefined;\n type?: \"dev\" | \"peer\" | \"runtime\" | undefined;\n}[] | undefined",
|
|
6899
6899
|
"name": "newDependencies",
|
|
6900
6900
|
"type": {
|
|
6901
6901
|
"__schema": "TypeRefSchema",
|
|
@@ -6981,7 +6981,7 @@
|
|
|
6981
6981
|
"line": 24,
|
|
6982
6982
|
"character": 5
|
|
6983
6983
|
},
|
|
6984
|
-
"signature": "(property) type?: \"dev\" | \"
|
|
6984
|
+
"signature": "(property) type?: \"dev\" | \"peer\" | \"runtime\" | undefined",
|
|
6985
6985
|
"name": "type",
|
|
6986
6986
|
"type": {
|
|
6987
6987
|
"__schema": "TypeUnionSchema",
|
|
@@ -7768,7 +7768,7 @@
|
|
|
7768
7768
|
"line": 96,
|
|
7769
7769
|
"character": 5
|
|
7770
7770
|
},
|
|
7771
|
-
"signature": "(property) type: \"dev\" | \"
|
|
7771
|
+
"signature": "(property) type: \"dev\" | \"peer\" | \"runtime\"",
|
|
7772
7772
|
"name": "type",
|
|
7773
7773
|
"type": {
|
|
7774
7774
|
"__schema": "TypeUnionSchema",
|
|
@@ -16466,7 +16466,7 @@
|
|
|
16466
16466
|
"line": 20,
|
|
16467
16467
|
"character": 3
|
|
16468
16468
|
},
|
|
16469
|
-
"signature": "(property) newDependencies?: {\n id: string;\n version?: string | undefined;\n isComponent?: boolean | undefined;\n type?: \"dev\" | \"
|
|
16469
|
+
"signature": "(property) newDependencies?: {\n id: string;\n version?: string | undefined;\n isComponent?: boolean | undefined;\n type?: \"dev\" | \"peer\" | \"runtime\" | undefined;\n}[] | undefined",
|
|
16470
16470
|
"name": "newDependencies",
|
|
16471
16471
|
"type": {
|
|
16472
16472
|
"__schema": "TypeRefSchema",
|
|
@@ -16552,7 +16552,7 @@
|
|
|
16552
16552
|
"line": 24,
|
|
16553
16553
|
"character": 5
|
|
16554
16554
|
},
|
|
16555
|
-
"signature": "(property) type?: \"dev\" | \"
|
|
16555
|
+
"signature": "(property) type?: \"dev\" | \"peer\" | \"runtime\" | undefined",
|
|
16556
16556
|
"name": "type",
|
|
16557
16557
|
"type": {
|
|
16558
16558
|
"__schema": "TypeUnionSchema",
|
|
@@ -17529,7 +17529,7 @@
|
|
|
17529
17529
|
"_legacy": {
|
|
17530
17530
|
"scope": "teambit.component",
|
|
17531
17531
|
"name": "snapping",
|
|
17532
|
-
"version": "1.0.
|
|
17532
|
+
"version": "1.0.491"
|
|
17533
17533
|
},
|
|
17534
17534
|
"_scope": "teambit.component"
|
|
17535
17535
|
}
|
|
@@ -17544,7 +17544,7 @@
|
|
|
17544
17544
|
"componentId": {
|
|
17545
17545
|
"scope": "teambit.component",
|
|
17546
17546
|
"name": "snapping",
|
|
17547
|
-
"version": "1.0.
|
|
17547
|
+
"version": "1.0.491"
|
|
17548
17548
|
},
|
|
17549
17549
|
"taggedModuleExports": []
|
|
17550
17550
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/snapping",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.491",
|
|
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.491"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphlib": "2.1.8",
|
|
@@ -25,40 +25,40 @@
|
|
|
25
25
|
"@teambit/harmony": "0.4.6",
|
|
26
26
|
"@teambit/component-version": "1.0.3",
|
|
27
27
|
"@teambit/lane-id": "0.0.311",
|
|
28
|
-
"@teambit/graph": "1.0.
|
|
28
|
+
"@teambit/graph": "1.0.491",
|
|
29
29
|
"@teambit/legacy.consumer-component": "0.0.4",
|
|
30
|
-
"@teambit/logger": "0.0.
|
|
30
|
+
"@teambit/logger": "0.0.1161",
|
|
31
31
|
"@teambit/scope.objects": "0.0.3",
|
|
32
|
-
"@teambit/scope": "1.0.
|
|
32
|
+
"@teambit/scope": "1.0.491",
|
|
33
33
|
"@teambit/toolbox.promise.map-pool": "0.0.2",
|
|
34
34
|
"@teambit/component.sources": "0.0.55",
|
|
35
|
-
"@teambit/component": "1.0.
|
|
36
|
-
"@teambit/dependencies": "1.0.
|
|
37
|
-
"@teambit/dependency-resolver": "1.0.
|
|
35
|
+
"@teambit/component": "1.0.491",
|
|
36
|
+
"@teambit/dependencies": "1.0.491",
|
|
37
|
+
"@teambit/dependency-resolver": "1.0.491",
|
|
38
38
|
"@teambit/legacy.consumer-config": "0.0.3",
|
|
39
39
|
"@teambit/legacy.extension-data": "0.0.5",
|
|
40
40
|
"@teambit/legacy.logger": "0.0.2",
|
|
41
41
|
"@teambit/legacy.scope": "0.0.3",
|
|
42
42
|
"@teambit/legacy.loader": "0.0.4",
|
|
43
|
-
"@teambit/cli": "0.0.
|
|
43
|
+
"@teambit/cli": "0.0.1068",
|
|
44
44
|
"@teambit/legacy.constants": "0.0.2",
|
|
45
45
|
"@teambit/legacy.component-list": "0.0.57",
|
|
46
46
|
"@teambit/legacy.consumer": "0.0.3",
|
|
47
47
|
"@teambit/legacy.dependency-graph": "0.0.6",
|
|
48
|
-
"@teambit/remove": "1.0.
|
|
48
|
+
"@teambit/remove": "1.0.491",
|
|
49
49
|
"@teambit/component-issues": "0.0.152",
|
|
50
|
-
"@teambit/global-config": "0.0.
|
|
51
|
-
"@teambit/application": "1.0.
|
|
52
|
-
"@teambit/builder": "1.0.
|
|
53
|
-
"@teambit/export": "1.0.
|
|
50
|
+
"@teambit/global-config": "0.0.1071",
|
|
51
|
+
"@teambit/application": "1.0.491",
|
|
52
|
+
"@teambit/builder": "1.0.491",
|
|
53
|
+
"@teambit/export": "1.0.491",
|
|
54
54
|
"@teambit/harmony.modules.concurrency": "0.0.3",
|
|
55
|
-
"@teambit/importer": "1.0.
|
|
56
|
-
"@teambit/insights": "1.0.
|
|
57
|
-
"@teambit/issues": "1.0.
|
|
55
|
+
"@teambit/importer": "1.0.491",
|
|
56
|
+
"@teambit/insights": "1.0.491",
|
|
57
|
+
"@teambit/issues": "1.0.491",
|
|
58
58
|
"@teambit/lanes.modules.create-lane": "0.0.37",
|
|
59
59
|
"@teambit/legacy.scope-api": "0.0.58",
|
|
60
60
|
"@teambit/pkg.modules.semver-helper": "0.0.3",
|
|
61
|
-
"@teambit/workspace": "1.0.
|
|
61
|
+
"@teambit/workspace": "1.0.491",
|
|
62
62
|
"@teambit/bit.get-bit-version": "0.0.1",
|
|
63
63
|
"@teambit/harmony.modules.get-basic-log": "0.0.4",
|
|
64
64
|
"@teambit/toolbox.crypto.sha1": "0.0.3",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@types/uuid": "8.3.4",
|
|
74
74
|
"@types/mocha": "9.1.0",
|
|
75
75
|
"@teambit/harmony.envs.core-aspect-env": "0.0.63",
|
|
76
|
-
"@teambit/compiler": "1.0.
|
|
76
|
+
"@teambit/compiler": "1.0.491",
|
|
77
77
|
"@teambit/component.testing.mock-components": "0.0.262",
|
|
78
78
|
"@teambit/harmony.testing.load-aspect": "0.0.257",
|
|
79
79
|
"@teambit/workspace.testing.mock-workspace": "0.0.30"
|
|
File without changes
|