3 Commits

Author SHA1 Message Date
d2174260c1 Use bunx npm publish for trusted publishing
bun publish does not pick up the OIDC token for npm trusted publishing.

Co-authored-by: Ona <no-reply@ona.com>
2026-03-14 01:18:26 +00:00
2d75600913 Bump version to 0.2.0 (#5)
Breaking: JrxNode is now a union type (JrxElement | null | undefined),
isJrxNode renamed to isJrxElement.

Co-authored-by: Ona <no-reply@ona.com>
2026-03-14 01:11:45 +00:00
69a8a8fe67 Merge pull request #4 from kennethnym/jrx-node-null-undefined
Support null and undefined in JrxNode type
2026-03-14 01:10:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ jobs:
- run: bun test
- run: bun publish --access public --provenance
- run: bunx npm publish --provenance --access public
env:
NPM_CONFIG_REGISTRY: https://registry.npmjs.org

View File

@@ -1,6 +1,6 @@
{
"name": "@nym.sh/jrx",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"publishConfig": {
"access": "public"