@json-eval-rs/bundler 0.0.51 → 0.0.53
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
|
@@ -160,10 +160,10 @@ export function init() {
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
|
-
* Get library version
|
|
163
|
+
* Get the library version
|
|
164
164
|
* @returns {string}
|
|
165
165
|
*/
|
|
166
|
-
export function
|
|
166
|
+
export function getVersion() {
|
|
167
167
|
let deferred1_0;
|
|
168
168
|
let deferred1_1;
|
|
169
169
|
try {
|
|
@@ -181,10 +181,10 @@ export function version() {
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
-
* Get
|
|
184
|
+
* Get library version (alias)
|
|
185
185
|
* @returns {string}
|
|
186
186
|
*/
|
|
187
|
-
export function
|
|
187
|
+
export function version() {
|
|
188
188
|
let deferred1_0;
|
|
189
189
|
let deferred1_1;
|
|
190
190
|
try {
|
|
@@ -2115,7 +2115,7 @@ export function __wbg_getTime_6bb3f64e0f18f817(arg0) {
|
|
|
2115
2115
|
return ret;
|
|
2116
2116
|
};
|
|
2117
2117
|
|
|
2118
|
-
export function
|
|
2118
|
+
export function __wbg_log_a25927b9b22a6f57(arg0, arg1) {
|
|
2119
2119
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2120
2120
|
};
|
|
2121
2121
|
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|