@teambit/watcher 1.0.65 → 1.0.66
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/dist/esm.d.mts +4 -0
- package/dist/esm.mjs +8 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -13
- package/dist/index.js.map +1 -1
- package/esm.mjs +8 -0
- package/package.json +11 -11
- /package/dist/{preview-1700997544567.js → preview-1701141530916.js} +0 -0
package/dist/esm.d.mts
ADDED
package/dist/esm.mjs
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { WatcherAspect } from './watcher.aspect';
|
|
2
|
-
export { WatchOptions } from './watcher';
|
|
2
|
+
export type { WatchOptions } from './watcher';
|
|
3
3
|
export { CheckTypes } from './check-types';
|
|
4
4
|
export type { WatcherMain } from './watcher.main.runtime';
|
|
5
5
|
export default WatcherAspect;
|
package/dist/index.js
CHANGED
|
@@ -9,12 +9,6 @@ Object.defineProperty(exports, "CheckTypes", {
|
|
|
9
9
|
return _checkTypes().CheckTypes;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "WatchOptions", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () {
|
|
15
|
-
return _watcher2().WatchOptions;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
12
|
Object.defineProperty(exports, "WatcherAspect", {
|
|
19
13
|
enumerable: true,
|
|
20
14
|
get: function () {
|
|
@@ -29,13 +23,6 @@ function _watcher() {
|
|
|
29
23
|
};
|
|
30
24
|
return data;
|
|
31
25
|
}
|
|
32
|
-
function _watcher2() {
|
|
33
|
-
const data = require("./watcher");
|
|
34
|
-
_watcher2 = function () {
|
|
35
|
-
return data;
|
|
36
|
-
};
|
|
37
|
-
return data;
|
|
38
|
-
}
|
|
39
26
|
function _checkTypes() {
|
|
40
27
|
const data = require("./check-types");
|
|
41
28
|
_checkTypes = function () {
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_watcher","data","require","
|
|
1
|
+
{"version":3,"names":["_watcher","data","require","_checkTypes","_default","exports","default","WatcherAspect"],"sources":["index.ts"],"sourcesContent":["import { WatcherAspect } from './watcher.aspect';\n\nexport type { WatchOptions } from './watcher';\nexport { CheckTypes } from './check-types';\nexport type { WatcherMain } from './watcher.main.runtime';\nexport default WatcherAspect;\nexport { WatcherAspect };\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,SAAAA,SAAA;EAAA,MAAAC,IAAA,GAAAC,OAAA;EAAAF,QAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAGA,SAAAE,YAAA;EAAA,MAAAF,IAAA,GAAAC,OAAA;EAAAC,WAAA,YAAAA,CAAA;IAAA,OAAAF,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAA2C,IAAAG,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAE5BC,wBAAa"}
|
package/esm.mjs
ADDED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/watcher",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.66",
|
|
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.
|
|
9
|
+
"version": "1.0.66"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"@babel/runtime": "7.20.0",
|
|
21
21
|
"@teambit/harmony": "0.4.6",
|
|
22
22
|
"@teambit/component-id": "1.2.0",
|
|
23
|
-
"@teambit/workspace": "1.0.
|
|
24
|
-
"@teambit/cli": "0.0.
|
|
25
|
-
"@teambit/compiler": "1.0.
|
|
26
|
-
"@teambit/logger": "0.0.
|
|
27
|
-
"@teambit/pubsub": "1.0.
|
|
28
|
-
"@teambit/global-config": "0.0.
|
|
29
|
-
"@teambit/ipc-events": "1.0.
|
|
30
|
-
"@teambit/scope": "1.0.
|
|
23
|
+
"@teambit/workspace": "1.0.66",
|
|
24
|
+
"@teambit/cli": "0.0.823",
|
|
25
|
+
"@teambit/compiler": "1.0.66",
|
|
26
|
+
"@teambit/logger": "0.0.916",
|
|
27
|
+
"@teambit/pubsub": "1.0.66",
|
|
28
|
+
"@teambit/global-config": "0.0.825",
|
|
29
|
+
"@teambit/ipc-events": "1.0.66",
|
|
30
|
+
"@teambit/scope": "1.0.66"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/fs-extra": "9.0.7",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@types/testing-library__jest-dom": "5.9.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@teambit/legacy": "1.0.
|
|
43
|
+
"@teambit/legacy": "1.0.606",
|
|
44
44
|
"react": "^16.8.0 || ^17.0.0",
|
|
45
45
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
46
46
|
},
|
|
File without changes
|