Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 09b8f00eed chore(release): publish
- @standardnotes/blocks-editor@1.7.0
 - @standardnotes/desktop@3.100.17
 - @standardnotes/icons@1.6.0
 - @standardnotes/mobile@3.46.27
 - @standardnotes/releases@1.3.253
 - @standardnotes/toast@1.3.11
 - @standardnotes/ui-services@1.14.2
 - @standardnotes/web@3.104.0
2022-11-19 15:17:36 +00:00

27 lines
655 B
JSON

{
"name": "@standardnotes/releases",
"version": "1.3.253",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"author": "Standard Notes.",
"description": "Standard Notes client release versions",
"engines": {
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"build": "yarn tsc && node src/build-json.mjs",
"version": "yarn build"
},
"devDependencies": {
"@standardnotes/desktop": "workspace:*",
"@standardnotes/mobile": "workspace:*",
"@standardnotes/web": "workspace:*",
"@types/node": "*",
"typescript": "*"
}
}