feat(cordis): add repository package cache

This commit is contained in:
Tianyi Cui
2026-07-30 03:45:49 +08:00
parent f941ba1b5f
commit fd4d369907
14 changed files with 482 additions and 6 deletions
+7 -1
View File
@@ -11,11 +11,16 @@
"types": "./lib/types/index.d.ts",
"default": "./lib/index.js"
},
"./repository": {
"types": "./lib/types/repository.d.ts",
"default": "./lib/repository.js"
},
"./src/*": "./src/*",
"./package.json": "./package.json"
},
"files": [
"lib/index.js",
"lib/repository.js",
"lib/types/**/*.d.ts",
"lib/types/**/*.d.ts.map",
"src"
@@ -32,6 +37,7 @@
}
},
"dependencies": {
"cosmokit": "^1.8.1"
"cosmokit": "^1.8.1",
"pnpm": "11.7.0"
}
}