@teambit/snapping 1.0.14 → 1.0.16
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/snap-cmd.js +1 -1
- package/dist/snap-cmd.js.map +1 -1
- package/dist/snapping.main.runtime.js +1 -1
- package/dist/snapping.main.runtime.js.map +1 -1
- package/dist/tag-cmd.js +1 -1
- package/dist/tag-cmd.js.map +1 -1
- package/dist/tag-from-scope.cmd.js +1 -1
- package/dist/tag-from-scope.cmd.js.map +1 -1
- package/dist/tag-model-component.js +8 -8
- package/dist/tag-model-component.js.map +1 -1
- package/package.json +20 -20
- /package/dist/{preview-1696302977046.js → preview-1696389277748.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.16",
|
|
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.16"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
"@teambit/component-id": "0.0.427",
|
|
25
25
|
"@teambit/graph.cleargraph": "0.0.1",
|
|
26
26
|
"@teambit/bit-error": "0.0.404",
|
|
27
|
-
"@teambit/issues": "1.0.
|
|
28
|
-
"@teambit/cli": "0.0.
|
|
27
|
+
"@teambit/issues": "1.0.16",
|
|
28
|
+
"@teambit/cli": "0.0.795",
|
|
29
29
|
"@teambit/component-issues": "0.0.97",
|
|
30
|
-
"@teambit/global-config": "0.0.
|
|
31
|
-
"@teambit/logger": "0.0.
|
|
32
|
-
"@teambit/builder": "1.0.
|
|
30
|
+
"@teambit/global-config": "0.0.797",
|
|
31
|
+
"@teambit/logger": "0.0.888",
|
|
32
|
+
"@teambit/builder": "1.0.16",
|
|
33
33
|
"@teambit/component-version": "1.0.2",
|
|
34
|
-
"@teambit/component": "1.0.
|
|
35
|
-
"@teambit/dependency-resolver": "1.0.
|
|
36
|
-
"@teambit/export": "1.0.
|
|
37
|
-
"@teambit/importer": "1.0.
|
|
38
|
-
"@teambit/insights": "1.0.
|
|
39
|
-
"@teambit/lane-id": "0.0.
|
|
40
|
-
"@teambit/scope": "1.0.
|
|
41
|
-
"@teambit/workspace": "1.0.
|
|
42
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
34
|
+
"@teambit/component": "1.0.16",
|
|
35
|
+
"@teambit/dependency-resolver": "1.0.16",
|
|
36
|
+
"@teambit/export": "1.0.16",
|
|
37
|
+
"@teambit/importer": "1.0.16",
|
|
38
|
+
"@teambit/insights": "1.0.16",
|
|
39
|
+
"@teambit/lane-id": "0.0.307",
|
|
40
|
+
"@teambit/scope": "1.0.16",
|
|
41
|
+
"@teambit/workspace": "1.0.16",
|
|
42
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.136"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/lodash": "4.14.165",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"@types/react-dom": "^17.0.5",
|
|
55
55
|
"@types/jest": "^26.0.0",
|
|
56
56
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
57
|
-
"@teambit/compiler": "1.0.
|
|
58
|
-
"@teambit/component.testing.mock-components": "0.0.
|
|
59
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
57
|
+
"@teambit/compiler": "1.0.16",
|
|
58
|
+
"@teambit/component.testing.mock-components": "0.0.156",
|
|
59
|
+
"@teambit/harmony.testing.load-aspect": "0.0.155",
|
|
60
60
|
"@teambit/workspace.testing.mock-workspace": "0.0.16"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@teambit/legacy": "1.0.
|
|
63
|
+
"@teambit/legacy": "1.0.574",
|
|
64
64
|
"react": "^16.8.0 || ^17.0.0",
|
|
65
65
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
66
66
|
},
|
|
File without changes
|