scordi-extension 1.15.17 → 1.16.0

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.
@@ -795,7 +795,7 @@ const socketHost = `${"localhost" || importMetaUrl.hostname}:${hmrPort || import
795
795
  const directSocketHost = "localhost:5173/";
796
796
  const base = "/" || "/";
797
797
  const hmrTimeout = 30000;
798
- const wsToken = "CBTDso7wYdJs";
798
+ const wsToken = "YYLLWBk9SkYP";
799
799
  const transport = normalizeModuleRunnerTransport(
800
800
  (() => {
801
801
  let wsTransport = createWebSocketModuleRunnerTransport({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scordi-extension",
3
3
  "type": "module",
4
- "version": "1.15.17",
4
+ "version": "1.16.0",
5
5
  "private": false,
6
6
  "main": "./dist/sdk/index.cjs",
7
7
  "module": "./dist/sdk/index.js",