Comparing version 0.0.3 to 0.0.4
@@ -21,3 +21,3 @@ // src/treetrunks.ts | ||
} else { | ||
const wildcard = Object.keys(subPaths).find((key) => key.startsWith(`\$`)); | ||
const wildcard = Object.keys(subPaths).find((key) => key.startsWith(`$`)); | ||
if (wildcard) { | ||
@@ -24,0 +24,0 @@ currentTreeNode = subPaths[wildcard]; |
{ | ||
"name": "treetrunks", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -12,2 +12,7 @@ "author": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jeremybanka/wayforge.git", | ||
"directory": "packages/treetrunks" | ||
}, | ||
"type": "module", | ||
@@ -20,6 +25,6 @@ "files": [ | ||
"devDependencies": { | ||
"concurrently": "9.0.1", | ||
"concurrently": "9.1.2", | ||
"rimraf": "6.0.1", | ||
"tsup": "8.3.0", | ||
"vitest": "2.1.3" | ||
"tsup": "8.3.6", | ||
"vitest": "3.0.4" | ||
}, | ||
@@ -31,3 +36,3 @@ "scripts": { | ||
"lint:biome": "biome check -- .", | ||
"lint:eslint": "eslint --flag unstable_ts_config -- .", | ||
"lint:eslint": "eslint -- .", | ||
"lint:types": "tsc --noEmit", | ||
@@ -34,0 +39,0 @@ "lint:types:watch": "tsc --watch --noEmit", |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9533
0