@verdocs/js-sdk 6.2.0-beta.1 → 6.2.0-beta.11
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/dist/index.d.mts +22 -10
- package/dist/index.d.ts +22 -10
- package/dist/index.js +1484 -1409
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1481 -1410
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +2 -1
- package/package.json +2 -1
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "6.2.0-beta.
|
|
3
|
+
"version": "6.2.0-beta.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"generate-openapi": "npx tsx openapi/generate-openapi.ts",
|
|
43
43
|
"edit-openapi": "docker run -p 8081:80 -v $(pwd):/sdk -v $(pwd):/sdk swaggerapi/swagger-editor:next-v5",
|
|
44
44
|
"view-openapi": "docker run -p 8081:80 -v $(pwd):/sdk swaggerapi/swagger-ui",
|
|
45
|
+
"push-beta": "npm run build && npm publish --tag beta && npm run docs",
|
|
45
46
|
"push": "npm run build && npm publish && npm run docs"
|
|
46
47
|
},
|
|
47
48
|
"publishConfig": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "6.2.0-beta.
|
|
3
|
+
"version": "6.2.0-beta.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"homepage": "https://github.com/Verdocs/js-sdk",
|
|
6
6
|
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"generate-openapi": "npx tsx openapi/generate-openapi.ts",
|
|
43
43
|
"edit-openapi": "docker run -p 8081:80 -v $(pwd):/sdk -v $(pwd):/sdk swaggerapi/swagger-editor:next-v5",
|
|
44
44
|
"view-openapi": "docker run -p 8081:80 -v $(pwd):/sdk swaggerapi/swagger-ui",
|
|
45
|
+
"push-beta": "npm run build && npm publish --tag beta && npm run docs",
|
|
45
46
|
"push": "npm run build && npm publish && npm run docs"
|
|
46
47
|
},
|
|
47
48
|
"publishConfig": {
|