@xyo-network/os-react-runtime 6.1.0 → 7.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/os-react-runtime",
3
- "version": "6.1.0",
3
+ "version": "7.0.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -26,53 +26,57 @@
26
26
  },
27
27
  "./package.json": "./package.json"
28
28
  },
29
- "main": "dist/browser/index.mjs",
29
+ "module": "dist/browser/index.mjs",
30
30
  "types": "dist/browser/index.d.ts",
31
+ "files": [
32
+ "dist",
33
+ "src"
34
+ ],
31
35
  "dependencies": {
32
36
  "@react-spring/web": "^10.0.1",
33
- "@xylabs/array": "^4.15.1",
34
- "@xylabs/assert": "^4.15.1",
35
- "@xylabs/base": "^4.15.1",
36
- "@xylabs/events": "^4.15.1",
37
- "@xylabs/forget": "^4.15.1",
38
- "@xylabs/hex": "^4.15.1",
39
- "@xylabs/object": "^4.15.1",
40
- "@xylabs/promise": "^4.15.1",
41
- "@xylabs/react-animation": "^6.4.0",
42
- "@xylabs/react-async-effect": "^6.4.0",
43
- "@xylabs/react-button": "^6.4.0",
44
- "@xylabs/react-error": "^6.4.0",
45
- "@xylabs/react-flexbox": "^6.4.0",
46
- "@xylabs/react-link": "^6.4.0",
47
- "@xylabs/react-promise": "^6.4.0",
48
- "@xylabs/react-theme": "^6.4.0",
49
- "@xyo-network/archivist-indexeddb": "^4.3.0",
50
- "@xyo-network/archivist-model": "^4.3.0",
51
- "@xyo-network/bios-browser": "^6.1.0",
52
- "@xyo-network/bios-model": "^6.1.0",
53
- "@xyo-network/diviner-boundwitness-indexeddb": "^4.3.0",
54
- "@xyo-network/diviner-model": "^4.3.0",
55
- "@xyo-network/diviner-payload-generic": "^4.3.0",
56
- "@xyo-network/diviner-payload-indexeddb": "^4.3.0",
57
- "@xyo-network/diviner-payload-model": "^4.3.0",
58
- "@xyo-network/kernel": "^6.1.0",
59
- "@xyo-network/kernel-model": "^6.1.0",
60
- "@xyo-network/module-factory-locator": "^4.3.0",
61
- "@xyo-network/module-model": "^4.3.0",
62
- "@xyo-network/node-model": "^4.3.0",
63
- "@xyo-network/os-model": "^6.1.0",
64
- "@xyo-network/os-react-debug": "^6.1.0",
65
- "@xyo-network/os-react-model": "^6.1.0",
66
- "@xyo-network/os-runtime": "^6.1.0",
67
- "@xyo-network/payload-model": "^4.3.0",
68
- "@xyo-network/react-archivist": "^6.2.0",
69
- "@xyo-network/react-card": "^6.2.0",
70
- "@xyo-network/react-form-credit-card": "^6.2.0",
71
- "@xyo-network/react-node": "^6.2.0",
72
- "@xyo-network/react-shared": "^6.2.0",
73
- "@xyo-network/react-table": "^6.2.0",
74
- "@xyo-network/react-wallet": "^6.2.0",
75
- "@xyo-network/wallet-model": "^4.3.0",
37
+ "@xylabs/array": "^5.0.0",
38
+ "@xylabs/assert": "^5.0.0",
39
+ "@xylabs/base": "^5.0.0",
40
+ "@xylabs/events": "^5.0.0",
41
+ "@xylabs/forget": "^5.0.0",
42
+ "@xylabs/hex": "^5.0.0",
43
+ "@xylabs/object": "^5.0.0",
44
+ "@xylabs/promise": "^5.0.0",
45
+ "@xylabs/react-animation": "^7.0.0",
46
+ "@xylabs/react-async-effect": "^7.0.0",
47
+ "@xylabs/react-button": "^7.0.0",
48
+ "@xylabs/react-error": "^7.0.0",
49
+ "@xylabs/react-flexbox": "^7.0.0",
50
+ "@xylabs/react-link": "^7.0.0",
51
+ "@xylabs/react-promise": "^7.0.0",
52
+ "@xylabs/react-theme": "^7.0.0",
53
+ "@xyo-network/archivist-indexeddb": "^5.0.0",
54
+ "@xyo-network/archivist-model": "^5.0.0",
55
+ "@xyo-network/bios-browser": "^7.0.0",
56
+ "@xyo-network/bios-model": "^7.0.0",
57
+ "@xyo-network/diviner-boundwitness-indexeddb": "^5.0.0",
58
+ "@xyo-network/diviner-model": "^5.0.0",
59
+ "@xyo-network/diviner-payload-generic": "^5.0.0",
60
+ "@xyo-network/diviner-payload-indexeddb": "^5.0.0",
61
+ "@xyo-network/diviner-payload-model": "^5.0.0",
62
+ "@xyo-network/kernel": "^7.0.0",
63
+ "@xyo-network/kernel-model": "^7.0.0",
64
+ "@xyo-network/module-factory-locator": "^5.0.0",
65
+ "@xyo-network/module-model": "^5.0.0",
66
+ "@xyo-network/node-model": "^5.0.0",
67
+ "@xyo-network/os-model": "^7.0.0",
68
+ "@xyo-network/os-react-debug": "^7.0.0",
69
+ "@xyo-network/os-react-model": "^7.0.0",
70
+ "@xyo-network/os-runtime": "^7.0.0",
71
+ "@xyo-network/payload-model": "^5.0.0",
72
+ "@xyo-network/react-archivist": "^7.0.0",
73
+ "@xyo-network/react-card": "^7.0.0",
74
+ "@xyo-network/react-form-credit-card": "^7.0.0",
75
+ "@xyo-network/react-node": "^7.0.0",
76
+ "@xyo-network/react-shared": "^7.0.0",
77
+ "@xyo-network/react-table": "^7.0.0",
78
+ "@xyo-network/react-wallet": "^7.0.0",
79
+ "@xyo-network/wallet-model": "^5.0.0",
76
80
  "luxon": "^3.7.1",
77
81
  "react-helmet": "^6.1.0",
78
82
  "react-icons": "^5.5.0",
@@ -88,14 +92,14 @@
88
92
  "@mui/system": "^7.2.0",
89
93
  "@mui/x-tree-view": "^8.9.0",
90
94
  "@storybook/react-vite": "^9.0.18",
91
- "@types/luxon": "^3.7.0",
92
- "@types/react": "^19.1.8",
95
+ "@types/luxon": "^3.7.1",
96
+ "@types/react": "^19.1.9",
93
97
  "@types/react-helmet": "^6.1.11",
94
- "@xylabs/ts-scripts-react-yarn3": "^7.0.1",
95
- "@xylabs/ts-scripts-yarn3": "^7.0.1",
96
- "@xylabs/tsconfig": "^7.0.1",
97
- "@xylabs/tsconfig-dom": "^7.0.1",
98
- "@xylabs/tsconfig-react": "^7.0.1",
98
+ "@xylabs/ts-scripts-react-yarn3": "^7.0.2",
99
+ "@xylabs/ts-scripts-yarn3": "^7.0.2",
100
+ "@xylabs/tsconfig": "^7.0.2",
101
+ "@xylabs/tsconfig-dom": "^7.0.2",
102
+ "@xylabs/tsconfig-react": "^7.0.2",
99
103
  "react": "^19.1.1",
100
104
  "react-dom": "^19.1.1",
101
105
  "storybook": "^9.0.18",
@@ -1,9 +1,9 @@
1
1
  import { assertEx } from '@xylabs/assert'
2
2
  import type { BaseParams } from '@xylabs/base'
3
3
  import { BaseEmitter } from '@xylabs/events'
4
- import type { Address, Hash } from '@xylabs/hex'
4
+ import type { Address } from '@xylabs/hex'
5
5
  import type { EmptyObject } from '@xylabs/object'
6
- import type { ArchivistInstance, NextOptions } from '@xyo-network/archivist-model'
6
+ import type { ArchivistInstance, ArchivistNextOptions } from '@xyo-network/archivist-model'
7
7
  import type { DivinerInstance } from '@xyo-network/diviner-model'
8
8
  import { GenericPayloadDivinerConfigSchema } from '@xyo-network/diviner-payload-generic'
9
9
  import type { PayloadDivinerQueryPayload } from '@xyo-network/diviner-payload-model'
@@ -27,7 +27,7 @@ export class BridgeActivityHelper<TParams extends BridgeActivityHelperParams | v
27
27
  return result
28
28
  }
29
29
 
30
- next(options?: NextOptions<Hash>) {
30
+ next(options?: ArchivistNextOptions) {
31
31
  return this.archivist.next(options)
32
32
  }
33
33
 
package/typedoc.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "$schema": "https://typedoc.org/schema.json",
3
- "entryPoints": ["./src/index.ts"],
4
- "tsconfig": "./tsconfig.typedoc.json"
5
- }
package/xy.config.ts DELETED
@@ -1,10 +0,0 @@
1
- import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
- const config: XyTsupConfig = {
3
- compile: {
4
- browser: { src: true },
5
- neutral: {},
6
- node: {},
7
- },
8
- }
9
-
10
- export default config