(feat): migrate bun to pnpm
(feat): some mtp stuff (wip): electron app tray
This commit is contained in:
parent
69149b73bd
commit
82a483d7ab
39 changed files with 10109 additions and 2429 deletions
|
|
@ -3,11 +3,11 @@
|
|||
"specVersion": "1.5",
|
||||
"version": 1,
|
||||
"metadata": {
|
||||
"timestamp": "2026-07-02T17:59:19.433Z",
|
||||
"timestamp": "2026-07-03T19:50:00.640Z",
|
||||
"tools": [
|
||||
{
|
||||
"vendor": "OpenAI",
|
||||
"name": "custom bun license generator"
|
||||
"name": "custom pnpm license generator"
|
||||
}
|
||||
],
|
||||
"component": {
|
||||
|
|
@ -4675,6 +4675,76 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/vitest@4.1.9",
|
||||
"name": "vitest",
|
||||
"version": "4.1.9",
|
||||
"purl": "pkg:npm/vitest@4.1.9",
|
||||
"description": "Next generation testing framework powered by Vite",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "MIT"
|
||||
}
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "website",
|
||||
"url": "https://vitest.dev"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git+https://github.com/vitest-dev/vitest.git"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/vitest@4.1.9"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
"value": "node_modules/vitest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/yaml@2.9.0",
|
||||
"name": "yaml",
|
||||
"version": "2.9.0",
|
||||
"purl": "pkg:npm/yaml@2.9.0",
|
||||
"description": "JavaScript parser and stringifier for YAML",
|
||||
"licenses": [
|
||||
{
|
||||
"license": {
|
||||
"id": "ISC"
|
||||
}
|
||||
}
|
||||
],
|
||||
"externalReferences": [
|
||||
{
|
||||
"type": "website",
|
||||
"url": "https://eemeli.org/yaml/"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "github:eemeli/yaml"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "local:licenseFolder",
|
||||
"value": "licenses/yaml@2.9.0"
|
||||
},
|
||||
{
|
||||
"name": "local:sourcePackageDir",
|
||||
"value": "node_modules/yaml"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "library",
|
||||
"bomRef": "pkg:npm/yargs@15.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue