@transferwise/neptune-validation 3.3.2 → 3.3.3
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 +3 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
`@transferwise/neptune-validation` provides common validators. The package is part of [Neptune Web](https://github.com/transferwise/neptune-web) - the Web portion of Neptune, the Design System built by and used at [TransferWise](http://transferwise.com/).
|
|
4
4
|
|
|
5
|
-
Currently the package includes:
|
|
5
|
+
Currently, the package includes:
|
|
6
6
|
|
|
7
7
|
- rule validators to validate form input fields.
|
|
8
8
|
- type validators to validate javascript primitive types.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-validation",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.3",
|
|
4
4
|
"description": "Neptune Web validation",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -53,7 +53,8 @@
|
|
|
53
53
|
"@wise/wds-configs": "0.0.0"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
|
-
"access": "public"
|
|
56
|
+
"access": "public",
|
|
57
|
+
"registry": "https://registry.npmjs.org/"
|
|
57
58
|
},
|
|
58
59
|
"scripts": {
|
|
59
60
|
"test": "jest",
|