vovk-cli 0.0.1-draft.59 → 0.0.1-draft.60

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.
@@ -1,6 +1,6 @@
1
1
  <%- '// auto-generated\n/* eslint-disable */' %>
2
- import fetcher from '<%= fetcherClientImportPath %>';
3
- import createRPC from '<%= createRPCImportPath %>';
2
+ import { default as fetcher } from '<%= fetcherClientImportPath %>';
3
+ import { default as createRPC } from '<%= createRPCImportPath %>';
4
4
  import schema from '<%= schemaOutImportPath %>';
5
5
  <% if (validateOnClientImportPath) { %>
6
6
  import validateOnClient from '<%= validateOnClientImportPath %>';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-cli",
3
- "version": "0.0.1-draft.59",
3
+ "version": "0.0.1-draft.60",
4
4
  "bin": {
5
5
  "vovk": "./dist/index.mjs"
6
6
  },