@cueframe/studio-convex 0.1.1 → 0.1.2

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/index.d.ts CHANGED
@@ -162,14 +162,14 @@ declare function useStudioPaginatedQuery<Id extends StudioPaginatedOperationId>(
162
162
 
163
163
  declare const STUDIO_CONVEX_ARTIFACT: Readonly<{
164
164
  readonly name: "@cueframe/studio-convex";
165
- readonly version: "0.1.1";
165
+ readonly version: "0.1.2";
166
166
  readonly integritySha256: "sha256:e980ed768236d9498c46d7f294537644a395e236e02269d9ef2e1d18cc97a2c7";
167
167
  }>;
168
168
  /** Immutable, machine-readable provider ABI used by release and private parity gates. */
169
169
  declare const STUDIO_CONVEX_ABI: Readonly<{
170
170
  readonly artifact: Readonly<{
171
171
  readonly name: "@cueframe/studio-convex";
172
- readonly version: "0.1.1";
172
+ readonly version: "0.1.2";
173
173
  readonly integritySha256: "sha256:e980ed768236d9498c46d7f294537644a395e236e02269d9ef2e1d18cc97a2c7";
174
174
  }>;
175
175
  readonly operations: Readonly<{
package/dist/index.js CHANGED
@@ -218,7 +218,7 @@ function useStudioPaginatedQuery(id, args, options) {
218
218
  import { STUDIO_OPERATIONS as STUDIO_OPERATIONS2 } from "@cueframe/studio-contracts";
219
219
  var STUDIO_CONVEX_ARTIFACT = Object.freeze({
220
220
  name: "@cueframe/studio-convex",
221
- version: "0.1.1",
221
+ version: "0.1.2",
222
222
  integritySha256: "sha256:e980ed768236d9498c46d7f294537644a395e236e02269d9ef2e1d18cc97a2c7"
223
223
  });
224
224
  var STUDIO_CONVEX_ABI = Object.freeze({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cueframe/studio-convex",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Explicit Convex function references and runtime parsers for hosted CueFrame Studio.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -13,7 +13,7 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@cueframe/studio-contracts": "0.1.1"
16
+ "@cueframe/studio-contracts": "0.1.2"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "convex": ">=1.42",