@teambit/git 1.0.381 → 1.0.383

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.git/git@1.0.381" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.git/git@1.0.383" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -447,7 +447,7 @@
447
447
  "line": 28,
448
448
  "character": 3
449
449
  },
450
- "signature": "(property) GitExtWorkspaceConfig.mergeStrategy: \"manual\" | \"theirs\" | \"ours\"",
450
+ "signature": "(property) GitExtWorkspaceConfig.mergeStrategy: \"theirs\" | \"ours\" | \"manual\"",
451
451
  "name": "mergeStrategy",
452
452
  "type": {
453
453
  "__schema": "TypeUnionSchema",
@@ -1139,7 +1139,7 @@
1139
1139
  "componentId": {
1140
1140
  "scope": "teambit.git",
1141
1141
  "name": "git",
1142
- "version": "1.0.381"
1142
+ "version": "1.0.383"
1143
1143
  },
1144
1144
  "taggedModuleExports": []
1145
1145
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/git",
3
- "version": "1.0.381",
3
+ "version": "1.0.383",
4
4
  "homepage": "https://bit.cloud/teambit/git/git",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.git",
8
8
  "name": "git",
9
- "version": "1.0.381"
9
+ "version": "1.0.383"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -14,14 +14,14 @@
14
14
  "gitconfig": "2.0.8",
15
15
  "@teambit/harmony": "0.4.6",
16
16
  "@teambit/bit-error": "0.0.404",
17
- "@teambit/cli": "0.0.958",
18
- "@teambit/workspace": "1.0.381"
17
+ "@teambit/cli": "0.0.960",
18
+ "@teambit/workspace": "1.0.383"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/fs-extra": "9.0.7",
22
22
  "@types/mocha": "9.1.0",
23
23
  "chai": "4.3.0",
24
- "@teambit/harmony.envs.core-aspect-env": "0.0.42"
24
+ "@teambit/harmony.envs.core-aspect-env": "0.0.47"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@teambit/legacy": "1.0.624"
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
- }