@frak-labs/core-sdk 1.2.0-beta.8ffb7167 → 1.2.0-beta.ca3911f0
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 +5 -4
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "https://twitter.com/QNivelais"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"version": "1.2.0-beta.
|
|
14
|
+
"version": "1.2.0-beta.ca3911f0",
|
|
15
15
|
"description": "Core SDK of the Frak wallet, low level library to interact directly with the frak ecosystem.",
|
|
16
16
|
"repository": {
|
|
17
17
|
"url": "https://github.com/frak-id/wallet",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"build": "tsdown",
|
|
94
94
|
"build:watch": "tsdown --watch",
|
|
95
95
|
"check-exports": "attw --pack --profile node16 .",
|
|
96
|
-
"typecheck": "
|
|
96
|
+
"typecheck": "tsc --noEmit",
|
|
97
97
|
"test": "vitest",
|
|
98
98
|
"test:ui": "vitest --ui",
|
|
99
99
|
"test:coverage": "vitest --coverage",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"viem": "^2.x"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@frak-labs/frame-connector": "0.2.0-beta.
|
|
107
|
+
"@frak-labs/frame-connector": "0.2.0-beta.ca3911f0",
|
|
108
108
|
"@openpanel/web": "^1.4.1"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
@@ -113,11 +113,12 @@
|
|
|
113
113
|
"@rolldown/plugin-node-polyfills": "^1.0.3",
|
|
114
114
|
"@types/jsdom": "^28.0.0",
|
|
115
115
|
"@types/node": "^25.6.0",
|
|
116
|
+
"@typescript/native": "npm:typescript@^7.0.2",
|
|
116
117
|
"@vitest/coverage-v8": "^4.1.4",
|
|
117
118
|
"@vitest/ui": "^4.1.4",
|
|
118
119
|
"jsdom": "^29.0.0",
|
|
119
120
|
"tsdown": "^0.22.0",
|
|
120
|
-
"typescript": "^6.0.
|
|
121
|
+
"typescript": "^6.0.3",
|
|
121
122
|
"viem": "^2.47.16",
|
|
122
123
|
"vitest": "^4.1.4"
|
|
123
124
|
}
|