Merge pull request 'b' (#3) from b into main

Reviewed-on: #3
This commit is contained in:
2025-11-06 13:51:20 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ jobs:
uses: https://git.thorup.us/actions/npm_publish@v1
with:
npm_repo_key: ${{ secrets.NPM_REPO_KEY }}
npm_repo_domain: "npm.thorup.us"
npm_repo_domain: ${{ variables.NPM_REPO_DOMAIN }}

View File

@@ -1,6 +1,6 @@
{
"name": "interactor",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup",
"type": "module",