@teambit/snapping 1.0.501 → 1.0.502
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.502" 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.003"/>
|
|
5
5
|
<testcase classname="dist/message-per-component.spec.js" name="should assign the default message to the component if empty"/>
|
|
6
|
-
<testcase classname="dist/message-per-component.spec.js" name="should support multiple lines per id"
|
|
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.
|
|
6
|
+
<testcase classname="dist/message-per-component.spec.js" name="should support multiple lines per id"/>
|
|
7
|
+
<testcase classname="dist/message-per-component.spec.js" name="should support multiple lines for the default message" time="0.001"/>
|
|
8
|
+
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.517"/>
|
|
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
|
-
<testcase classname="dist/snapping.spec.js" name="should add the new dev dep" time="0.
|
|
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="1.
|
|
16
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="
|
|
17
|
-
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="4.
|
|
18
|
-
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="2.
|
|
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="1.76"/>
|
|
16
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored by snap command" time="2.084"/>
|
|
17
|
+
<testcase classname="dist/snapping.spec.js" name="should be ignored when it is an auto-tag candidate" time="4.778"/>
|
|
18
|
+
<testcase classname="dist/snapping.spec.js" name="should block setting local-only when a component is staged" time="2.629"/>
|
|
19
19
|
</testsuite>
|
|
20
20
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -17524,7 +17524,7 @@
|
|
|
17524
17524
|
"_legacy": {
|
|
17525
17525
|
"scope": "teambit.component",
|
|
17526
17526
|
"name": "snapping",
|
|
17527
|
-
"version": "1.0.
|
|
17527
|
+
"version": "1.0.502"
|
|
17528
17528
|
},
|
|
17529
17529
|
"_scope": "teambit.component"
|
|
17530
17530
|
}
|
|
@@ -17539,7 +17539,7 @@
|
|
|
17539
17539
|
"componentId": {
|
|
17540
17540
|
"scope": "teambit.component",
|
|
17541
17541
|
"name": "snapping",
|
|
17542
|
-
"version": "1.0.
|
|
17542
|
+
"version": "1.0.502"
|
|
17543
17543
|
},
|
|
17544
17544
|
"taggedModuleExports": []
|
|
17545
17545
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/snapping",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.502",
|
|
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.502"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphlib": "2.1.8",
|
|
@@ -25,37 +25,37 @@
|
|
|
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.502",
|
|
29
29
|
"@teambit/legacy.consumer-component": "0.0.12",
|
|
30
|
-
"@teambit/logger": "0.0.
|
|
30
|
+
"@teambit/logger": "0.0.1172",
|
|
31
31
|
"@teambit/scope.objects": "0.0.11",
|
|
32
|
-
"@teambit/scope": "1.0.
|
|
32
|
+
"@teambit/scope": "1.0.502",
|
|
33
33
|
"@teambit/toolbox.promise.map-pool": "0.0.2",
|
|
34
34
|
"@teambit/component.sources": "0.0.63",
|
|
35
|
-
"@teambit/component": "1.0.
|
|
36
|
-
"@teambit/dependencies": "1.0.
|
|
37
|
-
"@teambit/dependency-resolver": "1.0.
|
|
35
|
+
"@teambit/component": "1.0.502",
|
|
36
|
+
"@teambit/dependencies": "1.0.502",
|
|
37
|
+
"@teambit/dependency-resolver": "1.0.502",
|
|
38
38
|
"@teambit/legacy.consumer-config": "0.0.11",
|
|
39
39
|
"@teambit/legacy.extension-data": "0.0.13",
|
|
40
40
|
"@teambit/legacy.logger": "0.0.6",
|
|
41
41
|
"@teambit/legacy.scope": "0.0.11",
|
|
42
42
|
"@teambit/legacy.loader": "0.0.4",
|
|
43
|
-
"@teambit/cli": "0.0.
|
|
43
|
+
"@teambit/cli": "0.0.1079",
|
|
44
44
|
"@teambit/legacy.constants": "0.0.4",
|
|
45
45
|
"@teambit/legacy.component-list": "0.0.65",
|
|
46
46
|
"@teambit/legacy.consumer": "0.0.11",
|
|
47
47
|
"@teambit/legacy.dependency-graph": "0.0.14",
|
|
48
|
-
"@teambit/remove": "1.0.
|
|
48
|
+
"@teambit/remove": "1.0.502",
|
|
49
49
|
"@teambit/component-issues": "0.0.152",
|
|
50
|
-
"@teambit/global-config": "0.0.
|
|
51
|
-
"@teambit/workspace": "1.0.
|
|
52
|
-
"@teambit/application": "1.0.
|
|
53
|
-
"@teambit/builder": "1.0.
|
|
54
|
-
"@teambit/export": "1.0.
|
|
50
|
+
"@teambit/global-config": "0.0.1082",
|
|
51
|
+
"@teambit/workspace": "1.0.502",
|
|
52
|
+
"@teambit/application": "1.0.502",
|
|
53
|
+
"@teambit/builder": "1.0.502",
|
|
54
|
+
"@teambit/export": "1.0.502",
|
|
55
55
|
"@teambit/harmony.modules.concurrency": "0.0.5",
|
|
56
|
-
"@teambit/importer": "1.0.
|
|
57
|
-
"@teambit/insights": "1.0.
|
|
58
|
-
"@teambit/issues": "1.0.
|
|
56
|
+
"@teambit/importer": "1.0.502",
|
|
57
|
+
"@teambit/insights": "1.0.502",
|
|
58
|
+
"@teambit/issues": "1.0.502",
|
|
59
59
|
"@teambit/lanes.modules.create-lane": "0.0.45",
|
|
60
60
|
"@teambit/legacy.scope-api": "0.0.66",
|
|
61
61
|
"@teambit/pkg.modules.semver-helper": "0.0.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@types/uuid": "8.3.4",
|
|
75
75
|
"@types/mocha": "9.1.0",
|
|
76
76
|
"@teambit/harmony.envs.core-aspect-env": "0.0.63",
|
|
77
|
-
"@teambit/compiler": "1.0.
|
|
77
|
+
"@teambit/compiler": "1.0.502",
|
|
78
78
|
"@teambit/component.testing.mock-components": "0.0.270",
|
|
79
79
|
"@teambit/harmony.testing.load-aspect": "0.0.265",
|
|
80
80
|
"@teambit/workspace.testing.mock-workspace": "0.0.38"
|
|
File without changes
|