vovk-client 0.0.4-beta.7 → 0.0.4-beta.8

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/openapi.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { openapi } from '../.vovk-client/openapi.d.ts';
package/openapi.js ADDED
@@ -0,0 +1 @@
1
+ export { openapi } from '../.vovk-client/openapi.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-client",
3
- "version": "0.0.4-beta.7",
3
+ "version": "0.0.4-beta.8",
4
4
  "description": "Re-exports of composed TypeScript client for Vovk.ts",
5
5
  "scripts": {
6
6
  "npm-publish": "npm publish"
package/schema.d.ts ADDED
@@ -0,0 +1 @@
1
+ export { schema } from '../.vovk-client/schema.d.ts';
package/schema.js ADDED
@@ -0,0 +1 @@
1
+ export { schema } from '../.vovk-client/schema.js';
package/openapi.d.mts DELETED
@@ -1 +0,0 @@
1
- export { openapi } from '../.vovk-client/openapi.d.mts';
package/openapi.mjs DELETED
@@ -1 +0,0 @@
1
- export * from '../.vovk-client/openapi.mjs';
package/schema.cjs DELETED
@@ -1 +0,0 @@
1
- module.exports.schema = require('../.vovk-client/schema.cjs').schema ?? {};
package/schema.d.cts DELETED
@@ -1 +0,0 @@
1
- export { schema } from '../.vovk-client/schema.d.cts';