@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-eval-rs/vanilla",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
4
4
  "description": "JSON Eval RS for direct browser usage (vanilla JS) or manual WASM loading (Next.js Turbopack compat)",
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
  */
@@ -156,10 +156,10 @@ export function init() {
156
156
  }
157
157
 
158
158
  /**
159
- * Get library version (alias)
159
+ * Get the library version
160
160
  * @returns {string}
161
161
  */
162
- export function version() {
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 the library version
180
+ * Get library version (alias)
181
181
  * @returns {string}
182
182
  */
183
- export function getVersion() {
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.__wbg_log_666b2da75615e164 = function(arg0, arg1) {
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() {
Binary file