@velum-labs/cursorkit 0.1.3 → 0.1.4

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.
@@ -1,4 +1,4 @@
1
- export declare const MODEL_FUSION_SCHEMA_BUNDLE_HASH = "sha256:aae33b89a771fd5916e21bfffc5993d2d7ef98ecfc8542ba9570a8c99074d541";
1
+ export declare const MODEL_FUSION_SCHEMA_BUNDLE_HASH = "sha256:3e8388595aefc8e82962d76e822c514db6552f6ee65e62d487534ef825ad87b8";
2
2
  export type JsonValue = null | boolean | number | string | JsonValue[] | {
3
3
  [key: string]: JsonValue;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { createHash } from "node:crypto";
2
- export const MODEL_FUSION_SCHEMA_BUNDLE_HASH = "sha256:aae33b89a771fd5916e21bfffc5993d2d7ef98ecfc8542ba9570a8c99074d541";
2
+ export const MODEL_FUSION_SCHEMA_BUNDLE_HASH = "sha256:3e8388595aefc8e82962d76e822c514db6552f6ee65e62d487534ef825ad87b8";
3
3
  const STATUSES = [
4
4
  "pending",
5
5
  "running",
@@ -49,7 +49,7 @@
49
49
  "status": "reserved-for-future-internal-streaming-connect-grpc",
50
50
  "notes": "Do not require protobuf/Buf for v1 package or HTTP/JSON service consumption."
51
51
  },
52
- "schemaBundleHash": "sha256:aae33b89a771fd5916e21bfffc5993d2d7ef98ecfc8542ba9570a8c99074d541",
52
+ "schemaBundleHash": "sha256:3e8388595aefc8e82962d76e822c514db6552f6ee65e62d487534ef825ad87b8",
53
53
  "persistedJsonSchemas": [
54
54
  "harness-run-request.v1",
55
55
  "harness-run-result.v1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velum-labs/cursorkit",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Unofficial research bridge for experimenting with Cursor's ConnectRPC protocol against a self-hosted OpenAI-compatible model.",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "modelFusionProtocol": {
20
20
  "packageName": "@velum-labs/model-fusion-protocol",
21
- "version": "0.2.0",
22
- "schemaBundleHash": "sha256:aae33b89a771fd5916e21bfffc5993d2d7ef98ecfc8542ba9570a8c99074d541",
21
+ "version": "0.3.0",
22
+ "schemaBundleHash": "sha256:3e8388595aefc8e82962d76e822c514db6552f6ee65e62d487534ef825ad87b8",
23
23
  "contracts": "json-schema+openapi-3.1",
24
24
  "origin": "fusionkit"
25
25
  },
@@ -61,7 +61,7 @@
61
61
  "@bufbuild/buf": "^1.70.0",
62
62
  "@bufbuild/protoc-gen-es": "^2.12.0",
63
63
  "@types/node": "24.10.1",
64
- "@velum-labs/model-fusion-protocol": "0.2.0",
64
+ "@velum-labs/model-fusion-protocol": "0.3.0",
65
65
  "@vitest/coverage-v8": "4.1.8",
66
66
  "prettier": "3.8.4",
67
67
  "tsx": "4.22.4",