@json-eval-rs/vanilla 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-eval-rs/vanilla",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
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",
@@ -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
  */
@@ -149,10 +149,10 @@ function passArrayJsValueToWasm0(array, malloc) {
149
149
  return ptr;
150
150
  }
151
151
  /**
152
- * Get the library version
152
+ * Get library version (alias)
153
153
  * @returns {string}
154
154
  */
155
- export function getVersion() {
155
+ export function version() {
156
156
  let deferred1_0;
157
157
  let deferred1_1;
158
158
  try {
@@ -170,10 +170,10 @@ export function getVersion() {
170
170
  }
171
171
 
172
172
  /**
173
- * Get library version (alias)
173
+ * Get the library version
174
174
  * @returns {string}
175
175
  */
176
- export function version() {
176
+ export function getVersion() {
177
177
  let deferred1_0;
178
178
  let deferred1_1;
179
179
  try {
@@ -2265,7 +2265,7 @@ function __wbg_get_imports() {
2265
2265
  const ret = getObject(arg0).getTime();
2266
2266
  return ret;
2267
2267
  };
2268
- imports.wbg.__wbg_log_9d6c7c5fbb0600aa = function(arg0, arg1) {
2268
+ imports.wbg.__wbg_log_48189e6c2c18cf42 = function(arg0, arg1) {
2269
2269
  console.log(getStringFromWasm0(arg0, arg1));
2270
2270
  };
2271
2271
  imports.wbg.__wbg_new0_b0a0a38c201e6df5 = function() {
Binary file