@scrypted/server 0.115.17 → 0.115.19

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.
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -32,7 +32,7 @@ const net_1 = __importStar(require("net"));
32
32
  const stream_1 = require("stream");
33
33
  const listen_zero_1 = require("../listen-zero");
34
34
  // deno's createRequire or node console doesn't hook inspect...
35
- // so grab teh deno console from globalThis which was set earlier in deno-plugin-remote.ts
35
+ // so grab teh deno console from globalThis which was set earlier in deno-plugin-remote.js
36
36
  if (process.versions.deno)
37
37
  console = globalThis.denoConsole || console;
38
38
  function getConsole(hook, also, alsoPrefix) {
@@ -22,7 +22,7 @@ class DenoWorker extends child_process_worker_1.ChildProcessWorker {
22
22
  'run',
23
23
  ...execArgv,
24
24
  '--allow-all',
25
- path_1.default.join(__dirname, '../../../deno', 'deno-plugin-remote.ts'),
25
+ path_1.default.join(__dirname, '../../../deno', 'deno-plugin-remote.js'),
26
26
  // TODO: send this across.
27
27
  // mainFilename.replace('dist', 'src').replace('.js', '.ts'),
28
28
  'child', this.pluginId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/server",
3
- "version": "0.115.17",
3
+ "version": "0.115.19",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@mapbox/node-pre-gyp": "^1.0.11",
@@ -6,7 +6,7 @@ import { PassThrough, Readable } from 'stream';
6
6
  import { listenZero } from '../listen-zero';
7
7
 
8
8
  // deno's createRequire or node console doesn't hook inspect...
9
- // so grab teh deno console from globalThis which was set earlier in deno-plugin-remote.ts
9
+ // so grab teh deno console from globalThis which was set earlier in deno-plugin-remote.js
10
10
  if (process.versions.deno)
11
11
  console = (globalThis as any).denoConsole || console;
12
12
 
@@ -24,7 +24,7 @@ export class DenoWorker extends ChildProcessWorker {
24
24
  'run',
25
25
  ...execArgv,
26
26
  '--allow-all',
27
- path.join(__dirname, '../../../deno', 'deno-plugin-remote.ts'),
27
+ path.join(__dirname, '../../../deno', 'deno-plugin-remote.js'),
28
28
  // TODO: send this across.
29
29
  // mainFilename.replace('dist', 'src').replace('.js', '.ts'),
30
30
  'child', this.pluginId