Skip to content

Commit 134369f

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2025-04-22) ### Bug Fixes * remove API doc references ([#5](#5)) ([36c2bdc](36c2bdc))
1 parent 36c2bdc commit 134369f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"": {
55
"name": "@flowscripter/example-host-application",
66
"dependencies": {
7-
"@flowscripter/dynamic-plugin-framework": "latest",
8-
"@flowscripter/example-plugin-api": "latest",
7+
"@flowscripter/dynamic-plugin-framework": "^1.3.18",
8+
"@flowscripter/example-plugin-api": "^1.0.8",
99
},
1010
"devDependencies": {
11-
"@types/bun": "latest",
11+
"@types/bun": "^1.2.10",
1212
},
1313
"peerDependencies": {
14-
"typescript": "latest",
14+
"typescript": "^5.8.3",
1515
},
1616
},
1717
},

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.0",
22+
"version": "1.0.1",
2323
"publishConfig": {
2424
"access": "public"
2525
},

0 commit comments

Comments
 (0)