xrpl 4.2.0 → 4.2.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.

Potentially problematic release.


This version of xrpl might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrpl",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "license": "ISC",
5
5
  "description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
6
6
  "files": [
@@ -49,30 +49,6 @@
49
49
  "resolutions": {
50
50
  "elliptic": "^6.5.4"
51
51
  },
52
- "scripts": {
53
- "build": "run-s build:lib build:snippets build:web",
54
- "build:snippets": "tsc --build ./snippets/tsconfig.json",
55
- "build:lib": "tsc --build tsconfig.build.json",
56
- "build:web": "webpack",
57
- "build:browserTests": "webpack --config ./test/webpack.config.js",
58
- "analyze": "webpack --analyze",
59
- "watch": "run-s build:lib --watch",
60
- "clean": "rm -rf ./dist ./coverage ./test/testCompiledForWeb tsconfig.build.tsbuildinfo",
61
- "docgen": "tsc --build tsconfig.docs.json && typedoc && echo js.xrpl.org >> ../../docs/CNAME",
62
- "prepare": "copyfiles ../../README.md xrpl/README.md",
63
- "prepublish": "run-s clean build",
64
- "test": "jest --config=jest.config.unit.js --verbose false --silent=false",
65
- "test:integration": "TS_NODE_PROJECT=tsconfig.build.json jest --config=jest.config.integration.js --verbose false --silent=false --runInBand",
66
- "test:browser": "npm run build && npm run build:browserTests && karma start ./karma.config.js",
67
- "test:watch": "jest --watch --verbose false --silent=false --runInBand ./test/**/*.test.ts --testPathIgnorePatterns=./test/integration --testPathIgnorePatterns=./test/fixtures",
68
- "format": "prettier --write '{src,test}/**/*.ts'",
69
- "lint": "eslint . --ext .ts --max-warnings 0",
70
- "perf": "./scripts/perf_test.sh",
71
- "compile:snippets": "tsc -p snippets/tsconfig.json",
72
- "start:snippet": "npm run compile:snippets && node",
73
- "inspect:snippet": "npm run compile:snippets && node inspect"
74
- },
75
- "prettier": "@xrplf/prettier-config",
76
52
  "repository": {
77
53
  "type": "git",
78
54
  "url": "git@github.com:XRPLF/xrpl.js.git"