@json-eval-rs/node 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
|
@@ -143,10 +143,10 @@ function passArrayJsValueToWasm0(array, malloc) {
|
|
|
143
143
|
return ptr;
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
|
-
* Get
|
|
146
|
+
* Get library version (alias)
|
|
147
147
|
* @returns {string}
|
|
148
148
|
*/
|
|
149
|
-
exports.
|
|
149
|
+
exports.version = function() {
|
|
150
150
|
let deferred1_0;
|
|
151
151
|
let deferred1_1;
|
|
152
152
|
try {
|
|
@@ -164,10 +164,10 @@ exports.getVersion = function() {
|
|
|
164
164
|
};
|
|
165
165
|
|
|
166
166
|
/**
|
|
167
|
-
* Get library version
|
|
167
|
+
* Get the library version
|
|
168
168
|
* @returns {string}
|
|
169
169
|
*/
|
|
170
|
-
exports.
|
|
170
|
+
exports.getVersion = function() {
|
|
171
171
|
let deferred1_0;
|
|
172
172
|
let deferred1_1;
|
|
173
173
|
try {
|
|
@@ -2232,7 +2232,7 @@ exports.__wbg_getTime_6bb3f64e0f18f817 = function(arg0) {
|
|
|
2232
2232
|
return ret;
|
|
2233
2233
|
};
|
|
2234
2234
|
|
|
2235
|
-
exports.
|
|
2235
|
+
exports.__wbg_log_48189e6c2c18cf42 = function(arg0, arg1) {
|
|
2236
2236
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2237
2237
|
};
|
|
2238
2238
|
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|