@cloudbase/manager-node 4.7.2 → 4.7.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.
@@ -261,6 +261,7 @@ class CloudRunService {
261
261
  }
262
262
  catch (e) {
263
263
  if (e.code === 'ResourceNotFound' ||
264
+ e.code === 'ResourceNotFound.ServerNotFound' ||
264
265
  // 备注:以下条件当 NotFound 处理(已与 fisheryan 确认过)
265
266
  (e.code === 'InvalidParameter' && e.original.Message === 'service data illegal')) {
266
267
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/manager-node",
3
- "version": "4.7.2",
3
+ "version": "4.7.3",
4
4
  "description": "The node manage service api for cloudbase.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {