@plitzi/sdk-shared 0.31.0 → 0.31.1

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,13 @@
1
1
  # @plitzi/sdk-shared
2
2
 
3
+ ## 0.31.1
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.31.1
8
+ - Updated dependencies
9
+ - @plitzi/nexus@0.31.1
10
+
3
11
  ## 0.31.0
4
12
 
5
13
  ### Minor Changes
@@ -9,7 +17,7 @@
9
17
  ### Patch Changes
10
18
 
11
19
  - Updated dependencies
12
- - @plitzi/sdk-store@0.31.0
20
+ - @plitzi/nexus@0.31.0
13
21
 
14
22
  ## 0.30.19
15
23
 
@@ -17,7 +25,7 @@
17
25
 
18
26
  - v0.30.19
19
27
  - Updated dependencies
20
- - @plitzi/sdk-store@0.30.19
28
+ - @plitzi/nexus@0.30.19
21
29
 
22
30
  ## 0.30.18
23
31
 
@@ -25,7 +33,7 @@
25
33
 
26
34
  - v0.30.18
27
35
  - Updated dependencies
28
- - @plitzi/sdk-store@0.30.18
36
+ - @plitzi/nexus@0.30.18
29
37
 
30
38
  ## 0.30.17
31
39
 
@@ -33,7 +41,7 @@
33
41
 
34
42
  - v0.31.0
35
43
  - Updated dependencies
36
- - @plitzi/sdk-store@0.30.17
44
+ - @plitzi/nexus@0.30.17
37
45
 
38
46
  ## 0.30.16
39
47
 
@@ -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/sdk-store/createStore";
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/sdk-store';
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,5 +1,5 @@
1
1
  import { formatDate as e } from "../../helpers/formatDate.mjs";
2
- import t from "@plitzi/sdk-store/helpers/getByPath";
2
+ import t from "@plitzi/nexus/helpers/getByPath";
3
3
  //#region src/devTools/utils/PlitziConsole.ts
4
4
  var n = class {
5
5
  callbackInternal;
@@ -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/sdk-store/createStore";
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/sdk-*/**', group: 'internal' },
73
- { pattern: '@plitzi/sdk-*', group: 'internal' }
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.0",
3
+ "version": "0.31.1",
4
4
  "license": "AGPL-3.0",
5
5
  "files": [
6
6
  "dist",
@@ -1003,8 +1003,8 @@
1003
1003
  },
1004
1004
  "dependencies": {
1005
1005
  "@modelcontextprotocol/sdk": "^1.29.0",
1006
+ "@plitzi/nexus": "0.31.1",
1006
1007
  "@plitzi/plitzi-ui": "^1.6.9",
1007
- "@plitzi/sdk-store": "0.31.0",
1008
1008
  "date-fns": "^4.3.0",
1009
1009
  "date-fns-tz": "^3.2.0",
1010
1010
  "graphql-tag": "^2.12.6",