feat(release,build,tests): add automated multi-platform release pipeline and align runtime, model, and test updates
This commit is contained in:
68
npmextra.json
Normal file
68
npmextra.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"@git.zone/cli": {
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
},
|
||||
"projectType": "deno",
|
||||
"module": {
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "stack.gallery",
|
||||
"gitrepo": "registry",
|
||||
"description": "Enterprise-grade multi-protocol package registry",
|
||||
"npmPackagename": "@stack.gallery/registry",
|
||||
"license": "MIT"
|
||||
},
|
||||
"services": [
|
||||
"mongodb",
|
||||
"minio"
|
||||
]
|
||||
},
|
||||
"@git.zone/tsdeno": {
|
||||
"compileTargets": [
|
||||
{
|
||||
"name": "stack-gallery-registry-linux-x64",
|
||||
"entryPoint": "mod.ts",
|
||||
"outDir": "dist/binaries",
|
||||
"target": "x86_64-unknown-linux-gnu",
|
||||
"permissions": [
|
||||
"--allow-all"
|
||||
],
|
||||
"noCheck": true
|
||||
},
|
||||
{
|
||||
"name": "stack-gallery-registry-linux-arm64",
|
||||
"entryPoint": "mod.ts",
|
||||
"outDir": "dist/binaries",
|
||||
"target": "aarch64-unknown-linux-gnu",
|
||||
"permissions": [
|
||||
"--allow-all"
|
||||
],
|
||||
"noCheck": true
|
||||
},
|
||||
{
|
||||
"name": "stack-gallery-registry-macos-x64",
|
||||
"entryPoint": "mod.ts",
|
||||
"outDir": "dist/binaries",
|
||||
"target": "x86_64-apple-darwin",
|
||||
"permissions": [
|
||||
"--allow-all"
|
||||
],
|
||||
"noCheck": true
|
||||
},
|
||||
{
|
||||
"name": "stack-gallery-registry-macos-arm64",
|
||||
"entryPoint": "mod.ts",
|
||||
"outDir": "dist/binaries",
|
||||
"target": "aarch64-apple-darwin",
|
||||
"permissions": [
|
||||
"--allow-all"
|
||||
],
|
||||
"noCheck": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"@ship.zone/szci": {}
|
||||
}
|
||||
Reference in New Issue
Block a user