@singi-labs/sifa-sdk 0.12.31 → 0.12.32
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/README.md +1 -1
- package/dist/{index-CZAG8uku.d.ts → index-CQx2Yk7v.d.ts} +1 -1
- package/dist/{index-ZoAKneCP.d.ts → index-D4DUzpXJ.d.ts} +11 -2
- package/dist/{index-O2oJHRq0.d.cts → index-DX-0n-2z.d.cts} +1 -1
- package/dist/{index-C95t5Gg5.d.cts → index-XXLVtfGw.d.cts} +11 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{org-Octhy3vS.d.ts → org-5dARVOZ9.d.ts} +32 -2
- package/dist/{org-DWAqK-TV.d.cts → org-DOQL077g.d.cts} +32 -2
- package/dist/query/fetchers/index.cjs +11 -0
- 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 +11 -1
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +21 -0
- 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 +21 -1
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs +22 -0
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +4 -4
- package/dist/query/index.d.ts +4 -4
- package/dist/query/index.js +21 -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.12.
|
|
3
|
+
"version": "0.12.32",
|
|
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",
|
|
@@ -185,16 +185,16 @@
|
|
|
185
185
|
},
|
|
186
186
|
"devDependencies": {
|
|
187
187
|
"@changesets/cli": "2.31.0",
|
|
188
|
-
"@commitlint/cli": "21.
|
|
189
|
-
"@commitlint/config-conventional": "21.0
|
|
190
|
-
"@tanstack/react-query": "5.101.
|
|
188
|
+
"@commitlint/cli": "21.2.1",
|
|
189
|
+
"@commitlint/config-conventional": "21.2.0",
|
|
190
|
+
"@tanstack/react-query": "5.101.4",
|
|
191
191
|
"@testing-library/react": "16.3.2",
|
|
192
192
|
"@types/react": "19.2.17",
|
|
193
193
|
"@vitest/coverage-v8": "3.2.1",
|
|
194
|
-
"eslint": "10.
|
|
194
|
+
"eslint": "10.6.0",
|
|
195
195
|
"husky": "9.1.7",
|
|
196
196
|
"jsdom": "29.1.1",
|
|
197
|
-
"prettier": "3.
|
|
197
|
+
"prettier": "3.9.6",
|
|
198
198
|
"react": "19.2.7",
|
|
199
199
|
"react-dom": "19.2.7",
|
|
200
200
|
"svgo": "4.0.1",
|