@scriptdb/browser-client 1.0.9 → 1.1.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -228,7 +228,7 @@ scriptdb shell
228
228
 
229
229
  ## Changelog
230
230
 
231
- ### 1.0.9 (2025-01-16)
231
+ ### 1.1.0 (2025-01-16)
232
232
 
233
233
  **Added**
234
234
  - Native `scriptdb logs` command to view real-time logs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scriptdb/browser-client",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Browser WebSocket client for ScriptDB",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",