@teambit/snapping 0.0.418 → 0.0.420
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.d.ts +3 -5
- package/dist/snap-cmd.js +10 -5
- package/dist/snap-cmd.js.map +1 -1
- package/dist/snap-from-scope.cmd.d.ts +3 -5
- package/dist/snap-from-scope.cmd.js +8 -4
- package/dist/snap-from-scope.cmd.js.map +1 -1
- package/dist/snapping.main.runtime.d.ts +3 -3
- package/dist/snapping.main.runtime.js +8 -7
- package/dist/snapping.main.runtime.js.map +1 -1
- package/dist/tag-cmd.d.ts +2 -1
- package/dist/tag-cmd.js +7 -2
- package/dist/tag-cmd.js.map +1 -1
- package/dist/tag-from-scope.cmd.d.ts +2 -1
- package/dist/tag-from-scope.cmd.js +7 -1
- package/dist/tag-from-scope.cmd.js.map +1 -1
- package/dist/tag-model-component.d.ts +7 -5
- package/dist/tag-model-component.js +2 -2
- package/dist/tag-model-component.js.map +1 -1
- package/package-tar/teambit-snapping-0.0.420.tgz +0 -0
- package/package.json +19 -19
- package/tsconfig.json +1 -1
- package/package-tar/teambit-snapping-0.0.418.tgz +0 -0
- /package/dist/{preview-1689131730552.js → preview-1689262107772.js} +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/snapping",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.420",
|
|
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": "0.0.
|
|
9
|
+
"version": "0.0.420"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
"@teambit/component-id": "0.0.427",
|
|
25
25
|
"@teambit/graph.cleargraph": "0.0.1",
|
|
26
26
|
"@teambit/bit-error": "0.0.402",
|
|
27
|
-
"@teambit/issues": "0.0.
|
|
28
|
-
"@teambit/cli": "0.0.
|
|
27
|
+
"@teambit/issues": "0.0.413",
|
|
28
|
+
"@teambit/cli": "0.0.740",
|
|
29
29
|
"@teambit/component-issues": "0.0.92",
|
|
30
|
-
"@teambit/logger": "0.0.
|
|
31
|
-
"@teambit/builder": "0.0.
|
|
30
|
+
"@teambit/logger": "0.0.833",
|
|
31
|
+
"@teambit/builder": "0.0.1105",
|
|
32
32
|
"@teambit/component-version": "0.0.409",
|
|
33
|
-
"@teambit/component": "0.0.
|
|
34
|
-
"@teambit/dependency-resolver": "0.0.
|
|
35
|
-
"@teambit/export": "0.0.
|
|
36
|
-
"@teambit/importer": "0.0.
|
|
37
|
-
"@teambit/insights": "0.0.
|
|
38
|
-
"@teambit/lane-id": "0.0.
|
|
39
|
-
"@teambit/scope": "0.0.
|
|
40
|
-
"@teambit/workspace": "0.0.
|
|
41
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
33
|
+
"@teambit/component": "0.0.1105",
|
|
34
|
+
"@teambit/dependency-resolver": "0.0.1105",
|
|
35
|
+
"@teambit/export": "0.0.1105",
|
|
36
|
+
"@teambit/importer": "0.0.534",
|
|
37
|
+
"@teambit/insights": "0.0.1105",
|
|
38
|
+
"@teambit/lane-id": "0.0.257",
|
|
39
|
+
"@teambit/scope": "0.0.1105",
|
|
40
|
+
"@teambit/workspace": "0.0.1105",
|
|
41
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.84"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/lodash": "4.14.165",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"@types/react-dom": "^17.0.5",
|
|
54
54
|
"@types/jest": "^26.0.0",
|
|
55
55
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
56
|
-
"@teambit/compiler": "0.0.
|
|
57
|
-
"@teambit/component.testing.mock-components": "0.0.
|
|
58
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
56
|
+
"@teambit/compiler": "0.0.1105",
|
|
57
|
+
"@teambit/component.testing.mock-components": "0.0.104",
|
|
58
|
+
"@teambit/harmony.testing.load-aspect": "0.0.103",
|
|
59
59
|
"@teambit/workspace.testing.mock-workspace": "0.0.14"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@teambit/legacy": "1.0.
|
|
62
|
+
"@teambit/legacy": "1.0.521",
|
|
63
63
|
"react": "^16.8.0 || ^17.0.0",
|
|
64
64
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
65
65
|
},
|
package/tsconfig.json
CHANGED
|
Binary file
|
|
File without changes
|