We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c2bdc commit 134369fCopy full SHA for 134369f
bun.lock
@@ -4,14 +4,14 @@
4
"": {
5
"name": "@flowscripter/example-host-application",
6
"dependencies": {
7
- "@flowscripter/dynamic-plugin-framework": "latest",
8
- "@flowscripter/example-plugin-api": "latest",
+ "@flowscripter/dynamic-plugin-framework": "^1.3.18",
+ "@flowscripter/example-plugin-api": "^1.0.8",
9
},
10
"devDependencies": {
11
- "@types/bun": "latest",
+ "@types/bun": "^1.2.10",
12
13
"peerDependencies": {
14
- "typescript": "latest",
+ "typescript": "^5.8.3",
15
16
17
package.json
@@ -19,7 +19,7 @@
19
],
20
"module": "index.ts",
21
"type": "module",
22
- "version": "1.0.0",
+ "version": "1.0.1",
23
"publishConfig": {
24
"access": "public"
25
0 commit comments