@meith/cli 0.32.0 → 0.33.1

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.
Files changed (2) hide show
  1. package/package.json +13 -13
  2. package/src/upgrade.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/cli",
3
- "version": "0.32.0",
3
+ "version": "0.33.1",
4
4
  "description": "The operator CLI: migrations, backup and restore, imports, users and settings — and the meith bin that runs it against an external board workspace.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -24,18 +24,18 @@
24
24
  "dependencies": {
25
25
  "@aws-sdk/client-s3": "3.1111.0",
26
26
  "tsx": "^4.23.12",
27
- "@meith/accounts": "0.32.0",
28
- "@meith/core": "0.32.0",
29
- "@meith/db": "0.32.0",
30
- "@meith/demo": "0.32.0",
31
- "@meith/drivers": "0.32.0",
32
- "@meith/forums": "0.32.0",
33
- "@meith/plugin-kit": "0.32.0",
34
- "@meith/profile-fields": "0.32.0",
35
- "@meith/runtime": "0.32.0",
36
- "@meith/settings": "0.32.0",
37
- "@meith/tasks": "0.32.0",
38
- "create-meith": "0.32.0"
27
+ "@meith/accounts": "0.33.1",
28
+ "@meith/core": "0.33.1",
29
+ "@meith/db": "0.33.1",
30
+ "@meith/demo": "0.33.1",
31
+ "@meith/drivers": "0.33.1",
32
+ "@meith/forums": "0.33.1",
33
+ "@meith/plugin-kit": "0.33.1",
34
+ "@meith/profile-fields": "0.33.1",
35
+ "@meith/runtime": "0.33.1",
36
+ "@meith/settings": "0.33.1",
37
+ "@meith/tasks": "0.33.1",
38
+ "create-meith": "0.33.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "esbuild": "^0.28.2"
package/src/upgrade.ts CHANGED
@@ -11,7 +11,7 @@ import { type PluginDefinition, pluginNavigationPlacements } from '@meith/plugin
11
11
  import { runPluginLifecycle } from '@meith/runtime'
12
12
  import { type PluginUpgrade, planUpgrade, upgradeNotice } from '@meith/upgrade'
13
13
 
14
- export const CODE_VERSION = '0.32.0'
14
+ export const CODE_VERSION = '0.33.1'
15
15
 
16
16
  export function pluginUpgrades(plugins: readonly PluginDefinition[]): readonly PluginUpgrade[] {
17
17
  return plugins.map((plugin) => ({