@scriptdb/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
@@ -373,7 +373,7 @@ The CLI reads configuration from `~/.scriptdb/config.json`:
373
373
 
374
374
  ## Changelog
375
375
 
376
- ### 1.0.9 (2025-01-16)
376
+ ### 1.1.0 (2025-01-16)
377
377
 
378
378
  **Added**
379
379
  - Native `scriptdb logs` command to view real-time logs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scriptdb/client",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Client module resolver for script database",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",