@singi-labs/sifa-sdk 0.10.7 → 0.10.8
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.cjs +56 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +56 -9
- package/dist/index.js.map +1 -1
- package/dist/{keys-GSG0egRE.d.cts → keys-0h1sHtHX.d.cts} +17 -0
- package/dist/{keys-G_SErFOu.d.ts → keys-Bnvbkxoc.d.ts} +17 -0
- package/dist/query/fetchers/index.cjs +6 -1
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +2 -2
- package/dist/query/fetchers/index.d.ts +2 -2
- package/dist/query/fetchers/index.js +6 -1
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +6 -1
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +2 -2
- package/dist/query/hooks/index.d.ts +2 -2
- package/dist/query/hooks/index.js +6 -1
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs +6 -1
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +2 -2
- package/dist/query/index.d.ts +2 -2
- package/dist/query/index.js +6 -1
- package/dist/query/index.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singi-labs/sifa-sdk",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.8",
|
|
4
4
|
"description": "Sifa SDK — public client library for the Sifa AppView on AT Protocol. Shared by sifa-web and sifa-app.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -162,22 +162,22 @@
|
|
|
162
162
|
},
|
|
163
163
|
"devDependencies": {
|
|
164
164
|
"@changesets/cli": "2.31.0",
|
|
165
|
-
"@commitlint/cli": "21.0.
|
|
165
|
+
"@commitlint/cli": "21.0.2",
|
|
166
166
|
"@commitlint/config-conventional": "21.0.1",
|
|
167
|
-
"@tanstack/react-query": "5.
|
|
167
|
+
"@tanstack/react-query": "5.101.0",
|
|
168
168
|
"@testing-library/react": "16.3.2",
|
|
169
169
|
"@types/react": "19.2.14",
|
|
170
170
|
"@vitest/coverage-v8": "3.2.1",
|
|
171
|
-
"eslint": "10.4.
|
|
171
|
+
"eslint": "10.4.1",
|
|
172
172
|
"husky": "9.1.7",
|
|
173
173
|
"jsdom": "29.1.1",
|
|
174
174
|
"prettier": "3.8.3",
|
|
175
175
|
"react": "19.2.4",
|
|
176
176
|
"react-dom": "19.2.4",
|
|
177
|
-
"svgo": "
|
|
177
|
+
"svgo": "4.0.1",
|
|
178
178
|
"tsup": "8.5.1",
|
|
179
179
|
"typescript": "5.9.3",
|
|
180
|
-
"typescript-eslint": "8.60.
|
|
180
|
+
"typescript-eslint": "8.60.1",
|
|
181
181
|
"vitest": "3.2.1"
|
|
182
182
|
}
|
|
183
183
|
}
|