@lssm/app.cli-databases 0.0.0-canary-20251225052113 → 0.0.0-canary-20251225071908

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 +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @lssm/app.cli-databases
2
2
 
3
+ Website: https://contractspec.lssm.tech/
4
+
5
+
3
6
  Orchestration CLI for managing database profiles and connection strategies.
4
7
 
5
8
  ## Purpose
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/app.cli-databases",
3
- "version": "0.0.0-canary-20251225052113",
3
+ "version": "0.0.0-canary-20251225071908",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "databases": "dist/cli.js"
@@ -18,8 +18,8 @@
18
18
  "execa": "^9.6.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@lssm/tool.typescript": "0.0.0-canary-20251225052113",
22
- "@lssm/tool.tsdown": "0.0.0-canary-20251225052113",
21
+ "@lssm/tool.typescript": "0.0.0-canary-20251225071908",
22
+ "@lssm/tool.tsdown": "0.0.0-canary-20251225071908",
23
23
  "tsdown": "^0.18.3"
24
24
  },
25
25
  "main": "./dist/index.mjs",