@json-eval-rs/vanilla 0.0.58 → 0.0.59
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,13 +1,13 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Get the library version
|
|
5
|
-
*/
|
|
6
|
-
export function getVersion(): string;
|
|
7
3
|
/**
|
|
8
4
|
* Get library version (alias)
|
|
9
5
|
*/
|
|
10
6
|
export function version(): string;
|
|
7
|
+
/**
|
|
8
|
+
* Get the library version
|
|
9
|
+
*/
|
|
10
|
+
export function getVersion(): string;
|
|
11
11
|
/**
|
|
12
12
|
* Initialize the library (sets up panic hook)
|
|
13
13
|
*/
|
package/pkg/json_eval_rs.js
CHANGED
|
@@ -149,10 +149,10 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
149
149
|
return ptr;
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
|
-
* Get
|
|
152
|
+
* Get library version (alias)
|
|
153
153
|
* @returns {string}
|
|
154
154
|
*/
|
|
155
|
-
export function
|
|
155
|
+
export function version() {
|
|
156
156
|
let deferred1_0;
|
|
157
157
|
let deferred1_1;
|
|
158
158
|
try {
|
|
@@ -170,10 +170,10 @@ export function getVersion() {
|
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
/**
|
|
173
|
-
* Get library version
|
|
173
|
+
* Get the library version
|
|
174
174
|
* @returns {string}
|
|
175
175
|
*/
|
|
176
|
-
export function
|
|
176
|
+
export function getVersion() {
|
|
177
177
|
let deferred1_0;
|
|
178
178
|
let deferred1_1;
|
|
179
179
|
try {
|
|
@@ -2265,7 +2265,7 @@ function __wbg_get_imports() {
|
|
|
2265
2265
|
const ret = getObject(arg0).getTime();
|
|
2266
2266
|
return ret;
|
|
2267
2267
|
};
|
|
2268
|
-
imports.wbg.
|
|
2268
|
+
imports.wbg.__wbg_log_48189e6c2c18cf42 = function(arg0, arg1) {
|
|
2269
2269
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2270
2270
|
};
|
|
2271
2271
|
imports.wbg.__wbg_new0_b0a0a38c201e6df5 = function() {
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|