vovk-client 0.0.4-draft.47 → 0.0.4-draft.49

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/index.d.cts CHANGED
@@ -1 +1 @@
1
- export type * from '../.vovk-client/main.d.cts';
1
+ export type * from '../.vovk-client/main.d.cts';
package/module.d.mts CHANGED
@@ -1 +1 @@
1
- export * from '../.vovk-client/module.d.mts';
1
+ export type * from '../.vovk-client/module.d.mts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-client",
3
- "version": "0.0.4-draft.47",
3
+ "version": "0.0.4-draft.49",
4
4
  "description": "Vovk.ts client",
5
5
  "scripts": {
6
6
  "npm-publish": "npm publish"
@@ -13,10 +13,7 @@
13
13
  "import": "./module.mjs",
14
14
  "require": "./index.cjs"
15
15
  },
16
- "./fullSchema": {
17
- "import": "./fullSchema.cjs",
18
- "require": "./fullSchema.cjs"
19
- }
16
+ "./fullSchema": "./fullSchema.cjs"
20
17
  },
21
18
  "type": "module",
22
19
  "repository": {