create-oke 0.13.0 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-oke",
3
- "version": "0.13.0",
3
+ "version": "0.14.1",
4
4
  "description": "Scaffold an okengine app — bunx create-oke@latest <name>",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,6 +32,6 @@
32
32
  "typescript": "^7.0.2"
33
33
  },
34
34
  "engines": {
35
- "bun": ">=1.3.14"
35
+ "bun": ">=1.4.0"
36
36
  }
37
37
  }
@@ -15,7 +15,7 @@ jobs:
15
15
  - uses: actions/checkout@v6
16
16
  - uses: oven-sh/setup-bun@v2.2.0
17
17
  with:
18
- bun-version: latest
18
+ bun-version: "1.4.0"
19
19
  - name: Install
20
20
  run: bun install
21
21
  - name: Typecheck
@@ -15,7 +15,7 @@ jobs:
15
15
  - uses: actions/checkout@v6
16
16
  - uses: oven-sh/setup-bun@v2.2.0
17
17
  with:
18
- bun-version: latest
18
+ bun-version: "1.4.0"
19
19
  - name: Install
20
20
  run: bun install
21
21
  - name: Typecheck