@grvt/client 1.6.31 → 1.6.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grvt/client",
3
- "version": "1.6.31",
3
+ "version": "1.6.32",
4
4
  "description": "Node.js & JavaScript client for GRVT REST APIs & WebSockets",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "start": "tsc --watch",
25
25
  "prebuild": "rimraf dist",
26
26
  "build": "tsc",
27
- "postbuild": "cp package.json dist/ && cp README.md dist/ && cp LICENSE dist/",
27
+ "postbuild": "cp package.json dist/ && cp README.md dist/ && cp LICENSE dist/ && cp src/interfaces/codegen/data.interface.ts dist/interfaces/codegen/data.interface.d.ts",
28
28
  "prerelease": "npm run build",
29
29
  "release": "cd dist/ && npm publish --access public",
30
30
  "link-local": "cp package.json dist/ && cd dist/ && npm link && cd ..",