@miso.ai/server-sdk 0.6.6-beta.10 → 0.6.6-beta.12

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/cli/utils.js CHANGED
@@ -23,8 +23,7 @@ export function buildForApi(yargs) {
23
23
  .option('debug', {
24
24
  describe: 'Set log level to debug',
25
25
  type: 'boolean',
26
- })
27
- .demandOption(['key'], 'API key is required.');
26
+ });
28
27
  }
29
28
 
30
29
  export function buildForSearch(yargs) {
package/package.json CHANGED
@@ -16,12 +16,12 @@
16
16
  "simonpai <simon.pai@askmiso.com>"
17
17
  ],
18
18
  "dependencies": {
19
- "@miso.ai/server-commons": "0.6.6-beta.10",
19
+ "@miso.ai/server-commons": "0.6.6-beta.12",
20
20
  "axios": "^1.6.2",
21
21
  "axios-retry": "^4.5.0",
22
22
  "dotenv": "^16.0.1",
23
23
  "split2": "^4.1.0",
24
24
  "yargs": "^17.5.1"
25
25
  },
26
- "version": "0.6.6-beta.10"
26
+ "version": "0.6.6-beta.12"
27
27
  }
package/src/version.js CHANGED
@@ -1 +1 @@
1
- export default '0.6.6-beta.10';
1
+ export default '0.6.6-beta.12';