clefbase 1.5.1 → 1.5.3

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 +1 -1
package/dist/cli.js CHANGED
@@ -34878,7 +34878,7 @@ async function promptRequired(message) {
34878
34878
  }
34879
34879
 
34880
34880
  // package.json
34881
- var version = "1.5.1";
34881
+ var version = "1.5.3";
34882
34882
 
34883
34883
  // src/cli/index.ts
34884
34884
  var program2 = new Command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clefbase",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Firebase-style SDK and CLI for Clefbase — database, auth, storage, hosting, and functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",