@tachybase/plugin-theme-editor 0.23.8 → 0.23.14

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,12 +1,12 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
3
+ "@tachybase/client": "0.23.14",
4
4
  "antd": "5.22.5",
5
5
  "lodash": "4.17.21",
6
- "@tachybase/server": "0.23.8",
6
+ "@tachybase/server": "0.23.14",
7
7
  "@ant-design/cssinjs": "1.22.1",
8
8
  "@ant-design/icons": "5.3.7",
9
- "@tachybase/utils": "0.23.8",
9
+ "@tachybase/utils": "0.23.14",
10
10
  "react-i18next": "15.2.0",
11
- "@tachybase/database": "0.23.8"
11
+ "@tachybase/database": "0.23.14"
12
12
  };
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-theme-editor",
3
3
  "displayName": "Theme editor",
4
- "version": "0.23.8",
4
+ "version": "0.23.14",
5
5
  "description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
6
6
  "keywords": [
7
7
  "System management"
8
8
  ],
9
9
  "main": "dist/server/index.js",
10
+ "dependencies": {},
10
11
  "devDependencies": {
11
12
  "@ant-design/cssinjs": "^1.22.1",
12
13
  "@ant-design/icons": "~5.3.7",
@@ -24,12 +25,12 @@
24
25
  "vanilla-jsoneditor": "^0.17.10"
25
26
  },
26
27
  "peerDependencies": {
27
- "@tachybase/actions": "0.23.8",
28
- "@tachybase/database": "0.23.8",
29
- "@tachybase/client": "0.23.8",
30
- "@tachybase/server": "0.23.8",
31
- "@tachybase/test": "0.23.8",
32
- "@tachybase/utils": "0.23.8"
28
+ "@tachybase/actions": "0.23.14",
29
+ "@tachybase/database": "0.23.14",
30
+ "@tachybase/server": "0.23.14",
31
+ "@tachybase/client": "0.23.14",
32
+ "@tachybase/utils": "0.23.14",
33
+ "@tachybase/test": "0.23.14"
33
34
  },
34
35
  "description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。",
35
36
  "displayName.zh-CN": "主题编辑器",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-theme-editor@0.23.7 build /Users/seal/Documents/projects/tachybase/packages/plugin-theme-editor
4
- > tachybase-build --no-dts @tachybase/plugin-theme-editor
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-theme-editor: plugin-theme-editor build start
8
- @tachybase/plugin-theme-editor: build plugin client
9
- @tachybase/plugin-theme-editor: build plugin server source
10
- @tachybase/plugin-theme-editor: delete server files
11
- @tachybase/plugin-theme-editor: build plugin server dependencies
12
- @tachybase/plugin-theme-editor: These packages react, @tachybase/client, @tachybase/server, @tachybase/database, @tachybase/utils will be exclude.
13
- @tachybase/plugin-theme-editor: write external version
14
-