@teambit/snapping 1.0.162 → 1.0.164
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,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="2" 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.164" tests="2" failures="0" errors="0" skipped="1">
|
|
4
|
+
<testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.031"/>
|
|
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>
|
package/artifacts/schema.json
CHANGED
|
@@ -4361,7 +4361,7 @@
|
|
|
4361
4361
|
"line": 87,
|
|
4362
4362
|
"character": 5
|
|
4363
4363
|
},
|
|
4364
|
-
"signature": "(property) type: \"dev\" | \"
|
|
4364
|
+
"signature": "(property) type: \"dev\" | \"peer\" | \"runtime\"",
|
|
4365
4365
|
"name": "type",
|
|
4366
4366
|
"type": {
|
|
4367
4367
|
"__schema": "TypeUnionSchema",
|
|
@@ -11408,7 +11408,7 @@
|
|
|
11408
11408
|
"componentId": {
|
|
11409
11409
|
"scope": "teambit.component",
|
|
11410
11410
|
"name": "snapping",
|
|
11411
|
-
"version": "1.0.
|
|
11411
|
+
"version": "1.0.164"
|
|
11412
11412
|
},
|
|
11413
11413
|
"taggedModuleExports": []
|
|
11414
11414
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/snapping",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.164",
|
|
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.164"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -21,21 +21,21 @@
|
|
|
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/issues": "1.0.
|
|
25
|
-
"@teambit/graph": "1.0.
|
|
24
|
+
"@teambit/issues": "1.0.164",
|
|
25
|
+
"@teambit/graph": "1.0.164",
|
|
26
26
|
"@teambit/logger": "0.0.944",
|
|
27
|
-
"@teambit/scope": "1.0.
|
|
28
|
-
"@teambit/component": "1.0.
|
|
29
|
-
"@teambit/dependencies": "1.0.
|
|
30
|
-
"@teambit/dependency-resolver": "1.0.
|
|
27
|
+
"@teambit/scope": "1.0.164",
|
|
28
|
+
"@teambit/component": "1.0.164",
|
|
29
|
+
"@teambit/dependencies": "1.0.164",
|
|
30
|
+
"@teambit/dependency-resolver": "1.0.164",
|
|
31
31
|
"@teambit/cli": "0.0.851",
|
|
32
32
|
"@teambit/component-issues": "0.0.141",
|
|
33
33
|
"@teambit/global-config": "0.0.854",
|
|
34
|
-
"@teambit/builder": "1.0.
|
|
35
|
-
"@teambit/export": "1.0.
|
|
36
|
-
"@teambit/importer": "1.0.
|
|
37
|
-
"@teambit/insights": "1.0.
|
|
38
|
-
"@teambit/workspace": "1.0.
|
|
34
|
+
"@teambit/builder": "1.0.164",
|
|
35
|
+
"@teambit/export": "1.0.164",
|
|
36
|
+
"@teambit/importer": "1.0.164",
|
|
37
|
+
"@teambit/insights": "1.0.164",
|
|
38
|
+
"@teambit/workspace": "1.0.164",
|
|
39
39
|
"@teambit/workspace.modules.node-modules-linker": "0.0.164"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/uuid": "8.3.4",
|
|
49
49
|
"@types/mocha": "9.1.0",
|
|
50
50
|
"@teambit/harmony.envs.core-aspect-env": "0.0.25",
|
|
51
|
-
"@teambit/compiler": "1.0.
|
|
51
|
+
"@teambit/compiler": "1.0.164",
|
|
52
52
|
"@teambit/component.testing.mock-components": "0.0.188",
|
|
53
53
|
"@teambit/harmony.testing.load-aspect": "0.0.186",
|
|
54
54
|
"@teambit/workspace.testing.mock-workspace": "0.0.23"
|
|
File without changes
|