diff --git a/.github/workflows/version-and-publish.yml b/.github/workflows/version-and-publish.yml index 576bce556..4c1f22af9 100644 --- a/.github/workflows/version-and-publish.yml +++ b/.github/workflows/version-and-publish.yml @@ -292,7 +292,6 @@ jobs: pnpm publish -r --no-git-checks --report-summary || echo "Publish failed, checking logs..." echo "npm publish summary:" cat publish-summary.json || echo "No NPM publish summary generated" - continue-on-error: true - name: Set up NPM config for GitHub Packages run: | @@ -317,4 +316,3 @@ jobs: rm .npmrc env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - continue-on-error: true diff --git a/packages/core/package.json b/packages/core/package.json index a97c7b0b7..b8213e383 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,6 +5,19 @@ "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "dist/index.d.ts", + "author": { + "name": "Turnkey", + "url": "https://turnkey.com/" + }, + "homepage": "https://github.com/tkhq/sdk", + "bugs": { + "url": "https://github.com/tkhq/sdk/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tkhq/sdk.git", + "directory": "packages/core" + }, "files": [ "dist", "README.md" diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 6d7f67dbe..d38c0f076 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -18,6 +18,10 @@ "name": "Turnkey", "url": "https://turnkey.com/" }, + "homepage": "https://github.com/tkhq/sdk", + "bugs": { + "url": "https://github.com/tkhq/sdk/issues" + }, "repository": { "type": "git", "url": "git+https://github.com/tkhq/sdk.git", diff --git a/packages/eip-1193-provider/package.json b/packages/eip-1193-provider/package.json index 41ee5b907..40f94800e 100644 --- a/packages/eip-1193-provider/package.json +++ b/packages/eip-1193-provider/package.json @@ -40,7 +40,7 @@ "repository": { "type": "git", "url": "git+https://github.com/tkhq/sdk.git", - "directory": "eip-1193-provider" + "directory": "packages/eip-1193-provider" }, "files": [ "dist/", diff --git a/packages/encoding/package.json b/packages/encoding/package.json index 157793fd2..ce9fe504d 100644 --- a/packages/encoding/package.json +++ b/packages/encoding/package.json @@ -18,6 +18,10 @@ "name": "Turnkey", "url": "https://turnkey.com/" }, + "homepage": "https://github.com/tkhq/sdk", + "bugs": { + "url": "https://github.com/tkhq/sdk/issues" + }, "repository": { "type": "git", "url": "git+https://github.com/tkhq/sdk.git", diff --git a/packages/gas-station/package.json b/packages/gas-station/package.json index d107e8ddb..95799d10e 100644 --- a/packages/gas-station/package.json +++ b/packages/gas-station/package.json @@ -12,6 +12,19 @@ "types": "./dist/index.d.ts" } }, + "author": { + "name": "Turnkey", + "url": "https://turnkey.com/" + }, + "homepage": "https://github.com/tkhq/sdk", + "bugs": { + "url": "https://github.com/tkhq/sdk/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tkhq/sdk.git", + "directory": "packages/gas-station" + }, "files": [ "dist" ], diff --git a/packages/react-native-wallet-kit/package.json b/packages/react-native-wallet-kit/package.json index f1b5440fd..c70e131a3 100644 --- a/packages/react-native-wallet-kit/package.json +++ b/packages/react-native-wallet-kit/package.json @@ -12,6 +12,19 @@ "types": "./dist/index.d.ts" } }, + "author": { + "name": "Turnkey", + "url": "https://turnkey.com/" + }, + "homepage": "https://github.com/tkhq/sdk", + "bugs": { + "url": "https://github.com/tkhq/sdk/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tkhq/sdk.git", + "directory": "packages/react-native-wallet-kit" + }, "files": [ "dist", "README.md" diff --git a/packages/react-wallet-kit/package.json b/packages/react-wallet-kit/package.json index 73659211f..3ce170cc8 100644 --- a/packages/react-wallet-kit/package.json +++ b/packages/react-wallet-kit/package.json @@ -13,6 +13,19 @@ }, "./styles.css": "./dist/styles.css" }, + "author": { + "name": "Turnkey", + "url": "https://turnkey.com/" + }, + "homepage": "https://github.com/tkhq/sdk", + "bugs": { + "url": "https://github.com/tkhq/sdk/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tkhq/sdk.git", + "directory": "packages/react-wallet-kit" + }, "files": [ "dist", "README.md"