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 999dd76 commit bf9838aCopy full SHA for bf9838a
bun.lock
@@ -4,13 +4,13 @@
4
"": {
5
"name": "@flowscripter/example-cli",
6
"dependencies": {
7
- "@flowscripter/dynamic-cli-framework": "latest",
+ "@flowscripter/dynamic-cli-framework": "^1.0.3",
8
},
9
"devDependencies": {
10
- "@types/bun": "latest",
+ "@types/bun": "^1.2.4",
11
12
"peerDependencies": {
13
- "typescript": "latest",
+ "typescript": "^5.8.2",
14
15
16
package.json
@@ -2,7 +2,7 @@
2
3
"module": "index.ts",
"type": "module",
- "version": "0.0.0",
+ "version": "1.0.0",
"publishConfig": {
"access": "public"
0 commit comments