@json-eval-rs/bundler 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/bundler",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
4
4
  "description": "JSON Eval RS for bundlers (Webpack, Vite, Next.js, etc.) 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
  */
@@ -160,10 +160,10 @@ export function init() {
160
160
  }
161
161
 
162
162
  /**
163
- * Get library version (alias)
163
+ * Get the library version
164
164
  * @returns {string}
165
165
  */
166
- export function version() {
166
+ export function getVersion() {
167
167
  let deferred1_0;
168
168
  let deferred1_1;
169
169
  try {
@@ -181,10 +181,10 @@ export function version() {
181
181
  }
182
182
 
183
183
  /**
184
- * Get the library version
184
+ * Get library version (alias)
185
185
  * @returns {string}
186
186
  */
187
- export function getVersion() {
187
+ export function version() {
188
188
  let deferred1_0;
189
189
  let deferred1_1;
190
190
  try {
@@ -2115,7 +2115,7 @@ export function __wbg_getTime_6bb3f64e0f18f817(arg0) {
2115
2115
  return ret;
2116
2116
  };
2117
2117
 
2118
- export function __wbg_log_666b2da75615e164(arg0, arg1) {
2118
+ export function __wbg_log_a25927b9b22a6f57(arg0, arg1) {
2119
2119
  console.log(getStringFromWasm0(arg0, arg1));
2120
2120
  };
2121
2121
 
Binary file