@json-eval-rs/vanilla 0.0.45 → 0.0.46
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 +1 -1
- package/pkg/json_eval_rs.d.ts +4 -4
- package/pkg/json_eval_rs.js +5 -5
- package/pkg/json_eval_rs_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/json_eval_rs.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
/**
|
|
4
|
-
* Get library version
|
|
4
|
+
* Get the library version
|
|
5
5
|
*/
|
|
6
|
-
export function
|
|
6
|
+
export function getVersion(): string;
|
|
7
7
|
/**
|
|
8
8
|
* Initialize the library (sets up panic hook)
|
|
9
9
|
*/
|
|
10
10
|
export function init(): void;
|
|
11
11
|
/**
|
|
12
|
-
* Get
|
|
12
|
+
* Get library version (alias)
|
|
13
13
|
*/
|
|
14
|
-
export function
|
|
14
|
+
export function version(): string;
|
|
15
15
|
/**
|
|
16
16
|
* WebAssembly wrapper for JSONEval
|
|
17
17
|
*/
|
package/pkg/json_eval_rs.js
CHANGED
|
@@ -214,10 +214,10 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
214
214
|
return ptr;
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
* Get library version
|
|
217
|
+
* Get the library version
|
|
218
218
|
* @returns {string}
|
|
219
219
|
*/
|
|
220
|
-
export function
|
|
220
|
+
export function getVersion() {
|
|
221
221
|
let deferred1_0;
|
|
222
222
|
let deferred1_1;
|
|
223
223
|
try {
|
|
@@ -242,10 +242,10 @@ export function init() {
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
/**
|
|
245
|
-
* Get
|
|
245
|
+
* Get library version (alias)
|
|
246
246
|
* @returns {string}
|
|
247
247
|
*/
|
|
248
|
-
export function
|
|
248
|
+
export function version() {
|
|
249
249
|
let deferred1_0;
|
|
250
250
|
let deferred1_1;
|
|
251
251
|
try {
|
|
@@ -2209,7 +2209,7 @@ function __wbg_get_imports() {
|
|
|
2209
2209
|
const ret = getObject(arg0).getTime();
|
|
2210
2210
|
return ret;
|
|
2211
2211
|
};
|
|
2212
|
-
imports.wbg.
|
|
2212
|
+
imports.wbg.__wbg_log_416dbeafc33eeb04 = function(arg0, arg1) {
|
|
2213
2213
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2214
2214
|
};
|
|
2215
2215
|
imports.wbg.__wbg_new0_b0a0a38c201e6df5 = function() {
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|