@ellipticltd/aml-utils 0.15.13 → 0.15.14

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -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 `npx nx publish aml-utils` to build and publish the package
18
+ Run `` 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ellipticltd/aml-utils",
3
- "version": "0.15.13",
3
+ "version": "0.15.14",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {