@availity/dockyard 1.0.6 → 1.0.7

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 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.7](https://github.com/Availity/sdk-js/compare/@availity/dockyard@1.0.6...@availity/dockyard@1.0.7) (2024-07-29)
6
+
7
+
8
+
5
9
  ## [1.0.6](https://github.com/Availity/sdk-js/compare/@availity/dockyard@1.0.5...@availity/dockyard@1.0.6) (2024-05-30)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@availity/dockyard",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Convert yup schema to a friendly docs object",
5
5
  "keywords": [
6
6
  "yup",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "tsup": "^7.2.0",
37
- "typescript": "^5.1.6",
37
+ "typescript": "^5.5.4",
38
38
  "yup": "^0.32.11"
39
39
  },
40
40
  "publishConfig": {
package/project.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
- "root": "packages/dockyard",
2
+ "name": "@availity/dockyard",
3
+ "$schema": "../../node_modules/nx/schemas/project-schema.json",
3
4
  "projectType": "library",
4
5
  "targets": {
5
6
  "test": {
6
7
  "executor": "@nx/jest:jest",
7
- "outputs": ["coverage/dockyard"],
8
+ "outputs": ["{workspaceRoot}/coverage/dockyard"],
8
9
  "options": {
9
- "jestConfig": "packages/dockyard/jest.config.js",
10
- "passWithNoTests": true
10
+ "jestConfig": "packages/dockyard/jest.config.js"
11
11
  }
12
12
  },
13
13
  "version": {
@@ -15,16 +15,15 @@
15
15
  "options": {
16
16
  "preset": "angular",
17
17
  "commitMessageFormat": "chore({projectName}): release version ${version} [skip ci]",
18
- "tagPrefix": "@availity/{projectName}@",
18
+ "tagPrefix": "{projectName}@",
19
19
  "baseBranch": "master",
20
20
  "trackDeps": true
21
21
  }
22
22
  },
23
23
  "lint": {
24
- "executor": "@nx/linter:eslint",
24
+ "executor": "@nx/eslint:lint",
25
25
  "options": {
26
26
  "eslintConfig": ".eslintrc.yaml",
27
- "lintFilePatterns": ["packages/dockyard/**/*.{js,ts}"],
28
27
  "silent": false,
29
28
  "fix": false,
30
29
  "cache": true,