Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: read
id-token: write

jobs:
publish:
Expand All @@ -16,12 +17,9 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.12
- run: bun install --frozen-lockfile
- run: bun run check
- run: npm publish --workspaces --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --workspaces --access public --provenance
5 changes: 5 additions & 0 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.6.0",
"description": "UI-free Supabase Auth and entitlements wrapper for Pickforge apps.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickforge/pickforge-platform.git",
"directory": "packages/auth"
},
"type": "module",
"files": [
"dist"
Expand Down
5 changes: 5 additions & 0 deletions packages/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.6.0",
"description": "UI-free Stripe billing and credit-ledger helpers for Pickforge apps.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickforge/pickforge-platform.git",
"directory": "packages/billing"
},
"type": "module",
"files": [
"dist"
Expand Down
5 changes: 5 additions & 0 deletions packages/brand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.6.0",
"description": "Pickforge CSS tokens, fonts, reset, and primitives.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickforge/pickforge-platform.git",
"directory": "packages/brand"
},
"type": "module",
"sideEffects": [
"**/*.css"
Expand Down
5 changes: 5 additions & 0 deletions packages/edge-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.6.0",
"description": "Deno-compatible shared helpers for Pickforge Edge Functions.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickforge/pickforge-platform.git",
"directory": "packages/edge-shared"
},
"type": "module",
"files": [
"dist"
Expand Down
5 changes: 5 additions & 0 deletions packages/flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.6.0",
"description": "UI-free feature-flag registry for release gating in Pickforge apps.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickforge/pickforge-platform.git",
"directory": "packages/flags"
},
"type": "module",
"files": [
"dist"
Expand Down
5 changes: 5 additions & 0 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.6.0",
"description": "UI-free settings sync helpers for Pickforge apps.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickforge/pickforge-platform.git",
"directory": "packages/sync"
},
"type": "module",
"files": [
"dist"
Expand Down
5 changes: 5 additions & 0 deletions packages/tauri-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.6.0",
"description": "Signed Tauri release and updater-feed automation for Pickforge apps.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pickforge/pickforge-platform.git",
"directory": "packages/tauri-release"
},
"type": "module",
"bin": {
"pickforge-tauri-release": "dist/cli.js"
Expand Down