@eldrforge/tree-execution 0.1.3 → 0.1.5

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -4
  3. package/package.json +8 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Calen Varek
3
+ Copyright (c) 2025 Tim O'Brien
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1525,7 +1525,7 @@ Contributions are welcome! Please follow these guidelines:
1525
1525
 
1526
1526
  ```bash
1527
1527
  # Setup development environment
1528
- git clone https://github.com/calenvarek/tree-execution.git
1528
+ git clone https://github.com/grunnverk/tree-execution.git
1529
1529
  cd tree-execution
1530
1530
  npm install
1531
1531
 
@@ -1554,12 +1554,12 @@ npm run lint
1554
1554
 
1555
1555
  ## License
1556
1556
 
1557
- MIT © Calen Varek
1557
+ MIT © Tim O'Brien
1558
1558
 
1559
1559
  ## Links
1560
1560
 
1561
- - **GitHub**: https://github.com/calenvarek/tree-execution
1562
- - **Issues**: https://github.com/calenvarek/tree-execution/issues
1561
+ - **GitHub**: https://github.com/grunnverk/tree-execution
1562
+ - **Issues**: https://github.com/grunnverk/tree-execution/issues
1563
1563
  - **npm**: https://www.npmjs.com/package/@eldrforge/tree-execution
1564
1564
 
1565
1565
  ## Related Projects
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/tree-execution",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Parallel execution framework and tree orchestration for monorepo workflows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,20 +24,20 @@
24
24
  "recovery",
25
25
  "checkpoint"
26
26
  ],
27
- "author": "Calen Varek <calenvarek@gmail.com>",
27
+ "author": "Tim O'Brien <tobrien@discursive.com>",
28
28
  "license": "MIT",
29
29
  "repository": {
30
30
  "type": "git",
31
- "url": "git+https://github.com/calenvarek/tree-execution.git"
31
+ "url": "git+https://github.com/grunnverk/tree-execution.git"
32
32
  },
33
33
  "bugs": {
34
- "url": "https://github.com/calenvarek/tree-execution/issues"
34
+ "url": "https://github.com/grunnverk/tree-execution/issues"
35
35
  },
36
- "homepage": "https://github.com/calenvarek/tree-execution#readme",
36
+ "homepage": "https://github.com/grunnverk/tree-execution#readme",
37
37
  "dependencies": {
38
- "@eldrforge/tree-core": "^0.1.3",
39
- "@eldrforge/git-tools": "^0.1.15",
40
- "@eldrforge/shared": "^0.1.4"
38
+ "@eldrforge/tree-core": "^0.1.5",
39
+ "@eldrforge/git-tools": "^0.1.16",
40
+ "@eldrforge/shared": "^0.1.6"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@eslint/eslintrc": "^3.2.0",