ugly-app 0.1.245 → 0.1.246

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.
@@ -1,2 +1,2 @@
1
- export declare const CLI_VERSION = "0.1.245";
1
+ export declare const CLI_VERSION = "0.1.246";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.245";
2
+ export const CLI_VERSION = "0.1.246";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ugly-app",
3
- "version": "0.1.245",
3
+ "version": "0.1.246",
4
4
  "type": "module",
5
5
  "main": "./dist/server/index.js",
6
6
  "exports": {
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.245";
2
+ export const CLI_VERSION = "0.1.246";
@@ -5,7 +5,7 @@
5
5
  * all Firebase credentials — projects just call sendPush() with a target
6
6
  * user and message content.
7
7
  *
8
- * Requires UGLY_BOT_TOKEN in .env (set by `npx ugly-app login`).
8
+ * Requires UGLY_BOT_TOKEN (set by `npx ugly-app login` in .uglyapp).
9
9
  *
10
10
  * Usage:
11
11
  * import { sendPush } from './push';