@teambit/snapping 1.0.332 → 1.0.333
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 +805 -837
- package/dist/generate-comp-from-scope.js +4 -4
- package/dist/generate-comp-from-scope.js.map +1 -1
- package/dist/reset-component.js +4 -4
- package/dist/reset-component.js.map +1 -1
- package/dist/snapping.main.runtime.js +13 -32
- package/dist/snapping.main.runtime.js.map +1 -1
- package/package.json +23 -21
- /package/dist/{preview-1720690103747.js → preview-1720754434554.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.333",
|
|
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.333"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -21,29 +21,31 @@
|
|
|
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.
|
|
26
|
-
"@teambit/logger": "0.0.
|
|
27
|
-
"@teambit/scope": "1.0.
|
|
24
|
+
"@teambit/issues": "1.0.333",
|
|
25
|
+
"@teambit/graph": "1.0.333",
|
|
26
|
+
"@teambit/logger": "0.0.1003",
|
|
27
|
+
"@teambit/scope": "1.0.333",
|
|
28
28
|
"@teambit/toolbox.promise.map-pool": "0.0.1",
|
|
29
|
-
"@teambit/component": "
|
|
30
|
-
"@teambit/
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/
|
|
29
|
+
"@teambit/component.sources": "0.0.2",
|
|
30
|
+
"@teambit/component": "1.0.333",
|
|
31
|
+
"@teambit/dependencies": "1.0.333",
|
|
32
|
+
"@teambit/dependency-resolver": "1.0.333",
|
|
33
|
+
"@teambit/cli": "0.0.910",
|
|
34
|
+
"@teambit/legacy.component-list": "0.0.3",
|
|
33
35
|
"@teambit/component-issues": "0.0.150",
|
|
34
|
-
"@teambit/global-config": "0.0.
|
|
35
|
-
"@teambit/builder": "1.0.
|
|
36
|
-
"@teambit/export": "1.0.
|
|
36
|
+
"@teambit/global-config": "0.0.913",
|
|
37
|
+
"@teambit/builder": "1.0.333",
|
|
38
|
+
"@teambit/export": "1.0.333",
|
|
37
39
|
"@teambit/harmony.modules.concurrency": "0.0.1",
|
|
38
|
-
"@teambit/importer": "1.0.
|
|
39
|
-
"@teambit/insights": "1.0.
|
|
40
|
+
"@teambit/importer": "1.0.333",
|
|
41
|
+
"@teambit/insights": "1.0.333",
|
|
40
42
|
"@teambit/pkg.modules.semver-helper": "0.0.1",
|
|
41
|
-
"@teambit/workspace": "1.0.
|
|
43
|
+
"@teambit/workspace": "1.0.333",
|
|
42
44
|
"@teambit/bit.get-bit-version": "0.0.1",
|
|
43
45
|
"@teambit/harmony.modules.get-basic-log": "0.0.1",
|
|
44
|
-
"@teambit/remove": "1.0.
|
|
46
|
+
"@teambit/remove": "1.0.333",
|
|
45
47
|
"@teambit/toolbox.crypto.sha1": "0.0.1",
|
|
46
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
48
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.177"
|
|
47
49
|
},
|
|
48
50
|
"devDependencies": {
|
|
49
51
|
"@types/lodash": "4.14.165",
|
|
@@ -55,9 +57,9 @@
|
|
|
55
57
|
"@types/uuid": "8.3.4",
|
|
56
58
|
"@types/mocha": "9.1.0",
|
|
57
59
|
"@teambit/harmony.envs.core-aspect-env": "0.0.42",
|
|
58
|
-
"@teambit/compiler": "1.0.
|
|
59
|
-
"@teambit/component.testing.mock-components": "0.0.
|
|
60
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
60
|
+
"@teambit/compiler": "1.0.333",
|
|
61
|
+
"@teambit/component.testing.mock-components": "0.0.208",
|
|
62
|
+
"@teambit/harmony.testing.load-aspect": "0.0.203",
|
|
61
63
|
"@teambit/workspace.testing.mock-workspace": "0.0.27"
|
|
62
64
|
},
|
|
63
65
|
"peerDependencies": {
|
|
File without changes
|