@teambit/snapping 1.0.494 → 1.0.496

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/esm.mjs CHANGED
@@ -2,5 +2,7 @@
2
2
  import cjsModule from './index.js';
3
3
 
4
4
  export const SnappingAspect = cjsModule.SnappingAspect;
5
+ export const inputDataDescription = cjsModule.inputDataDescription;
6
+ export const snapFromScopeOptions = cjsModule.snapFromScopeOptions;
5
7
 
6
8
  export default cjsModule;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/snapping",
3
- "version": "1.0.494",
3
+ "version": "1.0.496",
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.494"
9
+ "version": "1.0.496"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphlib": "2.1.8",
@@ -25,44 +25,44 @@
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/graph": "1.0.494",
29
- "@teambit/legacy.consumer-component": "0.0.7",
30
- "@teambit/logger": "0.0.1164",
31
- "@teambit/scope.objects": "0.0.6",
32
- "@teambit/scope": "1.0.494",
28
+ "@teambit/graph": "1.0.496",
29
+ "@teambit/legacy.consumer-component": "0.0.9",
30
+ "@teambit/logger": "0.0.1166",
31
+ "@teambit/scope.objects": "0.0.8",
32
+ "@teambit/scope": "1.0.496",
33
33
  "@teambit/toolbox.promise.map-pool": "0.0.2",
34
- "@teambit/component.sources": "0.0.58",
35
- "@teambit/component": "1.0.494",
36
- "@teambit/dependencies": "1.0.494",
37
- "@teambit/dependency-resolver": "1.0.494",
38
- "@teambit/legacy.consumer-config": "0.0.6",
39
- "@teambit/legacy.extension-data": "0.0.8",
40
- "@teambit/legacy.logger": "0.0.4",
41
- "@teambit/legacy.scope": "0.0.6",
34
+ "@teambit/component.sources": "0.0.60",
35
+ "@teambit/component": "1.0.496",
36
+ "@teambit/dependencies": "1.0.496",
37
+ "@teambit/dependency-resolver": "1.0.496",
38
+ "@teambit/legacy.consumer-config": "0.0.8",
39
+ "@teambit/legacy.extension-data": "0.0.10",
40
+ "@teambit/legacy.logger": "0.0.5",
41
+ "@teambit/legacy.scope": "0.0.8",
42
42
  "@teambit/legacy.loader": "0.0.4",
43
- "@teambit/cli": "0.0.1071",
43
+ "@teambit/cli": "0.0.1073",
44
44
  "@teambit/legacy.constants": "0.0.3",
45
- "@teambit/legacy.component-list": "0.0.60",
46
- "@teambit/legacy.consumer": "0.0.6",
47
- "@teambit/legacy.dependency-graph": "0.0.9",
48
- "@teambit/remove": "1.0.494",
45
+ "@teambit/legacy.component-list": "0.0.62",
46
+ "@teambit/legacy.consumer": "0.0.8",
47
+ "@teambit/legacy.dependency-graph": "0.0.11",
48
+ "@teambit/remove": "1.0.496",
49
49
  "@teambit/component-issues": "0.0.152",
50
- "@teambit/global-config": "0.0.1074",
51
- "@teambit/application": "1.0.494",
52
- "@teambit/builder": "1.0.494",
53
- "@teambit/export": "1.0.494",
50
+ "@teambit/global-config": "0.0.1076",
51
+ "@teambit/application": "1.0.496",
52
+ "@teambit/builder": "1.0.496",
53
+ "@teambit/export": "1.0.496",
54
54
  "@teambit/harmony.modules.concurrency": "0.0.4",
55
- "@teambit/importer": "1.0.494",
56
- "@teambit/insights": "1.0.494",
57
- "@teambit/issues": "1.0.494",
58
- "@teambit/lanes.modules.create-lane": "0.0.40",
59
- "@teambit/legacy.scope-api": "0.0.61",
55
+ "@teambit/importer": "1.0.496",
56
+ "@teambit/insights": "1.0.496",
57
+ "@teambit/issues": "1.0.496",
58
+ "@teambit/lanes.modules.create-lane": "0.0.42",
59
+ "@teambit/legacy.scope-api": "0.0.63",
60
60
  "@teambit/pkg.modules.semver-helper": "0.0.3",
61
- "@teambit/workspace": "1.0.494",
61
+ "@teambit/workspace": "1.0.496",
62
62
  "@teambit/bit.get-bit-version": "0.0.2",
63
- "@teambit/harmony.modules.get-basic-log": "0.0.7",
63
+ "@teambit/harmony.modules.get-basic-log": "0.0.9",
64
64
  "@teambit/toolbox.crypto.sha1": "0.0.4",
65
- "@teambit/workspace.modules.node-modules-linker": "0.0.234"
65
+ "@teambit/workspace.modules.node-modules-linker": "0.0.236"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/graphlib": "2.1.7",
@@ -73,10 +73,10 @@
73
73
  "@types/uuid": "8.3.4",
74
74
  "@types/mocha": "9.1.0",
75
75
  "@teambit/harmony.envs.core-aspect-env": "0.0.63",
76
- "@teambit/compiler": "1.0.494",
77
- "@teambit/component.testing.mock-components": "0.0.265",
78
- "@teambit/harmony.testing.load-aspect": "0.0.260",
79
- "@teambit/workspace.testing.mock-workspace": "0.0.33"
76
+ "@teambit/compiler": "1.0.496",
77
+ "@teambit/component.testing.mock-components": "0.0.267",
78
+ "@teambit/harmony.testing.load-aspect": "0.0.262",
79
+ "@teambit/workspace.testing.mock-workspace": "0.0.35"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@types/chai": "4.3.19"