From 49a4401eea84a3e2f531be0a24498850a4bce0fb Mon Sep 17 00:00:00 2001 From: Mo Elzubeir Date: Fri, 29 May 2026 16:11:43 -0500 Subject: [PATCH] chore: update package version to 0.1.2 and modify homepage URL in package.json; remove development and publishing sections from README --- README.md | 28 ---------------------------- sdks/javascript/README.md | 11 ----------- sdks/javascript/package.json | 4 ++-- 3 files changed, 2 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 68286c8..b85b065 100644 --- a/README.md +++ b/README.md @@ -73,31 +73,3 @@ Documentation lives with the package: - [Entity analytics](./sdks/javascript/docs/ENTITY_ANALYTICS.md) - [Caching and retries](./sdks/javascript/docs/CACHING_AND_RETRIES.md) - [Examples](./sdks/javascript/examples) - -## Development - -Use pnpm 9.x. - -```bash -pnpm install -pnpm test -pnpm typecheck -pnpm build -``` - -On machines where Corepack's pnpm shim is broken, use: - -```bash -npx --yes pnpm@9.15.0 install -npx --yes pnpm@9.15.0 test -``` - -## Publishing JavaScript SDK - -```bash -cd sdks/javascript -pnpm test -pnpm typecheck -pnpm build -npm publish --access public --provenance -``` diff --git a/sdks/javascript/README.md b/sdks/javascript/README.md index d471720..f036e5e 100644 --- a/sdks/javascript/README.md +++ b/sdks/javascript/README.md @@ -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. diff --git a/sdks/javascript/package.json b/sdks/javascript/package.json index 59cada1..a3f6c05 100644 --- a/sdks/javascript/package.json +++ b/sdks/javascript/package.json @@ -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",