@blinkk/root-cms 1.3.23 → 1.3.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinkk/root-cms",
3
- "version": "1.3.23",
3
+ "version": "1.3.25",
4
4
  "author": "s@blinkk.com",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -115,10 +115,10 @@
115
115
  "typescript": "5.2.2",
116
116
  "vite": "5.0.8",
117
117
  "vitest": "0.34.6",
118
- "@blinkk/root": "1.3.23"
118
+ "@blinkk/root": "1.3.25"
119
119
  },
120
120
  "peerDependencies": {
121
- "@blinkk/root": "1.3.23",
121
+ "@blinkk/root": "1.3.25",
122
122
  "firebase-admin": ">=11",
123
123
  "firebase-functions": ">=4",
124
124
  "preact": ">=10",
@@ -133,8 +133,8 @@
133
133
  "build": "rm -rf dist && concurrently -n \"core,signin,ui\" npm:build:core npm:build:signin npm:build:ui",
134
134
  "build:core": "tsup-node --config=./core/tsup.config.ts",
135
135
  "//": "NOTE: esbuild is used here because tsup doesn't currently support aliases.",
136
- "build:ui": "esbuild ui/ui.tsx --bundle --minify --alias:react=@preact/compat --alias:react-dom=@preact/compat --tsconfig=ui/tsconfig.json --sourcemap=inline --outdir=dist/ui",
137
- "build:signin": "esbuild signin/signin.tsx --bundle --minify --tsconfig=signin/tsconfig.json --sourcemap=inline --outdir=dist/ui",
136
+ "build:ui": "esbuild ui/ui.tsx --bundle --minify --alias:react=@preact/compat --alias:react-dom=@preact/compat --tsconfig=ui/tsconfig.json --outdir=dist/ui",
137
+ "build:signin": "esbuild signin/signin.tsx --bundle --minify --tsconfig=signin/tsconfig.json --outdir=dist/ui",
138
138
  "dev": "rm -rf dist && concurrently -k -n \"core,ui\" npm:dev:core npm:dev:signin npm:dev:ui",
139
139
  "dev:core": "pnpm build:core --watch",
140
140
  "dev:signin": "pnpm build:signin --watch",