doco-cli 0.1.0 → 0.1.1

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5072,7 +5072,7 @@ var validateCmd = defineCommand17({
5072
5072
  var main = defineCommand18({
5073
5073
  meta: {
5074
5074
  name: "doco",
5075
- version: "0.0.1",
5075
+ version: "0.1.1",
5076
5076
  description: "Doco CLI \u2014 alignment framework and runtime checking system."
5077
5077
  },
5078
5078
  subCommands: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doco-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Doco CLI — init, bootstrap, search, capture, patch, lint, query.",
6
6
  "license": "Apache-2.0",