@teambit/snapping 1.0.104 → 1.0.105
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/dist/flattened-edges.js +2 -3
- package/dist/flattened-edges.js.map +1 -1
- package/dist/generate-comp-from-scope.js +2 -2
- package/dist/generate-comp-from-scope.js.map +1 -1
- package/dist/reset-cmd.js +2 -2
- package/dist/reset-cmd.js.map +1 -1
- package/dist/snap-cmd.js +2 -2
- package/dist/snap-cmd.js.map +1 -1
- package/dist/snap-from-scope.cmd.js +2 -2
- package/dist/snap-from-scope.cmd.js.map +1 -1
- package/dist/snapping.main.runtime.js +2 -2
- package/dist/snapping.main.runtime.js.map +1 -1
- package/dist/tag-cmd.js +2 -2
- package/dist/tag-cmd.js.map +1 -1
- package/dist/tag-from-scope.cmd.js +2 -2
- package/dist/tag-from-scope.cmd.js.map +1 -1
- package/dist/tag-model-component.js +2 -2
- package/dist/tag-model-component.js.map +1 -1
- package/package.json +14 -14
- /package/dist/{preview-1703387662836.js → preview-1703474083789.js} +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/snapping",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.105",
|
|
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.105"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -25,21 +25,21 @@
|
|
|
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/issues": "1.0.
|
|
29
|
-
"@teambit/graph": "1.0.
|
|
28
|
+
"@teambit/issues": "1.0.105",
|
|
29
|
+
"@teambit/graph": "1.0.105",
|
|
30
30
|
"@teambit/logger": "0.0.931",
|
|
31
|
-
"@teambit/scope": "1.0.
|
|
32
|
-
"@teambit/component": "1.0.
|
|
33
|
-
"@teambit/dependencies": "1.0.
|
|
34
|
-
"@teambit/dependency-resolver": "1.0.
|
|
31
|
+
"@teambit/scope": "1.0.105",
|
|
32
|
+
"@teambit/component": "1.0.105",
|
|
33
|
+
"@teambit/dependencies": "1.0.105",
|
|
34
|
+
"@teambit/dependency-resolver": "1.0.105",
|
|
35
35
|
"@teambit/cli": "0.0.838",
|
|
36
36
|
"@teambit/component-issues": "0.0.136",
|
|
37
37
|
"@teambit/global-config": "0.0.840",
|
|
38
|
-
"@teambit/builder": "1.0.
|
|
39
|
-
"@teambit/export": "1.0.
|
|
40
|
-
"@teambit/importer": "1.0.
|
|
41
|
-
"@teambit/insights": "1.0.
|
|
42
|
-
"@teambit/workspace": "1.0.
|
|
38
|
+
"@teambit/builder": "1.0.105",
|
|
39
|
+
"@teambit/export": "1.0.105",
|
|
40
|
+
"@teambit/importer": "1.0.105",
|
|
41
|
+
"@teambit/insights": "1.0.105",
|
|
42
|
+
"@teambit/workspace": "1.0.105",
|
|
43
43
|
"@teambit/workspace.modules.node-modules-linker": "0.0.156"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@types/react-dom": "^17.0.5",
|
|
56
56
|
"@types/jest": "^26.0.0",
|
|
57
57
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
58
|
-
"@teambit/compiler": "1.0.
|
|
58
|
+
"@teambit/compiler": "1.0.105",
|
|
59
59
|
"@teambit/component.testing.mock-components": "0.0.178",
|
|
60
60
|
"@teambit/harmony.testing.load-aspect": "0.0.177",
|
|
61
61
|
"@teambit/workspace.testing.mock-workspace": "0.0.18"
|
|
File without changes
|