@miso.ai/server-wordpress 0.6.5-beta.8 → 0.6.6-beta.0

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
@@ -1,4 +1,4 @@
1
- import { startOfDate, endOfDate } from '@miso.ai/server-commons';
1
+ import { startOfDate, endOfDate, yargs as _yargs } from '@miso.ai/server-commons';
2
2
 
3
3
  export function normalizeOptions({ date, after, before, ids, include, ...options }) {
4
4
  // TODO: should be able to turn this off, as it's covered by helper
@@ -49,12 +49,12 @@ export function buildForEntities(yargs) {
49
49
  .option('fields', {
50
50
  describe: 'Specify which record fields are retrieved',
51
51
  type: 'array',
52
- coerce: yargs.coerceToArray,
52
+ coerce: _yargs.coerceToArray,
53
53
  })
54
54
  .option('params', {
55
55
  describe: 'Specify additional query parameters in the form of key=value',
56
56
  type: 'array',
57
- coerce: yargs.coerceToArray,
57
+ coerce: _yargs.coerceToArray,
58
58
  })
59
59
  .option('resolve', {
60
60
  alias: 'r',
package/package.json CHANGED
@@ -17,12 +17,12 @@
17
17
  "simonpai <simon.pai@askmiso.com>"
18
18
  ],
19
19
  "dependencies": {
20
- "@miso.ai/server-commons": "0.6.5-beta.8",
20
+ "@miso.ai/server-commons": "0.6.6-beta.0",
21
21
  "axios": "^1.6.2",
22
22
  "axios-retry": "^3.3.1",
23
23
  "dotenv": "^16.4.5",
24
24
  "saxes": "^6.0.0",
25
25
  "split2": "^4.2.0"
26
26
  },
27
- "version": "0.6.5-beta.8"
27
+ "version": "0.6.6-beta.0"
28
28
  }
package/src/version.js CHANGED
@@ -1 +1 @@
1
- export default '0.6.5-beta.8';
1
+ export default '0.6.6-beta.0';