@json-eval-rs/vanilla 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 +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
|
@@ -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.js
CHANGED
|
@@ -156,10 +156,10 @@ export function init() {
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
* Get library version
|
|
159
|
+
* Get the library version
|
|
160
160
|
* @returns {string}
|
|
161
161
|
*/
|
|
162
|
-
export function
|
|
162
|
+
export function getVersion() {
|
|
163
163
|
let deferred1_0;
|
|
164
164
|
let deferred1_1;
|
|
165
165
|
try {
|
|
@@ -177,10 +177,10 @@ export function version() {
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
/**
|
|
180
|
-
* Get
|
|
180
|
+
* Get library version (alias)
|
|
181
181
|
* @returns {string}
|
|
182
182
|
*/
|
|
183
|
-
export function
|
|
183
|
+
export function version() {
|
|
184
184
|
let deferred1_0;
|
|
185
185
|
let deferred1_1;
|
|
186
186
|
try {
|
|
@@ -2144,7 +2144,7 @@ function __wbg_get_imports() {
|
|
|
2144
2144
|
const ret = getObject(arg0).getTime();
|
|
2145
2145
|
return ret;
|
|
2146
2146
|
};
|
|
2147
|
-
imports.wbg.
|
|
2147
|
+
imports.wbg.__wbg_log_a25927b9b22a6f57 = function(arg0, arg1) {
|
|
2148
2148
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
2149
2149
|
};
|
|
2150
2150
|
imports.wbg.__wbg_new0_b0a0a38c201e6df5 = function() {
|
package/pkg/json_eval_rs_bg.wasm
CHANGED
|
Binary file
|