@tachybase/plugin-action-export 0.23.8 → 0.23.16

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,13 +1,13 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
4
- "@tachybase/schema": "0.23.8",
5
- "@tachybase/components": "0.23.8",
3
+ "@tachybase/client": "0.23.16",
4
+ "@tachybase/schema": "0.23.16",
5
+ "@tachybase/components": "0.23.16",
6
6
  "react-i18next": "15.2.0",
7
7
  "antd": "5.22.5",
8
8
  "lodash": "4.17.21",
9
- "@tachybase/database": "0.23.8",
10
- "@tachybase/server": "0.23.8",
11
- "@tachybase/utils": "0.23.8",
12
- "@tachybase/actions": "0.23.8"
9
+ "@tachybase/database": "0.23.16",
10
+ "@tachybase/server": "0.23.16",
11
+ "@tachybase/utils": "0.23.16",
12
+ "@tachybase/actions": "0.23.16"
13
13
  };
@@ -6,9 +6,9 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/bin/node_modules:/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/node_modules:/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules:/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/bin/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/bin/node_modules:/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/node_modules:/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules:/Users/seal/Documents/projects/tachybase/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/bin/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules:$NODE_PATH"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
14
  exec "$basedir/node" "$basedir/../../../../../xlsx@https+++cdn.sheetjs.com+xlsx-0.20.2+xlsx-0.20.2.tgz/node_modules/xlsx/bin/xlsx.njs" "$@"
@@ -1 +1 @@
1
- {"name":"node-xlsx","author":"Olivier Louvignes <olivier@mg-crea.com>","version":"0.24.0","description":"NodeJS Excel files parser & builder","type":"module","main":"./dist/index.cjs","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.js","types":"./dist/index.d.ts"}},"bin":{"node-xlsx":"./dist/bin/cli.js"},"files":["dist"],"scripts":{"start":"npm run spec -- --watch","build":"tsup --entry src/index.ts --format cjs,esm --sourcemap --dts --clean --entry src/bin/cli.ts","lint":"eslint src/ test/","prettycheck":"prettier --check src/ test/","prettify":"prettier --write src/ test/","typecheck":"tsc --noEmit","spec":"DEBUG=node-xlsx* vitest --run","watch":"DEBUG=node-xlsx* vitest --watch","test":"npm run lint && npm run prettycheck && npm run typecheck && npm run spec","prepublishOnly":"npm run build"},"repository":"github:mgcrea/node-xlsx","license":"Apache-2.0","dependencies":{"xlsx":"https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"},"devDependencies":{"@mgcrea/eslint-config-node":"^0.10.0","@tsconfig/node-lts":"^20.1.1","@types/node":"^20.12.7","eslint":"^8.57.0","prettier":"^3.2.5","prettier-plugin-organize-imports":"^3.2.4","tsup":"^8.0.2","typescript":"^5.4.5","vite-tsconfig-paths":"^4.3.2","vitest":"^1.5.0"},"engines":{"node":">=10.0.0"},"keywords":["excel","parser","builder","xlsx","xls"],"_lastModified":"2024-12-22T16:01:19.670Z"}
1
+ {"name":"node-xlsx","author":"Olivier Louvignes <olivier@mg-crea.com>","version":"0.24.0","description":"NodeJS Excel files parser & builder","type":"module","main":"./dist/index.cjs","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.js","types":"./dist/index.d.ts"}},"bin":{"node-xlsx":"./dist/bin/cli.js"},"files":["dist"],"scripts":{"start":"npm run spec -- --watch","build":"tsup --entry src/index.ts --format cjs,esm --sourcemap --dts --clean --entry src/bin/cli.ts","lint":"eslint src/ test/","prettycheck":"prettier --check src/ test/","prettify":"prettier --write src/ test/","typecheck":"tsc --noEmit","spec":"DEBUG=node-xlsx* vitest --run","watch":"DEBUG=node-xlsx* vitest --watch","test":"npm run lint && npm run prettycheck && npm run typecheck && npm run spec","prepublishOnly":"npm run build"},"repository":"github:mgcrea/node-xlsx","license":"Apache-2.0","dependencies":{"xlsx":"https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"},"devDependencies":{"@mgcrea/eslint-config-node":"^0.10.0","@tsconfig/node-lts":"^20.1.1","@types/node":"^20.12.7","eslint":"^8.57.0","prettier":"^3.2.5","prettier-plugin-organize-imports":"^3.2.4","tsup":"^8.0.2","typescript":"^5.4.5","vite-tsconfig-paths":"^4.3.2","vitest":"^1.5.0"},"engines":{"node":">=10.0.0"},"keywords":["excel","parser","builder","xlsx","xls"],"_lastModified":"2024-12-26T07:37:29.783Z"}
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-action-export",
3
3
  "displayName": "Action: Export records",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "Export filtered records to excel, you can configure which fields to export.",
6
6
  "keywords": [
7
7
  "Actions"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "@types/node-xlsx": "^0.15.3",
13
14
  "antd": "5.22.5",
@@ -16,16 +17,16 @@
16
17
  "node-xlsx": "^0.24.0",
17
18
  "react": "^18.3.1",
18
19
  "react-i18next": "^15.2.0",
19
- "@tachybase/schema": "0.23.8",
20
- "@tachybase/components": "0.23.8"
20
+ "@tachybase/components": "0.23.16",
21
+ "@tachybase/schema": "0.23.16"
21
22
  },
22
23
  "peerDependencies": {
23
- "@tachybase/actions": "0.23.8",
24
- "@tachybase/client": "0.23.8",
25
- "@tachybase/database": "0.23.8",
26
- "@tachybase/test": "0.23.8",
27
- "@tachybase/utils": "0.23.8",
28
- "@tachybase/server": "0.23.8"
24
+ "@tachybase/actions": "0.23.16",
25
+ "@tachybase/client": "0.23.16",
26
+ "@tachybase/server": "0.23.16",
27
+ "@tachybase/test": "0.23.16",
28
+ "@tachybase/utils": "0.23.16",
29
+ "@tachybase/database": "0.23.16"
29
30
  },
30
31
  "description.zh-CN": "导出筛选后的记录到 Excel 中,可以配置导出哪些字段。",
31
32
  "displayName.zh-CN": "操作:导出记录",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-export@0.22.38 build /Users/seal/Documents/projects/tachybase/packages/plugin-action-export
4
- > tachybase-build --no-dts @tachybase/plugin-export
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-export: plugin-action-export build start
8
- @tachybase/plugin-export: build plugin client
9
- @tachybase/plugin-export: build plugin server source
10
- @tachybase/plugin-export: delete server files
11
- @tachybase/plugin-export: build plugin server dependencies
12
- @tachybase/plugin-export: These packages node-xlsx will be bundled to dist/node_modules. These packages @tachybase/server, @tachybase/actions, @tachybase/database, @tachybase/utils will be exclude. For more information, please refer to: https://docs.tachybase.com/development/deps.
13
- @tachybase/plugin-export: write external version
14
-