@driftless-sh/cli 0.1.16 → 0.1.17
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -215722,7 +215722,7 @@ function pad2(s, n) {
|
|
|
215722
215722
|
}
|
|
215723
215723
|
|
|
215724
215724
|
// src/index.ts
|
|
215725
|
-
var VERSION = "0.1.
|
|
215725
|
+
var VERSION = "0.1.16";
|
|
215726
215726
|
var HELP_TEXT = `Driftless CLI v${VERSION} \u2014 Context integrity for AI engineering teams
|
|
215727
215727
|
|
|
215728
215728
|
Install: npm install -g @driftless-sh/cli
|