atomism 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -199,11 +199,11 @@ executionError('Runtime failure') // Execution error
199
199
 
200
200
  ## Documentation
201
201
 
202
- Full documentation: https://trust-will.github.io/atomic-explore/
202
+ Full documentation: https://github.com/roach88/atomism
203
203
 
204
204
  ## Requirements
205
205
 
206
- - Node.js 18+
206
+ - Node.js 20+
207
207
 
208
208
  ## License
209
209
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atomism",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Schema-first agent swarm orchestration framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",