@ellipticltd/aml-utils 0.15.14 → 0.15.15
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/README.md +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -15,5 +15,5 @@ Run `npx nx lint aml-utils` to execute the lint via [ESLint](https://eslint.org/
|
|
|
15
15
|
Run `npx nx build aml-utils` to build the package
|
|
16
16
|
|
|
17
17
|
## Publishing
|
|
18
|
-
Run
|
|
18
|
+
Run `npx nx publish aml-utils` to build and publish the package
|
|
19
19
|
You can also publish temp version of the package to npm with a tag by running `npx nx publish aml-utils -- --tag "your-tag-name"`
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ellipticltd/aml-utils",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.15",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
+
"create-error": "0.3.1",
|
|
7
8
|
"lodash": "4.17.21",
|
|
8
9
|
"type-check": "0.3.2",
|
|
9
10
|
"validator": "10.10.0",
|