@plyaz/api 1.6.2 → 1.6.4
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/entry-frontend.cjs +2645 -3130
- package/dist/entry-frontend.cjs.map +1 -1
- package/dist/entry-frontend.mjs +2645 -3130
- package/dist/entry-frontend.mjs.map +1 -1
- package/dist/index.cjs +3077 -3077
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3077 -3077
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plyaz/api",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"description": "@plyaz/api ⚡ Core Plyaz API client enabling seamless Web3 interactions, authentication, and data access across apps and services. Built for scalability, reliability, and tokenized fan engagement experiences.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [],
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@inquirer/prompts": "^7.3.2",
|
|
42
42
|
"@nestjs/common": "^11.1.7",
|
|
43
43
|
"@plyaz/config": "^1.8.6",
|
|
44
|
-
"@plyaz/errors": "^1.4
|
|
44
|
+
"@plyaz/errors": "^1.5.4",
|
|
45
45
|
"@plyaz/logger": "^1.4.0",
|
|
46
46
|
"@tanstack/react-query": "5.85.6",
|
|
47
47
|
"@tanstack/react-query-devtools": "^5.85.6",
|