create-baresync 0.2.1 → 0.2.2

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.
@@ -8,7 +8,7 @@
8
8
  "tauri:dev": "tauri dev"
9
9
  },
10
10
  "dependencies": {
11
- "baresync": "^0.2.0",
11
+ "baresync": "^0.2.1",
12
12
  "drizzle-orm": "^0.45.2"
13
13
  },
14
14
  "devDependencies": {
@@ -9,7 +9,7 @@
9
9
  "typecheck": "bun x tsc -p tsconfig.json --noEmit"
10
10
  },
11
11
  "dependencies": {
12
- "baresync": "^0.2.0"
12
+ "baresync": "^0.2.1"
13
13
  },
14
14
  "devDependencies": {
15
15
  "drizzle-kit": "0.31.4"
@@ -16,7 +16,7 @@
16
16
  "typecheck": "bun x tsc -p tsconfig.json --noEmit"
17
17
  },
18
18
  "dependencies": {
19
- "baresync": "^0.2.0",
19
+ "baresync": "^0.2.1",
20
20
  "drizzle-orm": "^0.45.2"
21
21
  },
22
22
  "devDependencies": {
@@ -1,4 +1 @@
1
- export const PROJECT_NAME = "__PROJECT_NAME__";
2
1
  export const SYNC_SCOPE = "default";
3
- export const LISTS_TABLE_NAME = "lists";
4
- export const TODOS_TABLE_NAME = "todos";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-baresync",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Scaffold Baresync starter workspaces",