chore: update package version to 0.1.2 and modify homepage URL in package.json; remove development and publishing sections from README

This commit is contained in:
Mo Elzubeir
2026-05-29 16:11:43 -05:00
parent 7b5900ba0e
commit 49a4401eea
3 changed files with 2 additions and 41 deletions
-11
View File
@@ -262,14 +262,3 @@ pnpm test
pnpm typecheck
pnpm build
```
Publishing:
Preferred publish path is the release workflow, which runs with npm provenance from CI. Before publishing, verify npm authentication and `@socialhose` scope access:
```bash
npm whoami
npm publish --dry-run --access public --provenance
```
For the actual release, publish from CI with provenance enabled. If you must publish locally, first confirm whether npm provenance is supported in that environment.
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@socialhose/api",
"version": "0.1.0",
"version": "0.1.2",
"description": "TypeScript SDK for the Socialhose Public API.",
"license": "MIT",
"author": "Socialhose",
@@ -12,7 +12,7 @@
"url": "git+ssh://git@git.elzubeir.com/socialhose/sdk.git",
"directory": "sdks/javascript"
},
"homepage": "https://socialhose.net",
"homepage": "https://git.elzubeir.com/socialhose/sdk",
"files": [
"dist",
"docs",