@meith/web 0.19.0 → 0.21.0

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/next.config.mjs CHANGED
@@ -43,7 +43,7 @@ if (process.env.NODE_ENV !== 'production' && loadedEnvFiles.length > 0) {
43
43
  }
44
44
 
45
45
  const nextConfig = {
46
- output: 'standalone',
46
+ ...(process.env.VERCEL ? {} : { output: 'standalone' }),
47
47
  poweredByHeader: false,
48
48
  distDir: process.env.FORUM_DIST_DIR ?? '.next',
49
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/web",
3
- "version": "0.19.0",
3
+ "version": "0.21.0",
4
4
  "description": "The board itself: the Next.js app, and the forum-web bin that materializes it into an external board workspace.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -43,52 +43,52 @@
43
43
  "typescript": "7.0.2",
44
44
  "@types/react": "^19",
45
45
  "@types/react-dom": "^19",
46
- "@meith/accounts": "0.19.0",
47
- "@meith/admin": "0.19.0",
48
- "@meith/antispam": "0.19.0",
49
- "@meith/api": "0.19.0",
50
- "@meith/attachments": "0.19.0",
51
- "@meith/authorization": "0.19.0",
52
- "@meith/core": "0.19.0",
53
- "@meith/avatars": "0.19.0",
54
- "@meith/db": "0.19.0",
55
- "@meith/drafts": "0.19.0",
56
- "@meith/demo": "0.19.0",
57
- "@meith/drivers": "0.19.0",
58
- "@meith/events": "0.19.0",
59
- "@meith/groups": "0.19.0",
60
- "@meith/forums": "0.19.0",
61
- "@meith/i18n": "0.19.0",
62
- "@meith/mail": "0.19.0",
63
- "@meith/install": "0.19.0",
64
- "@meith/markdown": "0.19.0",
65
- "@meith/import": "0.19.0",
66
- "@meith/marketplace": "0.19.0",
67
- "@meith/messages": "0.19.0",
68
- "@meith/moderation": "0.19.0",
69
- "@meith/notifications": "0.19.0",
70
- "@meith/plugin-dues": "0.19.0",
71
- "@meith/polls": "0.19.0",
72
- "@meith/relations": "0.19.0",
73
- "@meith/posts": "0.19.0",
74
- "@meith/plugin-kit": "0.19.0",
75
- "@meith/profile-fields": "0.19.0",
76
- "@meith/reputation": "0.19.0",
77
- "@meith/runtime": "0.19.0",
78
- "@meith/settings": "0.19.0",
79
- "@meith/subscriptions": "0.19.0",
80
- "@meith/search": "0.19.0",
81
- "@meith/tasks": "0.19.0",
82
- "@meith/theme-clubhouse": "0.19.0",
83
- "@meith/theme-default": "0.19.0",
84
- "@meith/signatures": "0.19.0",
85
- "@meith/theme-kit": "0.19.0",
86
- "@meith/theme-midnight": "0.19.0",
87
- "@meith/theme-phasebook": "0.19.0",
88
- "@meith/ui": "0.19.0",
89
- "@meith/theme-raidframe": "0.19.0",
90
- "@meith/upgrade": "0.19.0",
91
- "@meith/threads": "0.19.0"
46
+ "@meith/admin": "0.21.0",
47
+ "@meith/accounts": "0.21.0",
48
+ "@meith/antispam": "0.21.0",
49
+ "@meith/api": "0.21.0",
50
+ "@meith/attachments": "0.21.0",
51
+ "@meith/authorization": "0.21.0",
52
+ "@meith/avatars": "0.21.0",
53
+ "@meith/core": "0.21.0",
54
+ "@meith/db": "0.21.0",
55
+ "@meith/demo": "0.21.0",
56
+ "@meith/drafts": "0.21.0",
57
+ "@meith/drivers": "0.21.0",
58
+ "@meith/events": "0.21.0",
59
+ "@meith/groups": "0.21.0",
60
+ "@meith/i18n": "0.21.0",
61
+ "@meith/forums": "0.21.0",
62
+ "@meith/import": "0.21.0",
63
+ "@meith/install": "0.21.0",
64
+ "@meith/mail": "0.21.0",
65
+ "@meith/markdown": "0.21.0",
66
+ "@meith/marketplace": "0.21.0",
67
+ "@meith/messages": "0.21.0",
68
+ "@meith/moderation": "0.21.0",
69
+ "@meith/notifications": "0.21.0",
70
+ "@meith/plugin-dues": "0.21.0",
71
+ "@meith/plugin-kit": "0.21.0",
72
+ "@meith/polls": "0.21.0",
73
+ "@meith/profile-fields": "0.21.0",
74
+ "@meith/reputation": "0.21.0",
75
+ "@meith/relations": "0.21.0",
76
+ "@meith/posts": "0.21.0",
77
+ "@meith/runtime": "0.21.0",
78
+ "@meith/settings": "0.21.0",
79
+ "@meith/signatures": "0.21.0",
80
+ "@meith/subscriptions": "0.21.0",
81
+ "@meith/tasks": "0.21.0",
82
+ "@meith/search": "0.21.0",
83
+ "@meith/theme-default": "0.21.0",
84
+ "@meith/theme-kit": "0.21.0",
85
+ "@meith/theme-clubhouse": "0.21.0",
86
+ "@meith/theme-midnight": "0.21.0",
87
+ "@meith/theme-phasebook": "0.21.0",
88
+ "@meith/theme-raidframe": "0.21.0",
89
+ "@meith/threads": "0.21.0",
90
+ "@meith/ui": "0.21.0",
91
+ "@meith/upgrade": "0.21.0"
92
92
  },
93
93
  "scripts": {
94
94
  "dev": "next dev",
@@ -6,7 +6,7 @@ import { planUpgrade, type UpgradeState, upgradeNotice } from '@meith/upgrade'
6
6
 
7
7
  import { activeDefinitions } from './plugin-host'
8
8
 
9
- export const CODE_VERSION = '0.19.0'
9
+ export const CODE_VERSION = '0.21.0'
10
10
 
11
11
  export async function pendingUpgradeNotice(): Promise<string | null> {
12
12
  if (env.DATA_SOURCE !== 'postgres') return null