@panoptic-eng/sdk 1.0.13 → 1.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoptic-eng/sdk",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/panoptic-labs/panoptic-sdk.git"
@@ -49,6 +49,7 @@
49
49
  "test:fork": "vitest run --config src/panoptic/v2/examples/__tests__/vitest.config.fork.ts",
50
50
  "test:fork:watch": "vitest watch --config src/panoptic/v2/examples/__tests__/vitest.config.fork.ts",
51
51
  "test:examples": "pnpm test && pnpm test:fork",
52
+ "test:pack": "node ./scripts/smoke-test.mjs",
52
53
  "codegen": "pnpm run codegen:graphql && pnpm run codegen:wagmi",
53
54
  "codegen:graphql": "node ./scripts/run-graphql-codegen.mjs",
54
55
  "codegen:wagmi": "wagmi generate && eslint src/generated.ts --fix",
@@ -64,10 +65,25 @@
64
65
  "zod": "^4.3.6"
65
66
  },
66
67
  "peerDependencies": {
67
- "react": "18.3.0-canary-c3048aab4-20240326",
68
- "react-dom": "18.3.0-canary-c3048aab4-20240326",
69
- "viem": "2.41.2",
70
- "wagmi": "2.14.11"
68
+ "@tanstack/react-query": "^5.45.0",
69
+ "react": "^18.2.0 || ^19.0.0",
70
+ "react-dom": "^18.2.0 || ^19.0.0",
71
+ "viem": "^2.41.0",
72
+ "wagmi": "^2.14.0"
73
+ },
74
+ "peerDependenciesMeta": {
75
+ "@tanstack/react-query": {
76
+ "optional": true
77
+ },
78
+ "react": {
79
+ "optional": true
80
+ },
81
+ "react-dom": {
82
+ "optional": true
83
+ },
84
+ "wagmi": {
85
+ "optional": true
86
+ }
71
87
  },
72
88
  "devDependencies": {
73
89
  "@graphql-codegen/cli": "^6.0.1",