@plitzi/sdk-shared 0.31.0 → 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
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @plitzi/sdk-shared
|
|
2
2
|
|
|
3
|
+
## 0.31.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- v0.31.2
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @plitzi/nexus@0.31.2
|
|
10
|
+
|
|
11
|
+
## 0.31.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- v0.31.1
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @plitzi/nexus@0.31.1
|
|
18
|
+
|
|
3
19
|
## 0.31.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -9,7 +25,7 @@
|
|
|
9
25
|
### Patch Changes
|
|
10
26
|
|
|
11
27
|
- Updated dependencies
|
|
12
|
-
- @plitzi/
|
|
28
|
+
- @plitzi/nexus@0.31.0
|
|
13
29
|
|
|
14
30
|
## 0.30.19
|
|
15
31
|
|
|
@@ -17,7 +33,7 @@
|
|
|
17
33
|
|
|
18
34
|
- v0.30.19
|
|
19
35
|
- Updated dependencies
|
|
20
|
-
- @plitzi/
|
|
36
|
+
- @plitzi/nexus@0.30.19
|
|
21
37
|
|
|
22
38
|
## 0.30.18
|
|
23
39
|
|
|
@@ -25,7 +41,7 @@
|
|
|
25
41
|
|
|
26
42
|
- v0.30.18
|
|
27
43
|
- Updated dependencies
|
|
28
|
-
- @plitzi/
|
|
44
|
+
- @plitzi/nexus@0.30.18
|
|
29
45
|
|
|
30
46
|
## 0.30.17
|
|
31
47
|
|
|
@@ -33,7 +49,7 @@
|
|
|
33
49
|
|
|
34
50
|
- v0.31.0
|
|
35
51
|
- Updated dependencies
|
|
36
|
-
- @plitzi/
|
|
52
|
+
- @plitzi/nexus@0.30.17
|
|
37
53
|
|
|
38
54
|
## 0.30.16
|
|
39
55
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { makeId as e } from "../../helpers/utils.mjs";
|
|
2
2
|
import { useEffect as t, useMemo as n } from "react";
|
|
3
3
|
import { omit as r } from "@plitzi/plitzi-ui/helpers";
|
|
4
|
-
import { createStoreHook as i } from "@plitzi/
|
|
4
|
+
import { createStoreHook as i } from "@plitzi/nexus/createStore";
|
|
5
5
|
//#region src/dataSource/hooks/useRegisterSource.ts
|
|
6
6
|
var a = ({ id: a = "", source: o, name: s, fields: c = [] }) => {
|
|
7
7
|
let { useStoreSetter: l } = i(), u = l(), d = n(() => `${a}_${e(8)}`, [a]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Log, ProviderCallback } from '../../types/DevToolsTypes';
|
|
2
|
-
import { ChangeListener } from '@plitzi/
|
|
2
|
+
import { ChangeListener } from '@plitzi/nexus';
|
|
3
3
|
type CallbackInternal = (logType: Log['logType'], category: Log['category'], message: Log['message'], params: Record<string, unknown> | Log['params'], time?: Log['time']) => void;
|
|
4
4
|
type CallbackAddProvider = (methodName: string, callback: ProviderCallback) => void;
|
|
5
5
|
type CallbackRemoveProvider = (methodName: string) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import e from "./RscContext.mjs";
|
|
2
2
|
import { useCallback as t, useEffect as n, useMemo as r, useState as i } from "react";
|
|
3
|
-
import { createStoreHook as a } from "@plitzi/
|
|
3
|
+
import { createStoreHook as a } from "@plitzi/nexus/createStore";
|
|
4
4
|
import { jsx as o } from "react/jsx-runtime";
|
|
5
5
|
//#region src/server/rsc/RscProvider.tsx
|
|
6
6
|
var s = ({ children: s, rscPath: c, rscData: l, navigationKey: u }) => {
|
package/eslint.config.mjs
CHANGED
|
@@ -69,8 +69,8 @@ export default tsEslint.config({
|
|
|
69
69
|
{
|
|
70
70
|
groups: ['builtin', 'external', 'internal', ['parent', 'sibling', 'index'], 'type'],
|
|
71
71
|
pathGroups: [
|
|
72
|
-
{ pattern: '@plitzi
|
|
73
|
-
{ pattern: '@plitzi
|
|
72
|
+
{ pattern: '@plitzi/+(sdk-*|nexus)/**', group: 'internal' },
|
|
73
|
+
{ pattern: '@plitzi/+(sdk-*|nexus)', group: 'internal' }
|
|
74
74
|
// { pattern: '@icons/**', group: 'internal' },
|
|
75
75
|
// { pattern: '@components/**', group: 'internal' },
|
|
76
76
|
// { pattern: '@hooks/**', group: 'internal' },
|
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,8 +999,8 @@
|
|
|
1003
999
|
},
|
|
1004
1000
|
"dependencies": {
|
|
1005
1001
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
1002
|
+
"@plitzi/nexus": "0.31.2",
|
|
1006
1003
|
"@plitzi/plitzi-ui": "^1.6.9",
|
|
1007
|
-
"@plitzi/sdk-store": "0.31.0",
|
|
1008
1004
|
"date-fns": "^4.3.0",
|
|
1009
1005
|
"date-fns-tz": "^3.2.0",
|
|
1010
1006
|
"graphql-tag": "^2.12.6",
|