@teambit/snapping 1.0.282 → 1.0.284
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/artifacts/__bit_junit.xml +3 -3
- package/artifacts/schema.json +1 -1
- package/dist/components-have-issues.js +1 -1
- package/dist/components-have-issues.js.map +1 -1
- package/dist/flattened-edges.js +1 -1
- 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/reset-component.js +1 -1
- package/dist/reset-component.js.map +1 -1
- package/dist/snap-cmd.js +2 -2
- package/dist/snap-cmd.js.map +1 -1
- package/dist/snap-distance-cmd.js +1 -1
- package/dist/snap-distance-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/snapping.spec.js +1 -1
- package/dist/snapping.spec.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 +1 -1
- package/dist/tag-model-component.js.map +1 -1
- package/package.json +14 -14
- /package/dist/{preview-1716520879631.js → preview-1716693760271.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.284",
|
|
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.284"
|
|
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.284",
|
|
25
|
+
"@teambit/graph": "1.0.284",
|
|
26
26
|
"@teambit/logger": "0.0.958",
|
|
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.284",
|
|
28
|
+
"@teambit/component": "1.0.284",
|
|
29
|
+
"@teambit/dependencies": "1.0.284",
|
|
30
|
+
"@teambit/dependency-resolver": "1.0.284",
|
|
31
31
|
"@teambit/cli": "0.0.865",
|
|
32
32
|
"@teambit/component-issues": "0.0.149",
|
|
33
33
|
"@teambit/global-config": "0.0.868",
|
|
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.284",
|
|
35
|
+
"@teambit/export": "1.0.284",
|
|
36
|
+
"@teambit/importer": "1.0.284",
|
|
37
|
+
"@teambit/insights": "1.0.284",
|
|
38
|
+
"@teambit/workspace": "1.0.284",
|
|
39
39
|
"@teambit/workspace.modules.node-modules-linker": "0.0.173"
|
|
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.33",
|
|
51
|
-
"@teambit/compiler": "1.0.
|
|
51
|
+
"@teambit/compiler": "1.0.284",
|
|
52
52
|
"@teambit/component.testing.mock-components": "0.0.203",
|
|
53
53
|
"@teambit/harmony.testing.load-aspect": "0.0.198",
|
|
54
54
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
|
File without changes
|