@vxrn/url-parse 1.1.304 → 1.1.305

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.
@@ -25,7 +25,7 @@ __export(index_native_exports, {
25
25
  default: () => index_native_default
26
26
  });
27
27
  module.exports = __toCommonJS(index_native_exports);
28
- var import_query_string = __toESM(require("query-string"));
28
+ var import_query_string = __toESM(require("query-string"), 1);
29
29
  __reExport(index_native_exports, require("query-string"), module.exports);
30
30
  var index_native_default = import_query_string.default;
31
31
  // Annotate the CommonJS export names for ESM import in node:
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@vxrn/url-parse",
3
- "version": "1.1.304",
3
+ "version": "1.1.305",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
+ "type": "module",
6
7
  "types": "./types/index.d.ts",
7
8
  "main": "dist/cjs",
8
9
  "module": "dist/esm",