@xyo-network/previous-hash-store 2.75.0 → 2.75.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.
@@ -0,0 +1,3 @@
1
+ import { PreviousHashStore } from '@xyo-network/previous-hash-store-model';
2
+ export type { PreviousHashStore };
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAA;AAC1E,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
package/dist/docs.json ADDED
@@ -0,0 +1,325 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/previous-hash-store",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 1,
10
+ "name": "PreviousHashStore",
11
+ "variant": "declaration",
12
+ "kind": 256,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 2,
17
+ "name": "getItem",
18
+ "variant": "declaration",
19
+ "kind": 2048,
20
+ "flags": {},
21
+ "sources": [
22
+ {
23
+ "fileName": "packages/model/dist/node/PreviousHashStore.d.ts",
24
+ "line": 2,
25
+ "character": 4
26
+ }
27
+ ],
28
+ "signatures": [
29
+ {
30
+ "id": 3,
31
+ "name": "getItem",
32
+ "variant": "signature",
33
+ "kind": 4096,
34
+ "flags": {},
35
+ "sources": [
36
+ {
37
+ "fileName": "packages/model/dist/node/PreviousHashStore.d.ts",
38
+ "line": 2,
39
+ "character": 4
40
+ }
41
+ ],
42
+ "parameters": [
43
+ {
44
+ "id": 4,
45
+ "name": "address",
46
+ "variant": "param",
47
+ "kind": 32768,
48
+ "flags": {},
49
+ "type": {
50
+ "type": "intrinsic",
51
+ "name": "string"
52
+ }
53
+ }
54
+ ],
55
+ "type": {
56
+ "type": "union",
57
+ "types": [
58
+ {
59
+ "type": "literal",
60
+ "value": null
61
+ },
62
+ {
63
+ "type": "intrinsic",
64
+ "name": "string"
65
+ },
66
+ {
67
+ "type": "reference",
68
+ "target": {
69
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
70
+ "qualifiedName": "Promise"
71
+ },
72
+ "typeArguments": [
73
+ {
74
+ "type": "union",
75
+ "types": [
76
+ {
77
+ "type": "literal",
78
+ "value": null
79
+ },
80
+ {
81
+ "type": "intrinsic",
82
+ "name": "string"
83
+ }
84
+ ]
85
+ }
86
+ ],
87
+ "name": "Promise",
88
+ "package": "typescript"
89
+ }
90
+ ]
91
+ }
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "id": 5,
97
+ "name": "removeItem",
98
+ "variant": "declaration",
99
+ "kind": 2048,
100
+ "flags": {},
101
+ "sources": [
102
+ {
103
+ "fileName": "packages/model/dist/node/PreviousHashStore.d.ts",
104
+ "line": 3,
105
+ "character": 4
106
+ }
107
+ ],
108
+ "signatures": [
109
+ {
110
+ "id": 6,
111
+ "name": "removeItem",
112
+ "variant": "signature",
113
+ "kind": 4096,
114
+ "flags": {},
115
+ "sources": [
116
+ {
117
+ "fileName": "packages/model/dist/node/PreviousHashStore.d.ts",
118
+ "line": 3,
119
+ "character": 4
120
+ }
121
+ ],
122
+ "parameters": [
123
+ {
124
+ "id": 7,
125
+ "name": "address",
126
+ "variant": "param",
127
+ "kind": 32768,
128
+ "flags": {},
129
+ "type": {
130
+ "type": "intrinsic",
131
+ "name": "string"
132
+ }
133
+ }
134
+ ],
135
+ "type": {
136
+ "type": "union",
137
+ "types": [
138
+ {
139
+ "type": "intrinsic",
140
+ "name": "void"
141
+ },
142
+ {
143
+ "type": "reference",
144
+ "target": {
145
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
146
+ "qualifiedName": "Promise"
147
+ },
148
+ "typeArguments": [
149
+ {
150
+ "type": "intrinsic",
151
+ "name": "void"
152
+ }
153
+ ],
154
+ "name": "Promise",
155
+ "package": "typescript"
156
+ }
157
+ ]
158
+ }
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "id": 8,
164
+ "name": "setItem",
165
+ "variant": "declaration",
166
+ "kind": 2048,
167
+ "flags": {},
168
+ "sources": [
169
+ {
170
+ "fileName": "packages/model/dist/node/PreviousHashStore.d.ts",
171
+ "line": 4,
172
+ "character": 4
173
+ }
174
+ ],
175
+ "signatures": [
176
+ {
177
+ "id": 9,
178
+ "name": "setItem",
179
+ "variant": "signature",
180
+ "kind": 4096,
181
+ "flags": {},
182
+ "sources": [
183
+ {
184
+ "fileName": "packages/model/dist/node/PreviousHashStore.d.ts",
185
+ "line": 4,
186
+ "character": 4
187
+ }
188
+ ],
189
+ "parameters": [
190
+ {
191
+ "id": 10,
192
+ "name": "address",
193
+ "variant": "param",
194
+ "kind": 32768,
195
+ "flags": {},
196
+ "type": {
197
+ "type": "intrinsic",
198
+ "name": "string"
199
+ }
200
+ },
201
+ {
202
+ "id": 11,
203
+ "name": "previousHash",
204
+ "variant": "param",
205
+ "kind": 32768,
206
+ "flags": {},
207
+ "type": {
208
+ "type": "intrinsic",
209
+ "name": "string"
210
+ }
211
+ }
212
+ ],
213
+ "type": {
214
+ "type": "union",
215
+ "types": [
216
+ {
217
+ "type": "intrinsic",
218
+ "name": "void"
219
+ },
220
+ {
221
+ "type": "reference",
222
+ "target": {
223
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
224
+ "qualifiedName": "Promise"
225
+ },
226
+ "typeArguments": [
227
+ {
228
+ "type": "intrinsic",
229
+ "name": "void"
230
+ }
231
+ ],
232
+ "name": "Promise",
233
+ "package": "typescript"
234
+ }
235
+ ]
236
+ }
237
+ }
238
+ ]
239
+ }
240
+ ],
241
+ "groups": [
242
+ {
243
+ "title": "Methods",
244
+ "children": [
245
+ 2,
246
+ 5,
247
+ 8
248
+ ]
249
+ }
250
+ ],
251
+ "sources": [
252
+ {
253
+ "fileName": "packages/model/dist/node/PreviousHashStore.d.ts",
254
+ "line": 1,
255
+ "character": 17
256
+ }
257
+ ]
258
+ }
259
+ ],
260
+ "groups": [
261
+ {
262
+ "title": "Interfaces",
263
+ "children": [
264
+ 1
265
+ ]
266
+ }
267
+ ],
268
+ "packageName": "@xyo-network/previous-hash-store",
269
+ "readme": [
270
+ {
271
+ "kind": "text",
272
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
273
+ }
274
+ ],
275
+ "symbolIdMap": {
276
+ "0": {
277
+ "sourceFileName": "src/index.ts",
278
+ "qualifiedName": ""
279
+ },
280
+ "1": {
281
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
282
+ "qualifiedName": "PreviousHashStore"
283
+ },
284
+ "2": {
285
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
286
+ "qualifiedName": "PreviousHashStore.getItem"
287
+ },
288
+ "3": {
289
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
290
+ "qualifiedName": "PreviousHashStore.getItem"
291
+ },
292
+ "4": {
293
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
294
+ "qualifiedName": "address"
295
+ },
296
+ "5": {
297
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
298
+ "qualifiedName": "PreviousHashStore.removeItem"
299
+ },
300
+ "6": {
301
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
302
+ "qualifiedName": "PreviousHashStore.removeItem"
303
+ },
304
+ "7": {
305
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
306
+ "qualifiedName": "address"
307
+ },
308
+ "8": {
309
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
310
+ "qualifiedName": "PreviousHashStore.setItem"
311
+ },
312
+ "9": {
313
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
314
+ "qualifiedName": "PreviousHashStore.setItem"
315
+ },
316
+ "10": {
317
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
318
+ "qualifiedName": "address"
319
+ },
320
+ "11": {
321
+ "sourceFileName": "packages/model/src/PreviousHashStore.ts",
322
+ "qualifiedName": "previousHash"
323
+ }
324
+ }
325
+ }
@@ -0,0 +1,3 @@
1
+ import { PreviousHashStore } from '@xyo-network/previous-hash-store-model';
2
+ export type { PreviousHashStore };
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAA;AAC1E,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
@@ -12,6 +12,8 @@ var __copyProps = (to, from, except, desc) => {
12
12
  return to;
13
13
  };
