@verdocs/js-sdk 4.0.0 → 4.0.1

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
- "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform",
6
+ "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
7
7
  "keywords": [
8
8
  "pdf",
9
9
  "document",
@@ -11,7 +11,7 @@
11
11
  "Verdocs",
12
12
  "embed"
13
13
  ],
14
- "author": "Verdocs, LLC",
14
+ "author": "Verdocs",
15
15
  "license": "MIT",
16
16
  "main": "dist/index.js",
17
17
  "module": "dist/index.mjs",
@@ -32,24 +32,16 @@
32
32
  "url": "https://github.com/Verdocs/js-sdk/issues"
33
33
  },
34
34
  "scripts": {
35
- "buildX": "npm run clean && npm run docs && tsc && npm run lint",
36
35
  "build": "rollup -c --sourcemap --bundleConfigAsCjs",
37
36
  "prepare": "npm run build",
38
- "prepublishOnly": "npm run lint",
39
- "preversion": "npm run lint",
40
- "version": "npm run format && git add -A src",
41
- "postversion": "git push && git push --tags",
42
- "postpublish": "npm run clean",
43
37
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jestconfig.json",
44
38
  "format": "prettier --write \"src/**/*.ts\"",
45
39
  "lint": "tslint -p tsconfig.json",
46
40
  "docs-md": "typedoc --tsconfig ./tsconfig-typedoc.json",
47
41
  "docs-html": "typedoc --tsconfig ./tsconfig-typedoc.json --out docs-html",
48
- "Xdocs-html": "typedoc --tsconfig ./tsconfig-typedoc.json --plugin none --out docs-html",
49
42
  "docs": "npm run docs-md && npm run docs-html",
50
43
  "clear-docs": "aws --profile=verdocs cloudfront create-invalidation --distribution-id E29UFGU4KEH1GQ --paths \"/*\"",
51
44
  "deploy-docs": "npm run docs && aws --profile=verdocs s3 sync --acl public-read --delete docs-html s3://verdocs-developers-js-sdk/ && yarn clear-docs",
52
- "clean": "rm -rf Envelopes Sessions HTTP Organizations Search Templates Users Utils index.js index.d.ts VerdocsEndpoint.* docs docs-html",
53
45
  "push": "npm run build && npm publish"
54
46
  },
55
47
  "publishConfig": {
@@ -64,7 +56,6 @@
64
56
  "devDependencies": {
65
57
  "@jest/globals": "^29.7.0",
66
58
  "@rollup/plugin-commonjs": "^26.0.1",
67
- "@rollup/plugin-typescript": "^11.1.6",
68
59
  "@types/jest": "^29.5.12",
69
60
  "axios-mock-adapter": "^1.22.0",
70
61
  "esbuild": "^0.21.5",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
- "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform",
6
+ "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
7
7
  "keywords": [
8
8
  "pdf",
9
9
  "document",
@@ -11,7 +11,7 @@
11
11
  "Verdocs",
12
12
  "embed"
13
13
  ],
14
- "author": "Verdocs, LLC",
14
+ "author": "Verdocs",
15
15
  "license": "MIT",
16
16
  "main": "dist/index.js",
17
17
  "module": "dist/index.mjs",
@@ -32,24 +32,16 @@
32
32
  "url": "https://github.com/Verdocs/js-sdk/issues"
33
33
  },
34
34
  "scripts": {
35
- "buildX": "npm run clean && npm run docs && tsc && npm run lint",
36
35
  "build": "rollup -c --sourcemap --bundleConfigAsCjs",
37
36
  "prepare": "npm run build",
38
- "prepublishOnly": "npm run lint",
39
- "preversion": "npm run lint",
40
- "version": "npm run format && git add -A src",
41
- "postversion": "git push && git push --tags",
42
- "postpublish": "npm run clean",
43
37
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jestconfig.json",
44
38
  "format": "prettier --write \"src/**/*.ts\"",
45
39
  "lint": "tslint -p tsconfig.json",
46
40
  "docs-md": "typedoc --tsconfig ./tsconfig-typedoc.json",
47
41
  "docs-html": "typedoc --tsconfig ./tsconfig-typedoc.json --out docs-html",
48
- "Xdocs-html": "typedoc --tsconfig ./tsconfig-typedoc.json --plugin none --out docs-html",
49
42
  "docs": "npm run docs-md && npm run docs-html",
50
43
  "clear-docs": "aws --profile=verdocs cloudfront create-invalidation --distribution-id E29UFGU4KEH1GQ --paths \"/*\"",
51
44
  "deploy-docs": "npm run docs && aws --profile=verdocs s3 sync --acl public-read --delete docs-html s3://verdocs-developers-js-sdk/ && yarn clear-docs",
52
- "clean": "rm -rf Envelopes Sessions HTTP Organizations Search Templates Users Utils index.js index.d.ts VerdocsEndpoint.* docs docs-html",
53
45
  "push": "npm run build && npm publish"
54
46
  },
55
47
  "publishConfig": {
@@ -64,7 +56,6 @@
64
56
  "devDependencies": {
65
57
  "@jest/globals": "^29.7.0",
66
58
  "@rollup/plugin-commonjs": "^26.0.1",
67
- "@rollup/plugin-typescript": "^11.1.6",
68
59
  "@types/jest": "^29.5.12",
69
60
  "axios-mock-adapter": "^1.22.0",
70
61
  "esbuild": "^0.21.5",