@gjzq/sdk 1.6.0-beta.1 → 1.6.0-beta.3

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/dist/index.d.ts +1790 -1253
  2. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjzq/sdk",
3
- "version": "1.6.0-beta.1",
3
+ "version": "1.6.0-beta.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "es/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  "docs:dev": "npm run docs:file && dumi dev",
32
32
  "docs:build": "npm run docs:file && dumi build",
33
33
  "docs:preview": "npm run docs:file && dumi preview",
34
- "build:types": "tsup index.ts --dts-only --out-dir dist --format esm",
34
+ "build:types": "tsup index.ts --dts-only --out-dir dist --format esm && api-extractor run --local --verbose",
35
35
  "dev": "npm run typecheck",
36
36
  "build": "npm run dev && npm run build:js && npm run build:types",
37
37
  "prepublishOnly": "npm run build",
@@ -47,6 +47,7 @@
47
47
  "@babel/preset-env": "^7.28.5",
48
48
  "@babel/runtime-corejs3": "^7.28.4",
49
49
  "@eslint/js": "^9.38.0",
50
+ "@microsoft/api-extractor": "^7.55.2",
50
51
  "@rollup/plugin-babel": "^6.0.4",
51
52
  "@rollup/plugin-commonjs": "^28.0.6",
52
53
  "@rollup/plugin-json": "^6.1.0",