@plitzi/sdk-shared 0.31.1 → 0.31.2
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/CHANGELOG.md +8 -0
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/sdk-shared",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.2",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -58,10 +58,6 @@
|
|
|
58
58
|
"types": "./dist/dataSource/hooks/index.d.ts",
|
|
59
59
|
"import": "./dist/dataSource/hooks/index.mjs"
|
|
60
60
|
},
|
|
61
|
-
"./dataSource/hooks/useDataSource": {
|
|
62
|
-
"types": "./dist/dataSource/hooks/useDataSource.d.ts",
|
|
63
|
-
"import": "./dist/dataSource/hooks/useDataSource.mjs"
|
|
64
|
-
},
|
|
65
61
|
"./dataSource/hooks/useRegisterSource": {
|
|
66
62
|
"types": "./dist/dataSource/hooks/useRegisterSource.d.ts",
|
|
67
63
|
"import": "./dist/dataSource/hooks/useRegisterSource.mjs"
|
|
@@ -1003,7 +999,7 @@
|
|
|
1003
999
|
},
|
|
1004
1000
|
"dependencies": {
|
|
1005
1001
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
1006
|
-
"@plitzi/nexus": "0.31.
|
|
1002
|
+
"@plitzi/nexus": "0.31.2",
|
|
1007
1003
|
"@plitzi/plitzi-ui": "^1.6.9",
|
|
1008
1004
|
"date-fns": "^4.3.0",
|
|
1009
1005
|
"date-fns-tz": "^3.2.0",
|