@json-eval-rs/bundler 0.0.65 → 0.0.66
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 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_bg.js
CHANGED
|
@@ -153,10 +153,10 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
153
153
|
return ptr;
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
|
-
* Get
|
|
156
|
+
* Get library version (alias)
|
|
157
157
|
* @returns {string}
|
|
158
158
|
*/
|
|
159
|
-
export function
|
|
159
|
+
export function version() {
|
|
160
160
|
let deferred1_0;
|
|
161
161
|
let deferred1_1;
|
|
162
162
|
try {
|
|
@@ -174,10 +174,10 @@ export function getVersion() {
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
/**
|
|
177
|
-
* Get library version
|
|
177
|
+
* Get the library version
|
|
178
178
|
* @returns {string}
|
|
179
179
|
*/
|
|
180
|
-
export function
|
|
180
|
+
export function getVersion() {
|
|
181
181
|
let deferred1_0;
|
|
182
182
|
let deferred1_1;
|
|
183
183
|
try {
|
|
@@ -2236,7 +2236,7 @@ export function __wbg_getTime_6bb3f64e0f18f817(arg0) {
|
|
|
2236
2236
|
return ret;
|
|
2237
2237
|
};
|
|
2238
2238
|
|
|
2239
|
-
export function
|
|
2239
|
+
export function __wbg_log_0c12a431c8f8be54(arg0, arg1) {
|
|
2240
2240
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2241
2241
|
};
|
|
2242
2242
|
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|