openxiangda 1.0.215 → 1.0.217

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda",
3
- "version": "1.0.215",
3
+ "version": "1.0.217",
4
4
  "description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
5
5
  "private": false,
6
6
  "bin": {
@@ -47,6 +47,8 @@
47
47
  "require": "./packages/sdk/dist/styles/antd-theme.cjs"
48
48
  },
49
49
  "./styles/tokens.css": "./packages/sdk/dist/styles/tokens.css",
50
+ "./source/admin-list": "./packages/sdk/source/admin-list/index.ts",
51
+ "./source/admin-list/*": "./packages/sdk/source/admin-list/*",
50
52
  "./package.json": "./package.json"
51
53
  },
52
54
  "files": [
@@ -57,11 +59,13 @@
57
59
  "templates/",
58
60
  "packages/sdk/bin/",
59
61
  "packages/sdk/dist/",
62
+ "packages/sdk/source/admin-list/",
60
63
  "packages/sdk/src/build-source/",
61
64
  "README.md"
62
65
  ],
63
66
  "scripts": {
64
67
  "build:sdk": "tsup --config packages/sdk/tsup.config.ts",
68
+ "source:admin-list": "node scripts/sync-admin-list-source.mjs",
65
69
  "check": "node --check bin/openxiangda.js && node --check lib/*.js && node --check packages/sdk/src/build-source/src/cli.mjs && node --check packages/sdk/src/build-source/scripts/*.mjs && node --check packages/sdk/src/build-source/scripts/utils/*.mjs",
66
70
  "test": "npm run test:fast",
67
71
  "test:fast": "npm run check && node scripts/http-proxy-smoke.mjs && node scripts/form-export-cli-smoke.mjs && node scripts/open-api-cli-smoke.mjs && node scripts/release-plan-smoke.mjs && node scripts/typed-resource-plan-smoke.mjs && node scripts/integration-bundle-smoke.mjs && node scripts/content-cache-smoke.mjs && node scripts/dependency-capsule-smoke.mjs && node scripts/sdd-stages-smoke.mjs && node scripts/environment-swap-cli-smoke.mjs && node scripts/environment-policy-cli-smoke.mjs",
@@ -77,7 +81,7 @@
77
81
  "test:typed-resource-plan": "node scripts/typed-resource-plan-smoke.mjs",
78
82
  "test:integration-bundle": "node scripts/integration-bundle-smoke.mjs",
79
83
  "prepublishOnly": "npm run test:critical && node scripts/release-mainline-guard.mjs",
80
- "prepack": "npm run build:sdk",
84
+ "prepack": "npm run source:admin-list && npm run build:sdk",
81
85
  "test:profile-isolation": "bash scripts/profile-isolation-smoke.sh",
82
86
  "test:resource-plan": "node scripts/resource-plan-smoke.mjs",
83
87
  "test:resource-publish-scope": "node scripts/resource-publish-scope-smoke.mjs",