@xyo-network/diviner-jsonpatch-model 5.3.30 → 5.4.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/README.md +0 -99
- package/package.json +12 -16
package/README.md
CHANGED
|
@@ -38,105 +38,6 @@ bun add {{name}}
|
|
|
38
38
|
|
|
39
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
40
|
|
|
41
|
-
## Reference
|
|
42
|
-
|
|
43
|
-
### packages
|
|
44
|
-
|
|
45
|
-
### modules
|
|
46
|
-
|
|
47
|
-
### packages
|
|
48
|
-
|
|
49
|
-
### diviner
|
|
50
|
-
|
|
51
|
-
### packages
|
|
52
|
-
|
|
53
|
-
### jsonpatch
|
|
54
|
-
|
|
55
|
-
### packages
|
|
56
|
-
|
|
57
|
-
### model
|
|
58
|
-
|
|
59
|
-
### .temp-typedoc
|
|
60
|
-
|
|
61
|
-
### type-aliases
|
|
62
|
-
|
|
63
|
-
### <a id="JsonPatchDivinerConfig"></a>JsonPatchDivinerConfig
|
|
64
|
-
|
|
65
|
-
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
66
|
-
|
|
67
|
-
***
|
|
68
|
-
|
|
69
|
-
```ts
|
|
70
|
-
type JsonPatchDivinerConfig = DivinerConfig<object & object>;
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
### <a id="JsonPatchDivinerConfigSchema"></a>JsonPatchDivinerConfigSchema
|
|
74
|
-
|
|
75
|
-
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
76
|
-
|
|
77
|
-
***
|
|
78
|
-
|
|
79
|
-
```ts
|
|
80
|
-
type JsonPatchDivinerConfigSchema = typeof JsonPatchDivinerConfigSchema;
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
### <a id="JsonPatchDivinerParams"></a>JsonPatchDivinerParams
|
|
84
|
-
|
|
85
|
-
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
86
|
-
|
|
87
|
-
***
|
|
88
|
-
|
|
89
|
-
```ts
|
|
90
|
-
type JsonPatchDivinerParams = DivinerParams<AnyConfigSchema<JsonPatchDivinerConfig>>;
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
### <a id="JsonPatchDivinerSchema"></a>JsonPatchDivinerSchema
|
|
94
|
-
|
|
95
|
-
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
96
|
-
|
|
97
|
-
***
|
|
98
|
-
|
|
99
|
-
```ts
|
|
100
|
-
type JsonPatchDivinerSchema = typeof JsonPatchDivinerSchema;
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
### variables
|
|
104
|
-
|
|
105
|
-
### <a id="JsonPatchDivinerConfigSchema"></a>JsonPatchDivinerConfigSchema
|
|
106
|
-
|
|
107
|
-
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
108
|
-
|
|
109
|
-
***
|
|
110
|
-
|
|
111
|
-
```ts
|
|
112
|
-
const JsonPatchDivinerConfigSchema: string & object;
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
## Type Declaration
|
|
116
|
-
|
|
117
|
-
### \_\_schema
|
|
118
|
-
|
|
119
|
-
```ts
|
|
120
|
-
readonly __schema: true;
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
### <a id="JsonPatchDivinerSchema"></a>JsonPatchDivinerSchema
|
|
124
|
-
|
|
125
|
-
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
126
|
-
|
|
127
|
-
***
|
|
128
|
-
|
|
129
|
-
```ts
|
|
130
|
-
const JsonPatchDivinerSchema: "network.xyo.diviner.jsonpatch" & object;
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
## Type Declaration
|
|
134
|
-
|
|
135
|
-
### \_\_schema
|
|
136
|
-
|
|
137
|
-
```ts
|
|
138
|
-
readonly __schema: true;
|
|
139
|
-
```
|
|
140
41
|
|
|
141
42
|
|
|
142
43
|
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-jsonpatch-model",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.1",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -22,12 +22,10 @@
|
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/neutral/index.d.ts",
|
|
25
|
-
"import": "./dist/neutral/index.mjs",
|
|
26
25
|
"default": "./dist/neutral/index.mjs"
|
|
27
26
|
},
|
|
28
27
|
"./package.json": "./package.json"
|
|
29
28
|
},
|
|
30
|
-
"types": "dist/neutral/index.d.ts",
|
|
31
29
|
"files": [
|
|
32
30
|
"dist",
|
|
33
31
|
"!**/*.bench.*",
|
|
@@ -37,27 +35,25 @@
|
|
|
37
35
|
],
|
|
38
36
|
"dependencies": {
|
|
39
37
|
"fast-json-patch": "~3.1.1",
|
|
40
|
-
"@xyo-network/diviner-model": "~5.
|
|
41
|
-
"@xyo-network/module-model": "~5.
|
|
42
|
-
"@xyo-network/payload-model": "~5.
|
|
38
|
+
"@xyo-network/diviner-model": "~5.4.1",
|
|
39
|
+
"@xyo-network/module-model": "~5.4.1",
|
|
40
|
+
"@xyo-network/payload-model": "~5.4.1"
|
|
43
41
|
},
|
|
44
42
|
"devDependencies": {
|
|
45
43
|
"@opentelemetry/api": "^1.9.1",
|
|
46
|
-
"@xylabs/sdk-js": "^5.0.
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@xylabs/
|
|
49
|
-
"@xylabs/tsconfig": "~7.8.7",
|
|
50
|
-
"axios": "^1.14.0",
|
|
44
|
+
"@xylabs/sdk-js": "^5.0.97",
|
|
45
|
+
"@xylabs/toolchain": "~7.10.8",
|
|
46
|
+
"@xylabs/tsconfig": "~7.10.8",
|
|
51
47
|
"pako": "~2.1.0",
|
|
52
48
|
"typescript": "~5.9.3",
|
|
53
49
|
"zod": "^4.3.6",
|
|
54
|
-
"@xyo-network/manifest-model": "~5.
|
|
55
|
-
"@xyo-network/account-model": "~5.
|
|
56
|
-
"@xyo-network/previous-hash-store-model": "~5.
|
|
50
|
+
"@xyo-network/manifest-model": "~5.4.1",
|
|
51
|
+
"@xyo-network/account-model": "~5.4.1",
|
|
52
|
+
"@xyo-network/previous-hash-store-model": "~5.4.1"
|
|
57
53
|
},
|
|
58
54
|
"peerDependencies": {
|
|
59
|
-
"@xyo-network/account-model": "~5.
|
|
60
|
-
"@xyo-network/manifest-model": "~5.
|
|
55
|
+
"@xyo-network/account-model": "~5.4",
|
|
56
|
+
"@xyo-network/manifest-model": "~5.4"
|
|
61
57
|
},
|
|
62
58
|
"publishConfig": {
|
|
63
59
|
"access": "public"
|