5 Commits

Author SHA1 Message Date
9978667571 Merge pull request 'b' (#3) from b into main
Some checks failed
Push to main / publish (push) Failing after 11s
Reviewed-on: #3
2025-11-06 13:51:20 -07:00
66173ac4f7 b
All checks were successful
Pull request change / publish (pull_request) Successful in 10s
2025-11-06 13:51:00 -07:00
85fbdce1d5 Merge pull request 'a' (#2) from a into main
Some checks failed
Push to main / publish (push) Failing after 12s
Reviewed-on: #2
2025-11-06 13:43:30 -07:00
4ad844468f Merge branch 'main' into a
All checks were successful
Pull request change / publish (pull_request) Successful in 10s
2025-11-06 13:43:00 -07:00
2db58bec9e a
All checks were successful
Pull request change / publish (pull_request) Successful in 9s
2025-11-06 13:42:24 -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 uses: https://git.thorup.us/actions/npm_publish@v1
with: with:
npm_repo_key: ${{ secrets.NPM_REPO_KEY }} 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", "name": "interactor",
"version": "1.0.0", "version": "1.0.2",
"description": "Cross-element communications and state management utility.", "description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup", "author": "Bryce Thorup",
"type": "module", "type": "module",