Skip to content

Commit 8d7517d

Browse files
chore(release): 1.0.9 [skip ci]
## [1.0.9](v1.0.8...v1.0.9) (2025-07-24) ### Bug Fixes * workflows and fmt ([#38](#38)) ([1de0fa5](1de0fa5))
1 parent 1de0fa5 commit 8d7517d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"": {
55
"name": "@flowscripter/example-cli",
66
"dependencies": {
7-
"@flowscripter/dynamic-cli-framework": "latest",
7+
"@flowscripter/dynamic-cli-framework": "^1.1.6",
88
},
99
"devDependencies": {
10-
"@types/bun": "latest",
10+
"@types/bun": "^1.2.17",
1111
},
1212
"peerDependencies": {
13-
"typescript": "latest",
13+
"typescript": "^5.8.3",
1414
},
1515
},
1616
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"module": "index.ts",
2121
"type": "module",
22-
"version": "1.0.8",
22+
"version": "1.0.9",
2323
"publishConfig": {
2424
"access": "public"
2525
},

0 commit comments

Comments
 (0)