@querais/shared 0.2.0 → 0.2.1
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* math, the OpenAI-compatible surface, the gateway↔node wire protocol, and thin
|
|
6
6
|
* viem chain bindings. Imported by gateway, matching (types only), node-daemon, sdk.
|
|
7
7
|
*/
|
|
8
|
-
export declare const SHARED_VERSION = "0.2.
|
|
8
|
+
export declare const SHARED_VERSION = "0.2.1";
|
|
9
9
|
export * from './errors.js';
|
|
10
10
|
export * from './ids.js';
|
|
11
11
|
export * from './pricing.js';
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* math, the OpenAI-compatible surface, the gateway↔node wire protocol, and thin
|
|
6
6
|
* viem chain bindings. Imported by gateway, matching (types only), node-daemon, sdk.
|
|
7
7
|
*/
|
|
8
|
-
export const SHARED_VERSION = '0.2.
|
|
8
|
+
export const SHARED_VERSION = '0.2.1';
|
|
9
9
|
export * from './errors.js';
|
|
10
10
|
export * from './ids.js';
|
|
11
11
|
export * from './pricing.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@querais/shared",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Shared types, schemas, wire protocol, and EIP-712 helpers for the QueraIS protocol. Published as a dependency of @querais/sdk.",
|
|
6
6
|
"repository": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"viem": "^2.52.2",
|
|
30
30
|
"zod": "^3.24.1",
|
|
31
|
-
"@querais/contracts": "0.2.
|
|
31
|
+
"@querais/contracts": "0.2.1"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "tsc -b",
|