ugly-app 0.1.751 → 0.1.752

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.751";
1
+ export declare const CLI_VERSION = "0.1.752";
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.751";
2
+ export const CLI_VERSION = "0.1.752";
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.751",
3
+ "version": "0.1.752",
4
4
  "type": "module",
5
5
  "comment:files": "Allowlist what ships to npm. dist = runtime; src = sourcemap targets (dist/*.js.map reference ../../src/); templates = CLI scaffold. Everything else at repo root (.pgdata local Postgres, coverage, assets/icons sources, test/, test-results/) is excluded by omission. The !negations strip the scaffold's installed deps + cruft (templates/node_modules is 200MB+ and must never ship). package.json/README/LICENSE ship automatically.",
6
6
  "files": [
@@ -108,7 +108,7 @@
108
108
  "eslint-plugin-react-hooks": "^7.0.1",
109
109
  "express": "^4.21.1",
110
110
  "fs-extra": "^11.0.0",
111
- "google-auth-library": "^9.15.1",
111
+ "google-auth-library": "^10.9.0",
112
112
  "handlebars": "^4.7.8",
113
113
  "hast-util-to-html": "^9.0.5",
114
114
  "highlight.js": "^11.11.1",
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.751";
2
+ export const CLI_VERSION = "0.1.752";