@vxrn/utils
Advanced tools
Comparing version 1.1.396 to 1.1.397
@@ -14,2 +14,4 @@ var __defProp = Object.defineProperty; | ||
module.exports = __toCommonJS(index_exports); | ||
__reExport(index_exports, require("@vxrn/debug"), module.exports); | ||
__reExport(index_exports, require("@vxrn/resolve"), module.exports); | ||
__reExport(index_exports, require("./mustReplace"), module.exports); | ||
@@ -16,0 +18,0 @@ __reExport(index_exports, require("./detectPackageManager"), module.exports); |
@@ -15,2 +15,4 @@ "use strict"; | ||
module.exports = __toCommonJS(index_exports); | ||
__reExport(index_exports, require("@vxrn/debug"), module.exports); | ||
__reExport(index_exports, require("@vxrn/resolve"), module.exports); | ||
__reExport(index_exports, require("./mustReplace"), module.exports); | ||
@@ -21,2 +23,4 @@ __reExport(index_exports, require("./detectPackageManager"), module.exports); | ||
0 && (module.exports = { | ||
...require("@vxrn/debug"), | ||
...require("@vxrn/resolve"), | ||
...require("./mustReplace"), | ||
@@ -23,0 +27,0 @@ ...require("./detectPackageManager"), |
@@ -0,1 +1,3 @@ | ||
export * from "@vxrn/debug"; | ||
export * from "@vxrn/resolve"; | ||
export * from "./mustReplace"; | ||
@@ -2,0 +4,0 @@ export * from "./detectPackageManager"; |
@@ -0,1 +1,3 @@ | ||
export * from "@vxrn/debug"; | ||
export * from "@vxrn/resolve"; | ||
export * from "./mustReplace"; | ||
@@ -2,0 +4,0 @@ export * from "./detectPackageManager"; |
{ | ||
"name": "@vxrn/utils", | ||
"version": "1.1.396", | ||
"version": "1.1.397", | ||
"sideEffects": false, | ||
@@ -30,6 +30,10 @@ "type": "module", | ||
"lint": "npx biome check src", | ||
"lint:fix": "npx biome check --apply-unsafe src", | ||
"lint:fix": "npx biome check --write --unsafe src", | ||
"clean": "tamagui-build clean", | ||
"clean:build": "tamagui-build clean:build" | ||
}, | ||
"dependencies": { | ||
"@vxrn/debug": "1.1.397", | ||
"@vxrn/resolve": "1.1.397" | ||
}, | ||
"devDependencies": { | ||
@@ -36,0 +40,0 @@ "@tamagui/build": "^1.121.8" |
@@ -0,3 +1,6 @@ | ||
export * from '@vxrn/debug' | ||
export * from '@vxrn/resolve' | ||
export * from './mustReplace' | ||
export * from './detectPackageManager' | ||
export * from './exec' |
@@ -0,1 +1,3 @@ | ||
export * from '@vxrn/debug'; | ||
export * from '@vxrn/resolve'; | ||
export * from './mustReplace'; | ||
@@ -2,0 +4,0 @@ export * from './detectPackageManager'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
62124
1078
2
+ Added@vxrn/debug@1.1.397
+ Added@vxrn/resolve@1.1.397
+ Added@vxrn/debug@1.1.397(transitive)
+ Added@vxrn/resolve@1.1.397(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)