@teambit/snapping 1.0.221 → 1.0.222

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.
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="4" failures="0" errors="0" skipped="1">
3
- <testsuite name="teambit.component/snapping@1.0.221" tests="4" failures="0" errors="0" skipped="1">
4
- <testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.049"/>
3
+ <testsuite name="teambit.component/snapping@1.0.222" tests="4" failures="0" errors="0" skipped="1">
4
+ <testcase classname="dist/snapping.spec.js" name="tag should throw an ComponentsHaveIssues error" time="0.032"/>
5
5
  <testcase classname="dist/snapping.spec.js" name="should not throw an error if the config was set to ignore MissingPackagesDependenciesOnFs error">
6
6
  <skipped/>
7
7
  </testcase>
8
- <testcase classname="dist/snapping.spec.js" name="should add the new dev dep" time="0.001"/>
9
- <testcase classname="dist/snapping.spec.js" name="should remove the specified dependency" time="0.001"/>
8
+ <testcase classname="dist/snapping.spec.js" name="should add the new dev dep" time="0.002"/>
9
+ <testcase classname="dist/snapping.spec.js" name="should remove the specified dependency" time="0.002"/>
10
10
  </testsuite>
11
11
  </testsuites>
@@ -4547,7 +4547,7 @@
4547
4547
  "line": 92,
4548
4548
  "character": 5
4549
4549
  },
4550
- "signature": "(property) type: \"dev\" | \"runtime\" | \"peer\"",
4550
+ "signature": "(property) type: \"dev\" | \"peer\" | \"runtime\"",
4551
4551
  "name": "type",
4552
4552
  "type": {
4553
4553
  "__schema": "TypeUnionSchema",
@@ -12013,7 +12013,7 @@
12013
12013
  "componentId": {
12014
12014
  "scope": "teambit.component",
12015
12015
  "name": "snapping",
12016
- "version": "1.0.221"
12016
+ "version": "1.0.222"
12017
12017
  },
12018
12018
  "taggedModuleExports": []
12019
12019
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/snapping",
3
- "version": "1.0.221",
3
+ "version": "1.0.222",
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.221"
9
+ "version": "1.0.222"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -21,21 +21,21 @@
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.221",
25
- "@teambit/graph": "1.0.221",
24
+ "@teambit/issues": "1.0.222",
25
+ "@teambit/graph": "1.0.222",
26
26
  "@teambit/logger": "0.0.952",
27
- "@teambit/scope": "1.0.221",
28
- "@teambit/component": "1.0.221",
29
- "@teambit/dependencies": "1.0.221",
30
- "@teambit/dependency-resolver": "1.0.221",
27
+ "@teambit/scope": "1.0.222",
28
+ "@teambit/component": "1.0.222",
29
+ "@teambit/dependencies": "1.0.222",
30
+ "@teambit/dependency-resolver": "1.0.222",
31
31
  "@teambit/cli": "0.0.859",
32
32
  "@teambit/component-issues": "0.0.142",
33
33
  "@teambit/global-config": "0.0.862",
34
- "@teambit/builder": "1.0.221",
35
- "@teambit/export": "1.0.221",
36
- "@teambit/importer": "1.0.221",
37
- "@teambit/insights": "1.0.221",
38
- "@teambit/workspace": "1.0.221",
34
+ "@teambit/builder": "1.0.222",
35
+ "@teambit/export": "1.0.222",
36
+ "@teambit/importer": "1.0.222",
37
+ "@teambit/insights": "1.0.222",
38
+ "@teambit/workspace": "1.0.222",
39
39
  "@teambit/workspace.modules.node-modules-linker": "0.0.166"
40
40
  },
41
41
  "devDependencies": {
@@ -48,7 +48,7 @@
48
48
  "@types/uuid": "8.3.4",
49
49
  "@types/mocha": "9.1.0",
50
50
  "@teambit/harmony.envs.core-aspect-env": "0.0.27",
51
- "@teambit/compiler": "1.0.221",
51
+ "@teambit/compiler": "1.0.222",
52
52
  "@teambit/component.testing.mock-components": "0.0.194",
53
53
  "@teambit/harmony.testing.load-aspect": "0.0.189",
54
54
  "@teambit/workspace.testing.mock-workspace": "0.0.27"