@basicbenframework/core 0.1.9 → 0.1.10

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.
@@ -17,12 +17,9 @@ jobs:
17
17
  - name: Setup Node.js
18
18
  uses: actions/setup-node@v4
19
19
  with:
20
- node-version: '24'
20
+ node-version: '25'
21
21
  registry-url: 'https://registry.npmjs.org'
22
22
 
23
- - name: Install test dependencies
24
- run: npm install better-sqlite3
25
-
26
23
  - name: Run tests
27
24
  run: npm test
28
25
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basicbenframework/create",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Create a new BasicBen application",
5
5
  "type": "module",
6
6
  "bin": {
package/database.sqlite CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basicbenframework/core",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "A full-stack framework for React. Minimal dependencies, maximum clarity.",
5
5
  "author": "ctmakes",
6
6
  "repository": {
@@ -45,14 +45,12 @@
45
45
  "minimal"
46
46
  ],
47
47
  "license": "MIT",
48
- "dependencies": {
49
- "better-sqlite3": "^12.6.2"
50
- },
48
+ "dependencies": {},
51
49
  "peerDependencies": {
52
- "@vitejs/plugin-react": ">=5",
53
50
  "react": ">=18",
54
51
  "react-dom": ">=18",
55
- "vite": ">=7"
52
+ "vite": ">=7",
53
+ "@vitejs/plugin-react": ">=5"
56
54
  },
57
55
  "optionalDependencies": {
58
56
  "pg": ">=8"