@vornrun/connector-sdk 0.7.1-beta.4 → 0.7.1-beta.5

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.
@@ -3357,7 +3357,7 @@ function scaffoldFiles(options) {
3357
3357
  }
3358
3358
 
3359
3359
  // src/server.ts
3360
- var SDK_VERSION = true ? "0.7.1-beta.4" : "0.0.0-source";
3360
+ var SDK_VERSION = true ? "0.7.1-beta.5" : "0.0.0-source";
3361
3361
  var InvalidParams = class extends Error {
3362
3362
  };
3363
3363
  function text(params, key) {
package/dist/cli.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  runPoll,
11
11
  scaffoldFiles,
12
12
  serveConnector
13
- } from "./chunk-NNCU2VFL.js";
13
+ } from "./chunk-F3JWXPNU.js";
14
14
 
15
15
  // src/cli.ts
16
16
  import { fileURLToPath, pathToFileURL } from "url";
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ import {
67
67
  valueAt,
68
68
  withMockHttp,
69
69
  withinOrigins
70
- } from "./chunk-NNCU2VFL.js";
70
+ } from "./chunk-F3JWXPNU.js";
71
71
  export {
72
72
  ActionArgumentError,
73
73
  BROWSER_HOST_ENV,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vornrun/connector-sdk",
3
- "version": "0.7.1-beta.4",
3
+ "version": "0.7.1-beta.5",
4
4
  "description": "Build and share Vorn pull connectors as ordinary npm packages",
5
5
  "type": "module",
6
6
  "license": "MIT",