@json-eval-rs/bundler 0.0.38 → 0.0.39
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
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
* Initialize the library (sets up panic hook)
|
|
5
5
|
*/
|
|
6
6
|
export function init(): void;
|
|
7
|
-
/**
|
|
8
|
-
* Get library version (alias)
|
|
9
|
-
*/
|
|
10
|
-
export function version(): string;
|
|
11
7
|
/**
|
|
12
8
|
* Get the library version
|
|
13
9
|
*/
|
|
14
10
|
export function getVersion(): string;
|
|
11
|
+
/**
|
|
12
|
+
* Get library version (alias)
|
|
13
|
+
*/
|
|
14
|
+
export function version(): string;
|
|
15
15
|
/**
|
|
16
16
|
* WebAssembly wrapper for JSONEval
|
|
17
17
|
*/
|
package/pkg/json_eval_rs_bg.js
CHANGED
|
@@ -225,10 +225,10 @@ export function init() {
|
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
|
-
* Get library version
|
|
228
|
+
* Get the library version
|
|
229
229
|
* @returns {string}
|
|
230
230
|
*/
|
|
231
|
-
export function
|
|
231
|
+
export function getVersion() {
|
|
232
232
|
let deferred1_0;
|
|
233
233
|
let deferred1_1;
|
|
234
234
|
try {
|
|
@@ -246,10 +246,10 @@ export function version() {
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
/**
|
|
249
|
-
* Get
|
|
249
|
+
* Get library version (alias)
|
|
250
250
|
* @returns {string}
|
|
251
251
|
*/
|
|
252
|
-
export function
|
|
252
|
+
export function version() {
|
|
253
253
|
let deferred1_0;
|
|
254
254
|
let deferred1_1;
|
|
255
255
|
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_4ac5f43df80ec30a(arg0, arg1) {
|
|
2184
2184
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2185
2185
|
};
|
|
2186
2186
|
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|