@verdocs/js-sdk
Advanced tools
Comparing version 1.0.6 to 1.0.8
{ | ||
"name": "@verdocs/js-sdk", | ||
"version": "1.0.6", | ||
"version": "1.0.8", | ||
"private": false, | ||
@@ -16,6 +16,6 @@ "homepage": "https://github.com/Verdocs/js-sdk", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
"**/*" | ||
], | ||
@@ -30,5 +30,3 @@ "repository": { | ||
"scripts": { | ||
"build": "tsc", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm test && npm run lint", | ||
"build": "tsc && cp README.md package.json .npmignore dist", | ||
"preversion": "npm run lint", | ||
@@ -35,0 +33,0 @@ "version": "npm run format && git add -A src", |
@@ -43,2 +43,8 @@ # Verdocs JS SDK | ||
## Contributing | ||
To avoid the presence of the `dist/` distribution directory appearing in package imports, when this project is built, this `README.md` | ||
and other support files are copied there. Be sure to run `npm version patch` from THIS directory, but the publish command from within | ||
the `dist` folder. | ||
## HTTP Transport | ||
@@ -45,0 +51,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
122260
2770
66
1