@dashai/cli 0.8.0 → 0.8.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/bin.js +1 -1
  2. package/package.json +2 -2
package/dist/bin.js CHANGED
@@ -7266,7 +7266,7 @@ fieldCmd.command("set-type <table-slug> <field-slug> <new-type>").description(
7266
7266
  }
7267
7267
  })();
7268
7268
  function getVersion() {
7269
- return "0.8.0";
7269
+ return "0.8.1";
7270
7270
  }
7271
7271
  function parseIntOption(value) {
7272
7272
  const n = Number.parseInt(value, 10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dashai/cli",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "DashWise command-line tool: log in, author modules, publish to the marketplace.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "open": "^10.1.0",
27
27
  "picocolors": "^1.1.1",
28
28
  "tar": "^7.4.3",
29
- "@dashai/sdk": "0.9.0"
29
+ "@dashai/sdk": "0.10.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/adm-zip": "^0.5.8",