openxiangda 1.0.169 → 1.0.170

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/lib/cli.js +1 -1
  2. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -14061,7 +14061,7 @@ function backendReleaseResultSummary(
14061
14061
  kind: 'BackendRelease',
14062
14062
  identity: { releaseId: release.id },
14063
14063
  action: 'update',
14064
- hash: release.verificationHash || release.manifestHash,
14064
+ hash: release.manifestHash,
14065
14065
  metadata: resolvedProtocolVersion
14066
14066
  ? {
14067
14067
  protocolVersion: resolvedProtocolVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openxiangda",
3
- "version": "1.0.169",
3
+ "version": "1.0.170",
4
4
  "description": "OpenXiangda CLI, workspace build tools, runtime SDK, and form components.",
5
5
  "private": false,
6
6
  "bin": {