@gesslar/actioneer 1.0.2 → 1.0.4

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 (1) hide show
  1. package/package.json +10 -11
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gesslar/actioneer",
3
3
  "description": "The best action pipeline thingie this side of Tatooine, or your money back.",
4
4
  "author": "gesslar",
5
- "version": "1.0.2",
5
+ "version": "1.0.4",
6
6
  "license": "Unlicense",
7
7
  "homepage": "https://github.com/gesslar/toolkit#readme",
8
8
  "repository": {
@@ -19,7 +19,6 @@
19
19
  "composition",
20
20
  "lasagna"
21
21
  ],
22
- "packageManager": "pnpm@10.26.2",
23
22
  "main": "./src/index.js",
24
23
  "type": "module",
25
24
  "exports": {
@@ -37,6 +36,14 @@
37
36
  "engines": {
38
37
  "node": ">=22"
39
38
  },
39
+ "dependencies": {
40
+ "@gesslar/toolkit": "^3.0.1"
41
+ },
42
+ "devDependencies": {
43
+ "@gesslar/uglier": "^0.0.9",
44
+ "eslint": "^9.39.2",
45
+ "typescript": "^5.9.3"
46
+ },
40
47
  "scripts": {
41
48
  "lint": "eslint src/",
42
49
  "lint:fix": "eslint src/ --fix",
@@ -46,13 +53,5 @@
46
53
  "test": "node --test tests/unit/*.test.js",
47
54
  "test:unit": "node --test tests/unit/*.test.js",
48
55
  "pr": "gt submit --publish --restack --ai"
49
- },
50
- "dependencies": {
51
- "@gesslar/toolkit": "^3.0.1"
52
- },
53
- "devDependencies": {
54
- "@gesslar/uglier": "^0.0.9",
55
- "eslint": "^9.39.2",
56
- "typescript": "^5.9.3"
57
56
  }
58
- }
57
+ }