Expose task progress contract

This commit is contained in:
2026-06-10 16:20:11 +08:00
parent 00eba3e209
commit 9a6e373181
6 changed files with 269 additions and 44 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"test:enterprise-video-pricing": "node scripts/enterpriseVideoPricingContract.test.js",
"test:key-manager": "node scripts/keyManagerReleaseContract.test.js",
"test:provider-poll-limiter": "node scripts/providerPollLimiterContract.test.js",
"test": "npm run test:community-routes && npm run test:enterprise-video-pricing && npm run test:key-manager && npm run test:provider-poll-limiter"
"test:task-progress-contract": "node scripts/taskProgressContract.test.js",
"test": "npm run test:community-routes && npm run test:enterprise-video-pricing && npm run test:key-manager && npm run test:provider-poll-limiter && npm run test:task-progress-contract"
},
"dependencies": {
"alipay-sdk": "^4.14.0",