@vxrn/url-parse 1.1.304 → 1.1.306
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/dist/cjs/index.native.js +1 -1
- package/package.json +3 -2
package/dist/cjs/index.native.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.1.306",
|
|
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",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
"url-parse": "^1.5.10"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"@tamagui/build": "^1.114.
|
|
37
|
+
"@tamagui/build": "^1.114.3"
|
|
37
38
|
},
|
|
38
39
|
"publishConfig": {
|
|
39
40
|
"access": "public"
|