create-tinybase 1.1.0 → 1.1.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-tinybase",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "author": "jamesgpearce",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "create-tinybase": "cli.js"
28
28
  },
29
29
  "dependencies": {
30
- "tinycreate": "^1.0.4"
30
+ "tinycreate": "^1.0.5"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=18.0.0"
Binary file
Binary file
@@ -27,13 +27,13 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  {{#list}}
30
- "vite": "^7.3.1"
30
+ "vite": "^8.0.0"
31
31
  {{#if typescript}}
32
32
  "typescript": "^5.9.3"
33
- "@types/node": "^25.3.5"
33
+ "@types/node": "^25.5.0"
34
34
  {{#if svelte}}
35
- "@tsconfig/svelte": "^5.0.5"
36
- "svelte-check": "^4.3.1"
35
+ "@tsconfig/svelte": "^5.0.8"
36
+ "svelte-check": "^4.4.5"
37
37
  {{/if}}
38
38
  {{#if react}}
39
39
  "@types/react": "^19.2.14"
@@ -41,17 +41,17 @@
41
41
  {{/if}}
42
42
  {{/if}}
43
43
  {{#if react}}
44
- "@vitejs/plugin-react": "^5.1.4"
44
+ "@vitejs/plugin-react": "^6.0.1"
45
45
  {{/if}}
46
46
  {{#if svelte}}
47
- "@sveltejs/vite-plugin-svelte": "^6.2.1"
48
- "svelte": "^5.53.11"
47
+ "@sveltejs/vite-plugin-svelte": "^7.0.0"
48
+ "svelte": "^5.54.0"
49
49
  {{/if}}
50
50
  {{#if persistSqlite}}
51
- "vite-plugin-static-copy": "^3.2.0"
51
+ "vite-plugin-static-copy": "^3.3.0"
52
52
  {{/if}}
53
53
  {{#if persistPglite}}
54
- "vite-plugin-static-copy": "^3.2.0"
54
+ "vite-plugin-static-copy": "^3.3.0"
55
55
  {{/if}}
56
56
  {{#if prettier}}
57
57
  "prettier": "^3.8.1"
@@ -59,7 +59,7 @@
59
59
  {{#if eslint}}
60
60
  "eslint": "^9.39.2"
61
61
  {{#if typescript}}
62
- "typescript-eslint": "^8.53.1"
62
+ "typescript-eslint": "^8.57.1"
63
63
  {{/if}}
64
64
  {{#if react}}
65
65
  "eslint-plugin-react": "7.37.5"
@@ -68,9 +68,9 @@
68
68
  {{/if}}
69
69
  {{/list}}
70
70
  },
71
- "dependencies": {
71
+ "dependencies": {
72
72
  {{#list}}
73
- "tinybase": "{{#if svelte}}beta{{else}}^8.0.0{{/if}}"
73
+ "tinybase": "{{#if svelte}}beta{{else}}^8.0.2{{/if}}"
74
74
  {{#if react}}
75
75
  "react": "^19.2.4"
76
76
  "react-dom": "^19.2.4"
@@ -79,10 +79,10 @@
79
79
  "reconnecting-websocket": "^4.4.0"
80
80
  {{/if}}
81
81
  {{#if persistSqlite}}
82
- "@sqlite.org/sqlite-wasm": "^3.51.2-build6"
82
+ "@sqlite.org/sqlite-wasm": "^3.51.2-build8"
83
83
  {{/if}}
84
84
  {{#if persistPglite}}
85
- "@electric-sql/pglite": "^0.3.15"
85
+ "@electric-sql/pglite": "^0.3.16"
86
86
  {{/if}}
87
87
  {{/list}}
88
88
  }
@@ -102,4 +102,4 @@
102
102
  {{#if typescript}}
103
103
  {{includeFile template="client/tsconfig.json.hbs" output="client/tsconfig.json"}}
104
104
  {{includeFile template="client/vite-env.d.ts.hbs" output="client/src/vite-env.d.ts"}}
105
- {{/if}}
105
+ {{/if}}
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  {{#list}}
25
- "tinybase": "^8.0.0"
25
+ "tinybase": "^8.0.2"
26
26
  {{#if (eq serverType "node")}}
27
27
  "ws": "^8.19.0"
28
28
  {{/if}}
@@ -33,7 +33,7 @@
33
33
  {{#if (eq serverType "node")}}
34
34
  "@types/ws": "^8.18.1"
35
35
  {{else}}
36
- "@cloudflare/workers-types": "^4.20260307.1"
36
+ "@cloudflare/workers-types": "^4.20260317.1"
37
37
  {{/if}}
38
38
  {{#if typescript}}
39
39
  "typescript": "^5.9.3"
@@ -42,7 +42,7 @@
42
42
  {{/if}}
43
43
  {{/if}}
44
44
  {{#if (eq serverType "durable-objects")}}
45
- "wrangler": "^4.71.0"
45
+ "wrangler": "^4.75.0"
46
46
  {{/if}}
47
47
  {{/list}}
48
48
  }