@teambit/snapping 1.0.382 → 1.0.384

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/snapping",
3
- "version": "1.0.382",
3
+ "version": "1.0.384",
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.382"
9
+ "version": "1.0.384"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -21,30 +21,32 @@
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/graph": "1.0.382",
25
- "@teambit/logger": "0.0.1052",
26
- "@teambit/scope": "1.0.382",
24
+ "@teambit/graph": "1.0.384",
25
+ "@teambit/logger": "0.0.1054",
26
+ "@teambit/scope": "1.0.384",
27
27
  "@teambit/toolbox.promise.map-pool": "0.0.1",
28
28
  "@teambit/component.sources": "0.0.20",
29
- "@teambit/component": "1.0.382",
30
- "@teambit/dependencies": "1.0.382",
31
- "@teambit/dependency-resolver": "1.0.382",
32
- "@teambit/cli": "0.0.959",
29
+ "@teambit/component": "1.0.384",
30
+ "@teambit/dependencies": "1.0.384",
31
+ "@teambit/dependency-resolver": "1.0.384",
32
+ "@teambit/cli": "0.0.961",
33
33
  "@teambit/legacy.component-list": "0.0.21",
34
34
  "@teambit/component-issues": "0.0.150",
35
- "@teambit/global-config": "0.0.962",
36
- "@teambit/application": "1.0.382",
37
- "@teambit/builder": "1.0.382",
38
- "@teambit/export": "1.0.382",
35
+ "@teambit/global-config": "0.0.964",
36
+ "@teambit/application": "1.0.384",
37
+ "@teambit/builder": "1.0.384",
38
+ "@teambit/export": "1.0.384",
39
39
  "@teambit/harmony.modules.concurrency": "0.0.1",
40
- "@teambit/importer": "1.0.382",
41
- "@teambit/insights": "1.0.382",
42
- "@teambit/issues": "1.0.382",
40
+ "@teambit/importer": "1.0.384",
41
+ "@teambit/insights": "1.0.384",
42
+ "@teambit/issues": "1.0.384",
43
+ "@teambit/lanes.modules.create-lane": "0.0.1",
44
+ "@teambit/legacy.scope-api": "0.0.23",
43
45
  "@teambit/pkg.modules.semver-helper": "0.0.1",
44
- "@teambit/workspace": "1.0.382",
46
+ "@teambit/workspace": "1.0.384",
45
47
  "@teambit/bit.get-bit-version": "0.0.1",
46
48
  "@teambit/harmony.modules.get-basic-log": "0.0.1",
47
- "@teambit/remove": "1.0.382",
49
+ "@teambit/remove": "1.0.384",
48
50
  "@teambit/toolbox.crypto.sha1": "0.0.1",
49
51
  "@teambit/workspace.modules.node-modules-linker": "0.0.195"
50
52
  },
@@ -57,8 +59,8 @@
57
59
  "fs-extra": "10.0.0",
58
60
  "@types/uuid": "8.3.4",
59
61
  "@types/mocha": "9.1.0",
60
- "@teambit/harmony.envs.core-aspect-env": "0.0.42",
61
- "@teambit/compiler": "1.0.382",
62
+ "@teambit/harmony.envs.core-aspect-env": "0.0.47",
63
+ "@teambit/compiler": "1.0.384",
62
64
  "@teambit/component.testing.mock-components": "0.0.226",
63
65
  "@teambit/harmony.testing.load-aspect": "0.0.221",
64
66
  "@teambit/workspace.testing.mock-workspace": "0.0.27"
package/tsconfig.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": [
4
- "esnext",
5
- "dom",
6
- "dom.Iterable"
7
- ],
8
- "target": "es2020",
9
- "module": "es2020",
10
- "jsx": "react-jsx",
11
- "declaration": true,
12
- "sourceMap": true,
13
- "experimentalDecorators": true,
14
- "skipLibCheck": true,
15
- "moduleResolution": "node",
16
- "esModuleInterop": true,
17
- "resolveJsonModule": true,
18
- "allowJs": true,
19
- "outDir": "dist",
20
- "emitDeclarationOnly": true,
21
- "strict": true,
22
- "strictPropertyInitialization": false,
23
- "noImplicitAny": false
24
- },
25
- "exclude": [
26
- "artifacts",
27
- "public",
28
- "dist",
29
- "node_modules",
30
- "package.json",
31
- "esm.mjs",
32
- "**/*.cjs",
33
- "./dist"
34
- ],
35
- "include": [
36
- "**/*",
37
- "**/*.json"
38
- ]
39
- }