14
14
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/index.ts
15
17
  var src_exports = {};
16
18
  module.exports = __toCommonJS(src_exports);
17
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { PreviousHashStore } from '@xyo-network/previous-hash-store-model'\nexport type { PreviousHashStore }\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { PreviousHashStore } from '@xyo-network/previous-hash-store-model'\nexport type { PreviousHashStore }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
package/package.json CHANGED
@@ -10,12 +10,12 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/previous-hash-store-model": "~2.75.0"
13
+ "@xyo-network/previous-hash-store-model": "~2.75.1"
14
14
  },
15
15
  "description": "Primary SDK for using XYO Protocol 2.0",
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.0.70",
18
- "@xylabs/tsconfig": "^3.0.70",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.77",
18
+ "@xylabs/tsconfig": "^3.0.77",
19
19
  "typescript": "^5.2.2"
20
20
  },
21
21
  "docs": "dist/docs.json",
@@ -23,7 +23,7 @@
23
23
  ".": {
24
24
  "browser": {
25
25
  "require": {
26
- "types": "./dist/browser/index.d.ts",
26
+ "types": "./dist/browser/index.d.cts",
27
27
  "default": "./dist/browser/index.cjs"
28
28
  },
29
29
  "import": {
@@ -60,5 +60,5 @@
60
60
  },
61
61
  "sideEffects": false,
62
62
  "types": "dist/node/index.d.ts",
63
- "version": "2.75.0"
63
+ "version": "2.75.1"
64
64
  }