create-syncular-app 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  import { basename, join, resolve } from "node:path";
13
13
  import { createInterface } from "node:readline/promises";
14
14
  import { fileURLToPath, pathToFileURL } from "node:url";
15
- var FALLBACK_SYNCULAR_VERSION_RANGE = "^0.1.0";
15
+ var FALLBACK_SYNCULAR_VERSION_RANGE = "^0.1.1";
16
16
  function usage() {
17
17
  return `usage: create-syncular-app <target-dir>
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-syncular-app",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Scaffold a local-first Syncular app (`bunx create-syncular-app my-app`)",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Benjamin Kniffler",
@@ -42,6 +42,6 @@
42
42
  "template"
43
43
  ],
44
44
  "devDependencies": {
45
- "@syncular/config": "workspace:*"
45
+ "@syncular/config": "0.0.0"
46
46
  }
47
47
  }