1.0.4 #5

Merged
bryce merged 2 commits from 1.0.4 into main 2025-11-06 14:19:07 -07:00
2 changed files with 24 additions and 1 deletions
Showing only changes of commit 020299f82a - Show all commits

20
package-lock.json generated Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "interactor",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "interactor",
"version": "1.0.4",
"dependencies": {
"stream": "^1.0.0"
}
},
"node_modules/stream": {
"version": "1.0.0",
"resolved": "https://git.thorup.us/api/packages/bryce/npm/stream/-/1.0.0/stream-1.0.0.tgz",
"integrity": "sha512-JGDjmgbnZcPCiQUxsboU7UufAryyivajDR3sCD790N/xfGpzlfl7OpPXf7EodDc43ojE+8dU8c3MOGbsH/Er4g=="
}
}
}

View File

@@ -4,5 +4,8 @@
"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",
"main": "index.js" "main": "index.js",
"dependencies": {
"stream": "^1.0.0"
}
} }