@markjaquith/agency 0.7.0 → 0.7.1
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.
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markjaquith/agency",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Manages personal agents files",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Mark Jaquith",
|
|
@@ -20,9 +20,6 @@
|
|
|
20
20
|
"knip": "knip --production",
|
|
21
21
|
"pushable": "./scripts/pushable",
|
|
22
22
|
"check-commit-msg": "./scripts/check-commit-msg",
|
|
23
|
-
"changeset": "changeset",
|
|
24
|
-
"version": "changeset version",
|
|
25
|
-
"release": "bun run build && changeset publish --provenance",
|
|
26
23
|
"build": "bun build cli.ts --outdir dist --target node --minify"
|
|
27
24
|
},
|
|
28
25
|
"exports": {
|
|
@@ -46,7 +43,6 @@
|
|
|
46
43
|
"personal-agents"
|
|
47
44
|
],
|
|
48
45
|
"devDependencies": {
|
|
49
|
-
"@changesets/cli": "^2.29.8",
|
|
50
46
|
"@types/bun": "latest",
|
|
51
47
|
"knip": "^5.70.1",
|
|
52
48
|
"prettier": "^3.6.2"
|
|
@@ -65,5 +61,11 @@
|
|
|
65
61
|
},
|
|
66
62
|
"trustedDependencies": [
|
|
67
63
|
"@triggi/native-exec"
|
|
68
|
-
]
|
|
64
|
+
],
|
|
65
|
+
"publishConfig": {
|
|
66
|
+
"registry": "https://registry.npmjs.org/",
|
|
67
|
+
"tag": "latest",
|
|
68
|
+
"access": "public",
|
|
69
|
+
"provenance": true
|
|
70
|
+
}
|
|
69
71
|
}
|