@xyo-network/system-plugins 2.53.0 → 2.53.2
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/dist/docs.json +8 -8
- package/package.json +3 -3
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "payloadset/packages/system/src/index.ts",
|
|
18
18
|
"line": 9,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/49811225dbc/packages/plugins/packages/payloadset/packages/system/src/index.ts#L9"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
{
|
|
103
103
|
"fileName": "payload/packages/system/packages/info/packages/bowser/dist/types/Payload.d.ts",
|
|
104
104
|
"line": 4,
|
|
105
|
-
"character":
|
|
105
|
+
"character": 49
|
|
106
106
|
}
|
|
107
107
|
]
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
],
|
|
111
|
-
"name": "
|
|
111
|
+
"name": "Payload"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
114
|
{
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
"fileName": "payloadset/packages/system/src/index.ts",
|
|
194
194
|
"line": 6,
|
|
195
195
|
"character": 13,
|
|
196
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
196
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/49811225dbc/packages/plugins/packages/payloadset/packages/system/src/index.ts#L6"
|
|
197
197
|
}
|
|
198
198
|
],
|
|
199
199
|
"type": {
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
{
|
|
303
303
|
"fileName": "payload/packages/system/packages/info/packages/bowser/dist/types/Plugin.d.ts",
|
|
304
304
|
"line": 1,
|
|
305
|
-
"character":
|
|
305
|
+
"character": 215
|
|
306
306
|
}
|
|
307
307
|
]
|
|
308
308
|
}
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
]
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
|
-
"name": "
|
|
313
|
+
"name": "PayloadPlugin"
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
]
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
{
|
|
410
410
|
"fileName": "payload/packages/system/packages/info/packages/bowser/dist/types/Payload.d.ts",
|
|
411
411
|
"line": 4,
|
|
412
|
-
"character":
|
|
412
|
+
"character": 49
|
|
413
413
|
}
|
|
414
414
|
]
|
|
415
415
|
}
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"fileName": "payloadset/packages/system/src/index.ts",
|
|
456
456
|
"line": 1,
|
|
457
457
|
"character": 0,
|
|
458
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
458
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/49811225dbc/packages/plugins/packages/payloadset/packages/system/src/index.ts#L1"
|
|
459
459
|
}
|
|
460
460
|
]
|
|
461
461
|
}
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/info-system-plugins": "^2.53.
|
|
14
|
-
"@xyo-network/payloadset-plugin": "^2.53.
|
|
13
|
+
"@xyo-network/info-system-plugins": "^2.53.2",
|
|
14
|
+
"@xyo-network/payloadset-plugin": "^2.53.2"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@xylabs/ts-scripts-yarn3": "^2.16.1",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
53
|
"types": "dist/types/index.d.ts",
|
|
54
|
-
"version": "2.53.
|
|
54
|
+
"version": "2.53.2"
|
|
55
55
|
}
|