@teambit/watcher 1.0.512 → 1.0.514

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.
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.CheckTypes = void 0;
7
7
  let CheckTypes = exports.CheckTypes = /*#__PURE__*/function (CheckTypes) {
8
8
  CheckTypes[CheckTypes["None"] = 0] = "None";
9
+ // keep this. it equals zero. this way we can do "if checkTypes() ... "
9
10
  CheckTypes[CheckTypes["EntireProject"] = 1] = "EntireProject";
10
11
  CheckTypes[CheckTypes["ChangedFile"] = 2] = "ChangedFile";
11
12
  return CheckTypes;
@@ -1 +1 @@
1
- {"version":3,"names":["CheckTypes","exports"],"sources":["check-types.ts"],"sourcesContent":["export enum CheckTypes {\n None, // keep this. it equals zero. this way we can do \"if checkTypes() ... \"\n EntireProject,\n ChangedFile,\n}\n"],"mappings":";;;;;;IAAYA,UAAU,GAAAC,OAAA,CAAAD,UAAA,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["CheckTypes","exports"],"sources":["check-types.ts"],"sourcesContent":["export enum CheckTypes {\n None, // keep this. it equals zero. this way we can do \"if checkTypes() ... \"\n EntireProject,\n ChangedFile,\n}\n"],"mappings":";;;;;;IAAYA,UAAU,GAAAC,OAAA,CAAAD,UAAA,0BAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EACd;EADIA,UAAU,CAAVA,UAAU;EAAVA,UAAU,CAAVA,UAAU;EAAA,OAAVA,UAAU;AAAA","ignoreList":[]}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/watcher",
3
- "version": "1.0.512",
3
+ "version": "1.0.514",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/watcher",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "watcher",
9
- "version": "1.0.512"
9
+ "version": "1.0.514"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -18,26 +18,26 @@
18
18
  "fs-extra": "10.0.0",
19
19
  "@teambit/component-id": "1.2.2",
20
20
  "@teambit/harmony": "0.4.6",
21
- "@teambit/compiler": "1.0.512",
22
- "@teambit/logger": "0.0.1182",
23
- "@teambit/workspace": "1.0.512",
24
- "@teambit/cli": "0.0.1089",
25
- "@teambit/pubsub": "1.0.512",
26
- "@teambit/global-config": "0.0.1092",
27
- "@teambit/ipc-events": "1.0.512",
28
- "@teambit/scope": "1.0.512",
29
- "@teambit/legacy.bit-map": "0.0.76",
30
- "@teambit/legacy.constants": "0.0.5",
31
- "@teambit/legacy.consumer": "0.0.19",
32
- "@teambit/legacy.logger": "0.0.7",
33
- "@teambit/legacy.scope": "0.0.19",
34
- "@teambit/legacy.utils": "0.0.13"
21
+ "@teambit/compiler": "1.0.514",
22
+ "@teambit/logger": "0.0.1184",
23
+ "@teambit/workspace": "1.0.514",
24
+ "@teambit/cli": "0.0.1091",
25
+ "@teambit/pubsub": "1.0.514",
26
+ "@teambit/global-config": "0.0.1094",
27
+ "@teambit/ipc-events": "1.0.514",
28
+ "@teambit/scope": "1.0.514",
29
+ "@teambit/legacy.bit-map": "0.0.77",
30
+ "@teambit/legacy.constants": "0.0.6",
31
+ "@teambit/legacy.consumer": "0.0.20",
32
+ "@teambit/legacy.logger": "0.0.8",
33
+ "@teambit/legacy.scope": "0.0.20",
34
+ "@teambit/legacy.utils": "0.0.14"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/lodash": "4.14.165",
38
38
  "@types/fs-extra": "9.0.7",
39
39
  "@types/mocha": "9.1.0",
40
- "@teambit/harmony.envs.core-aspect-env": "0.0.65"
40
+ "@teambit/harmony.envs.core-aspect-env": "0.0.68"
41
41
  },
42
42
  "peerDependencies": {},
43
43
  "license": "Apache-2.0",