@json-eval-rs/bundler 0.0.41 → 0.0.42
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
CHANGED
package/pkg/json_eval_rs.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* Get library version (alias)
|
|
5
|
-
*/
|
|
6
|
-
export function version(): string;
|
|
7
3
|
/**
|
|
8
4
|
* Get the library version
|
|
9
5
|
*/
|
|
10
6
|
export function getVersion(): string;
|
|
7
|
+
/**
|
|
8
|
+
* Get library version (alias)
|
|
9
|
+
*/
|
|
10
|
+
export function version(): string;
|
|
11
11
|
/**
|
|
12
12
|
* Initialize the library (sets up panic hook)
|
|
13
13
|
*/
|
package/pkg/json_eval_rs_bg.js
CHANGED
|
@@ -218,10 +218,10 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
218
218
|
return ptr;
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
|
-
* Get library version
|
|
221
|
+
* Get the library version
|
|
222
222
|
* @returns {string}
|
|
223
223
|
*/
|
|
224
|
-
export function
|
|
224
|
+
export function getVersion() {
|
|
225
225
|
let deferred1_0;
|
|
226
226
|
let deferred1_1;
|
|
227
227
|
try {
|
|
@@ -239,10 +239,10 @@ export function version() {
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
/**
|
|
242
|
-
* Get
|
|
242
|
+
* Get library version (alias)
|
|
243
243
|
* @returns {string}
|
|
244
244
|
*/
|
|
245
|
-
export function
|
|
245
|
+
export function version() {
|
|
246
246
|
let deferred1_0;
|
|
247
247
|
let deferred1_1;
|
|
248
248
|
try {
|
|
@@ -2180,7 +2180,7 @@ export function __wbg_getTime_6bb3f64e0f18f817(arg0) {
|
|
|
2180
2180
|
return ret;
|
|
2181
2181
|
};
|
|
2182
2182
|
|
|
2183
|
-
export function
|
|
2183
|
+
export function __wbg_log_62e72d139037c704(arg0, arg1) {
|
|
2184
2184
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2185
2185
|
};
|
|
2186
2186
|
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|