@availity/dockyard 1.0.4 → 1.0.5
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/CHANGELOG.md +4 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.0.5](https://github.com/Availity/sdk-js/compare/@availity/dockyard@1.0.4...@availity/dockyard@1.0.5) (2024-02-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [1.0.4](https://github.com/Availity/sdk-js/compare/@availity/dockyard@1.0.3...@availity/dockyard@1.0.4) (2023-08-23)
|
|
6
10
|
|
|
7
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/dockyard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Convert yup schema to a friendly docs object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yup",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"lint": "eslint src",
|
|
28
28
|
"lint:fix": "eslint src --fix",
|
|
29
29
|
"clean": "rm -rf node_modules && rm -rf dist",
|
|
30
|
-
"bundlesize": "bundlesize",
|
|
31
30
|
"publish": "yarn npm publish --tolerate-republish --access public"
|
|
32
31
|
},
|
|
33
32
|
"dependencies": {
|