@teambit/snapping 1.0.811 → 1.0.813
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.
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/snapping",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.813",
|
|
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.813"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphlib": "2.1.8",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"@teambit/component-id": "1.2.4",
|
|
23
23
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
24
24
|
"@teambit/legacy.consumer-component": "0.0.87",
|
|
25
|
+
"@teambit/logger": "0.0.1379",
|
|
25
26
|
"@teambit/toolbox.promise.map-pool": "0.0.9",
|
|
26
27
|
"@teambit/component.sources": "0.0.138",
|
|
27
28
|
"@teambit/legacy.consumer-config": "0.0.86",
|
|
@@ -30,11 +31,13 @@
|
|
|
30
31
|
"@teambit/legacy.logger": "0.0.30",
|
|
31
32
|
"@teambit/legacy.scope": "0.0.86",
|
|
32
33
|
"@teambit/legacy.loader": "0.0.13",
|
|
34
|
+
"@teambit/cli": "0.0.1286",
|
|
33
35
|
"@teambit/legacy.constants": "0.0.19",
|
|
34
36
|
"@teambit/legacy.component-list": "0.0.140",
|
|
35
37
|
"@teambit/legacy.consumer": "0.0.86",
|
|
36
38
|
"@teambit/legacy.dependency-graph": "0.0.89",
|
|
37
39
|
"@teambit/component-issues": "0.0.165",
|
|
40
|
+
"@teambit/config-store": "0.0.166",
|
|
38
41
|
"@teambit/harmony": "0.4.7",
|
|
39
42
|
"@teambit/component-version": "1.0.4",
|
|
40
43
|
"@teambit/harmony.modules.concurrency": "0.0.20",
|
|
@@ -45,21 +48,18 @@
|
|
|
45
48
|
"@teambit/harmony.modules.get-basic-log": "0.0.87",
|
|
46
49
|
"@teambit/toolbox.crypto.sha1": "0.0.10",
|
|
47
50
|
"@teambit/workspace.modules.node-modules-linker": "0.0.315",
|
|
48
|
-
"@teambit/graph": "1.0.
|
|
49
|
-
"@teambit/
|
|
50
|
-
"@teambit/
|
|
51
|
-
"@teambit/
|
|
52
|
-
"@teambit/
|
|
53
|
-
"@teambit/
|
|
54
|
-
"@teambit/
|
|
55
|
-
"@teambit/
|
|
56
|
-
"@teambit/
|
|
57
|
-
"@teambit/
|
|
58
|
-
"@teambit/
|
|
59
|
-
"@teambit/
|
|
60
|
-
"@teambit/builder": "1.0.811",
|
|
61
|
-
"@teambit/export": "1.0.811",
|
|
62
|
-
"@teambit/importer": "1.0.811"
|
|
51
|
+
"@teambit/graph": "1.0.813",
|
|
52
|
+
"@teambit/objects": "0.0.320",
|
|
53
|
+
"@teambit/scope": "1.0.813",
|
|
54
|
+
"@teambit/component": "1.0.813",
|
|
55
|
+
"@teambit/dependencies": "1.0.813",
|
|
56
|
+
"@teambit/dependency-resolver": "1.0.813",
|
|
57
|
+
"@teambit/remove": "1.0.813",
|
|
58
|
+
"@teambit/workspace": "1.0.813",
|
|
59
|
+
"@teambit/application": "1.0.813",
|
|
60
|
+
"@teambit/builder": "1.0.813",
|
|
61
|
+
"@teambit/export": "1.0.813",
|
|
62
|
+
"@teambit/importer": "1.0.813"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/graphlib": "2.1.7",
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
"@types/mocha": "9.1.0",
|
|
71
71
|
"@teambit/component.testing.mock-components": "0.0.353",
|
|
72
72
|
"@teambit/harmony.testing.load-aspect": "0.0.348",
|
|
73
|
-
"@teambit/workspace.testing.mock-workspace": "0.0.141",
|
|
74
73
|
"@teambit/harmony.envs.core-aspect-env": "0.0.79",
|
|
75
|
-
"@teambit/compiler": "1.0.
|
|
76
|
-
"@teambit/issues": "1.0.
|
|
74
|
+
"@teambit/compiler": "1.0.813",
|
|
75
|
+
"@teambit/issues": "1.0.813",
|
|
76
|
+
"@teambit/workspace.testing.mock-workspace": "0.0.142"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"chai": "5.2.1",
|
|
File without changes
|