@json-eval-rs/node 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-eval-rs/node",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
4
4
  "description": "JSON Eval RS for Node.js and Server-Side Rendering with ergonomic API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/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
  */
@@ -150,10 +150,10 @@ exports.init = function() {
150
150
  };
151
151
 
152
152
  /**
153
- * Get library version (alias)
153
+ * Get the library version
154
154
  * @returns {string}
155
155
  */
156
- exports.version = function() {
156
+ exports.getVersion = function() {
157
157
  let deferred1_0;
158
158
  let deferred1_1;
159
159
  try {
@@ -171,10 +171,10 @@ exports.version = function() {
171
171
  };
172
172
 
173
173
  /**
174
- * Get the library version
174
+ * Get library version (alias)
175
175
  * @returns {string}
176
176
  */
177
- exports.getVersion = function() {
177
+ exports.version = function() {
178
178
  let deferred1_0;
179
179
  let deferred1_1;
180
180
  try {
@@ -2111,7 +2111,7 @@ exports.__wbg_getTime_6bb3f64e0f18f817 = function(arg0) {
2111
2111
  return ret;
2112
2112
  };
2113
2113
 
2114
- exports.__wbg_log_666b2da75615e164 = function(arg0, arg1) {
2114
+ exports.__wbg_log_a25927b9b22a6f57 = function(arg0, arg1) {
2115
2115
  console.log(getStringFromWasm0(arg0, arg1));
2116
2116
  };
2117
2117
 
Binary file