@json-eval-rs/node 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-eval-rs/node",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "JSON Eval RS for Node.js and Server-Side Rendering with ergonomic API",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -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
  */
@@ -215,10 +215,10 @@ exports.init = function() {
215
215
  };
216
216
 
217
217
  /**
218
- * Get library version (alias)
218
+ * Get the library version
219
219
  * @returns {string}
220
220
  */
221
- exports.version = function() {
221
+ exports.getVersion = function() {
222
222
  let deferred1_0;
223
223
  let deferred1_1;
224
224
  try {
@@ -236,10 +236,10 @@ exports.version = function() {
236
236
  };
237
237
 
238
238
  /**
239
- * Get the library version
239
+ * Get library version (alias)
240
240
  * @returns {string}
241
241
  */
242
- exports.getVersion = function() {
242
+ exports.version = function() {
243
243
  let deferred1_0;
244
244
  let deferred1_1;
245
245
  try {
@@ -2176,7 +2176,7 @@ exports.__wbg_getTime_6bb3f64e0f18f817 = function(arg0) {
2176
2176
  return ret;
2177
2177
  };
2178
2178
 
2179
- exports.__wbg_log_796ccd14a9e76512 = function(arg0, arg1) {
2179
+ exports.__wbg_log_4ac5f43df80ec30a = function(arg0, arg1) {
2180
2180
  console.log(getStringFromWasm0(arg0, arg1));
2181
2181
  };
2182
2182
 
Binary file