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 ad24229 commit 9bf0ae8Copy full SHA for 9bf0ae8
bun.lock
@@ -4,14 +4,14 @@
4
"": {
5
"name": "@flowscripter/example-plugin",
6
"dependencies": {
7
- "@flowscripter/dynamic-plugin-framework": "latest",
8
- "@flowscripter/example-plugin-api": "latest",
+ "@flowscripter/dynamic-plugin-framework": "^1.3.10",
+ "@flowscripter/example-plugin-api": "^1.0.2",
9
},
10
"devDependencies": {
11
- "@types/bun": "latest",
+ "@types/bun": "^1.2.4",
12
13
"peerDependencies": {
14
- "typescript": "latest",
+ "typescript": "^5.8.2",
15
16
17
package.json
@@ -2,7 +2,7 @@
2
3
"module": "index.ts",
"type": "module",
- "version": "1.0.1",
+ "version": "1.0.2",
"publishConfig": {
"access": "public"
0 commit comments