ugly-app 0.1.346 → 0.1.347

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.
package/dist/cli/index.js CHANGED
File without changes
@@ -1,2 +1,2 @@
1
- export declare const CLI_VERSION = "0.1.346";
1
+ export declare const CLI_VERSION = "0.1.347";
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.346";
2
+ export const CLI_VERSION = "0.1.347";
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.346",
3
+ "version": "0.1.347",
4
4
  "type": "module",
5
5
  "main": "./dist/server/index.js",
6
6
  "exports": {
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "scripts": {
33
33
  "prebuild": "node -e \"const p=JSON.parse(require('fs').readFileSync('package.json','utf8'));require('fs').writeFileSync('src/cli/version.ts','// Auto-generated by prebuild — do not edit manually\\nexport const CLI_VERSION = '+JSON.stringify(p.version)+';\\n');\" && rm -rf dist",
34
- "build": "tsc && cp -r src/markdown/client/*.css dist/markdown/client/ 2>/dev/null; true",
34
+ "build": "tsc && chmod +x dist/cli/index.js && cp -r src/markdown/client/*.css dist/markdown/client/ 2>/dev/null; true",
35
35
  "test": "vitest run",
36
36
  "test:e2e": "E2E=1 vitest run tests/cli/e2e-integration.test.ts",
37
37
  "test:e2e:full": "npx tsx tests/e2e/full-e2e.ts",
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.346";
2
+ export const CLI_VERSION = "0.1.347";