@xyo-network/react-storybook 2.41.13 → 2.41.14

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.
@@ -1,7 +1,7 @@
1
1
  import { XyoBoundWitness } from '@xyo-network/boundwitness';
2
2
  export declare const sampleBlock: XyoBoundWitness;
3
3
  export declare const sampleBlockWithBoundWitnessPayload: XyoBoundWitness;
4
- export declare const sampleBlockWithPayloads: import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & import("@xyo-network/boundwitness").XyoBoundWitnessFields & {
4
+ export declare const sampleBlockWithPayloads: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness").XyoBoundWitnessFields & {
5
5
  schema: "network.xyo.boundwitness";
6
6
  };
7
7
  //# sourceMappingURL=sampleBlock.d.ts.map
package/package.json CHANGED
@@ -10,19 +10,21 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@storybook/react": "^6.5.14",
14
- "@xylabs/react-flexbox": "^2.15.5",
15
- "@xylabs/react-invertable-theme": "^2.15.5",
16
- "@xylabs/react-shared": "^2.15.5",
17
- "@xyo-network/react-api": "^2.41.13",
18
- "@xyo-network/react-auth": "^2.41.13",
19
- "@xyo-network/react-map": "^2.41.13",
20
- "@xyo-network/react-theme": "^2.41.13",
21
- "@xyo-network/react-wallet-service": "^2.41.13",
13
+ "@storybook/react": "^6.5.15",
14
+ "@xylabs/react-flexbox": "^2.15.6",
15
+ "@xylabs/react-invertable-theme": "^2.15.6",
16
+ "@xylabs/react-shared": "^2.15.6",
17
+ "@xyo-network/boundwitness": "^2.43.0",
18
+ "@xyo-network/payload": "^2.43.0",
19
+ "@xyo-network/react-api": "^2.41.14",
20
+ "@xyo-network/react-auth": "^2.41.14",
21
+ "@xyo-network/react-map": "^2.41.14",
22
+ "@xyo-network/react-theme": "^2.41.14",
23
+ "@xyo-network/react-wallet-service": "^2.41.14",
24
+ "@xyo-network/utils": "^2.43.0",
22
25
  "lodash": "^4.17.21",
23
26
  "require-from-string": "^2.0.2",
24
- "storybook-dark-mode": "^2.0.4",
25
- "tslib": "^2.4.1"
27
+ "storybook-dark-mode": "^2.0.4"
26
28
  },
27
29
  "peerDependencies": {
28
30
  "@mui/icons-material": "^5.10.3",
@@ -30,19 +32,8 @@
30
32
  "@mui/styles": "^5.10.3",
31
33
  "@xylabs/react-common": "^2.15.1",
32
34
  "@xylabs/sdk-js": "^2.6.7",
33
- "@xyo-network/api": "*",
34
- "@xyo-network/archivist": "*",
35
- "@xyo-network/boundwitness": "*",
36
- "@xyo-network/core": "*",
37
- "@xyo-network/diviner": "*",
38
- "@xyo-network/module": "*",
39
- "@xyo-network/network": "*",
40
- "@xyo-network/payload": "*",
41
- "@xyo-network/payload-plugin": "*",
42
- "@xyo-network/schema-payload-plugin": "*",
43
- "@xyo-network/utils": "*",
44
- "@xyo-network/wallet": "*",
45
35
  "axios": "^1.2.1",
36
+ "pako": "^2.1.0",
46
37
  "react": "^18.2.0",
47
38
  "react-dom": "^18.2.0",
48
39
  "react-icons": "^4.6.0",
@@ -56,7 +47,7 @@
56
47
  "description": "Common React library for all XYO projects that use React",
57
48
  "devDependencies": {
58
49
  "@types/lodash": "^4.14.191",
59
- "@xylabs/ts-scripts-yarn3": "2.9.0",
50
+ "@xylabs/ts-scripts-yarn3": "2.11.16",
60
51
  "axios": "^1.2.1"
61
52
  },
62
53
  "browser": "dist/esm/index.js",
@@ -101,5 +92,5 @@
101
92
  },
102
93
  "sideEffects": false,
103
94
  "types": "dist/esm/index.d.ts",
104
- "version": "2.41.13"
95
+ "version": "2.41.14"
105
96
  }