Release rolling / release (push) Failing after 1m32s
Entries + OTA — bin/bare-os-*.mjs + lib/bare-os-ota.mjs (pear-runtime, --no-updates / BARE_OS_OTA_DISABLE) Upgrade links on seeder/booter package.json Gitea rolling — .gitea/workflows/release-rolling.yml + scripts/gitea-rolling-release.sh (RELEASE_TOKEN) by-arch + pear-ci — scripts/pear-stage-by-arch.sh, ci/snapshot-*.json (PEAR_PRIMARY_KEY) pear run retired from npm/PM2/docs; see docs/BINARY-RELEASE.md
90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"name": "bare-os-seeder",
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0",
|
|
"description": "Pear/Bare seeder: publishes system Hyperdrive and MBR over Hyperswarm",
|
|
"type": "module",
|
|
"main": "./index.js",
|
|
"upgrade": "pear://1ycyj65xxgn6c5cirhtnm8aokkrpe9dzibriszyfkmfggc3opjzy",
|
|
"scripts": {
|
|
"start": "node ../../scripts/ensure-pear-node-modules.mjs packages/bare-os-seeder && bare index.js",
|
|
"dev": "node ../../scripts/ensure-pear-node-modules.mjs packages/bare-os-seeder && bare index.js",
|
|
"bin:dev": "bare ../../bin/bare-os-seeder.mjs --no-updates",
|
|
"test": "node --test test/*.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"b4a": "^1.6.7",
|
|
"bare-bundle-compile": "^1.2.2",
|
|
"bare-bundle-evaluate": "^2.0.0",
|
|
"bare-fs": "^4.6.0",
|
|
"bare-os": "^3.8.7",
|
|
"bare-os-protocol": "*",
|
|
"bare-path": "^3.0.0",
|
|
"bare-subprocess": "^5.2.3",
|
|
"compact-encoding": "^2.18.0",
|
|
"corestore": "^7.2.1",
|
|
"hyperdrive": "^13.3.2",
|
|
"hyperswarm": "^4.17.0",
|
|
"pear-appdrive": "^1.1.2",
|
|
"pear-build": "^1.1.0",
|
|
"pear-bundle": "^1.0.0",
|
|
"pear-ref": "^1.0.2",
|
|
"protomux": "^3.10.1",
|
|
"safety-catch": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"bare": ">=1.28.0"
|
|
},
|
|
"pear": {
|
|
"name": "bare-os-seeder",
|
|
"stage": {
|
|
"include": [
|
|
"node_modules",
|
|
"kernel"
|
|
],
|
|
"ignore": [
|
|
".git",
|
|
"test",
|
|
"coverage",
|
|
".DS_Store",
|
|
"node_modules/.bin",
|
|
"node_modules/.package-lock.json"
|
|
]
|
|
}
|
|
},
|
|
"imports": {
|
|
"#host-fs": {
|
|
"bare": "bare-fs",
|
|
"default": "fs"
|
|
},
|
|
"#host-path": {
|
|
"bare": "bare-path",
|
|
"default": "path"
|
|
},
|
|
"#host-fs-promises": {
|
|
"bare": "bare-fs/promises",
|
|
"default": "fs/promises"
|
|
},
|
|
"fs": {
|
|
"bare": "bare-fs",
|
|
"default": "fs"
|
|
},
|
|
"fs/promises": {
|
|
"bare": "bare-fs/promises",
|
|
"default": "fs/promises"
|
|
},
|
|
"path": {
|
|
"bare": "bare-path",
|
|
"default": "path"
|
|
},
|
|
"url": {
|
|
"bare": "bare-url",
|
|
"default": "node:url"
|
|
},
|
|
"node:url": {
|
|
"bare": "bare-url",
|
|
"default": "node:url"
|
|
}
|
|
}
|
|
}
|