Skip to content

Commit bf9838a

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-03-11) ### Features * migrate to bun ([#1](#1)) ([999dd76](999dd76))
1 parent 999dd76 commit bf9838a

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.0.3",
88
},
99
"devDependencies": {
10-
"@types/bun": "latest",
10+
"@types/bun": "^1.2.4",
1111
},
1212
"peerDependencies": {
13-
"typescript": "latest",
13+
"typescript": "^5.8.2",
1414
},
1515
},
1616
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@flowscripter/example-cli",
33
"module": "index.ts",
44
"type": "module",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"publishConfig": {
77
"access": "public"
88
},

0 commit comments

Comments
 (0)