edgeone 1.6.7 → 1.6.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.
@@ -2469,4 +2469,4 @@ class EdgeOneSessionStore:
2469
2469
  async def _list_keys(self, prefix: str) -> List[str]:
2470
2470
  """List all keys with given prefix."""
2471
2471
  result = await self._blob.list(prefix=prefix)
2472
- return [blob.key for blob in result.blobs]
2472
+ return [blob.key for blob in result.blobs]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edgeone",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "Command-line interface for TencentCloud Pages Functions",
5
5
  "bin": {
6
6
  "edgeone": "./edgeone-bin/edgeone.js"