@tuya-sat/micro-dev-proxy 3.0.7-beta.2 → 3.0.8

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/appProxy.js +1 -1
  2. package/package.json +1 -1
package/dist/appProxy.js CHANGED
@@ -160,7 +160,7 @@ class AppProxy {
160
160
  });
161
161
  if (!isExists) {
162
162
  return JSON.stringify({
163
- msg: `api:${urlPath} 未在manifest.json中注册`,
163
+ msg: `${method}:${urlPath} 未在manifest.json中注册`,
164
164
  code: '888888',
165
165
  });
166
166
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-dev-proxy",
3
- "version": "3.0.7-beta.2",
3
+ "version": "3.0.8",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {