@nanolink/mirrors 1.0.6 → 1.0.8
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-compat/index.js +0 -7
- package/package.json +2 -2
package/dist-compat/index.js
CHANGED
|
@@ -583,11 +583,4 @@ var Connection = class extends SubscriptionClient_default {
|
|
|
583
583
|
this.emit("mirror:cleared");
|
|
584
584
|
}
|
|
585
585
|
};
|
|
586
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
587
|
-
0 && (module.exports = {
|
|
588
|
-
Connection,
|
|
589
|
-
DelegatingObject,
|
|
590
|
-
MirrorSync,
|
|
591
|
-
SubscriptionClient
|
|
592
|
-
});
|
|
593
586
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanolink/mirrors",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "GraphQL subscription client + mirror synchronization utilities.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Nanolink ApS, Mogens Bak Nielsen",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"scripts": {
|
|
11
11
|
"clean": "rimraf dist",
|
|
12
12
|
"build": "npm run clean && tsc -p .",
|
|
13
|
-
"build:compat": "tsup src/index.ts --format cjs --target es2017 --out-dir dist-compat --sourcemap --no-splitting --no-dts --no-minify --no-clean --no-shims --external ws",
|
|
13
|
+
"build:compat": "tsup src/index.ts --platform browser --format cjs --target es2017 --out-dir dist-compat --sourcemap --no-splitting --no-dts --no-minify --no-clean --no-shims --no-external --external ws",
|
|
14
14
|
"build:all": "npm run build && npm run build:compat",
|
|
15
15
|
"dev": "tsx watch src/index.ts",
|
|
16
16
|
"start": "node dist/index.js",
|