ugly-app 0.1.471 → 0.1.472

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.471";
1
+ export declare const CLI_VERSION = "0.1.472";
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.471";
2
+ export const CLI_VERSION = "0.1.472";
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.471",
3
+ "version": "0.1.472",
4
4
  "type": "module",
5
5
  "main": "./dist/server/index.js",
6
6
  "exports": {
@@ -105,6 +105,7 @@
105
105
  "prosemirror-transform": "^1.12.0",
106
106
  "prosemirror-view": "^1.41.8",
107
107
  "react-datepicker": "^9.1.0",
108
+ "sprintf-js": "^1.1.3",
108
109
  "turndown": "^7.2.4",
109
110
  "url-parse": "^1.5.10",
110
111
  "vega-embed": "^7.1.0",
@@ -137,7 +138,6 @@
137
138
  "jsdom": "^29.0.1",
138
139
  "react": "^19.2.4",
139
140
  "react-dom": "^19.2.4",
140
- "sprintf-js": "^1.1.3",
141
141
  "three": "^0.183.2",
142
142
  "typescript": "^5.9.3",
143
143
  "vitest": "^4.0.18",
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by prebuild — do not edit manually
2
- export const CLI_VERSION = "0.1.471";
2
+ export const CLI_VERSION = "0.1.472";