@mountainpass/problem-document 0.0.53 → 0.0.54
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/.dry-aged-deps.json +0 -1
- package/.husky/commit-msg +1 -3
- package/.husky/pre-commit +1 -3
- package/.husky/pre-push +1 -3
- package/package.json +3 -3
package/.dry-aged-deps.json
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"eslint-plugin-jsonc": "Major version upgrade; blocked by eslint 8.x constraint",
|
|
11
11
|
"eslint-plugin-no-secrets": "Major version upgrade; blocked by eslint 8.x constraint",
|
|
12
12
|
"eslint-plugin-unicorn": "Major version upgrade; blocked by eslint 8.x constraint",
|
|
13
|
-
"husky": "Major version upgrade; requires migration to new config format",
|
|
14
13
|
"jest": "Pinned to ^27; upgrade requires ts-jest migration",
|
|
15
14
|
"jest-junit": "Major version upgrade; blocked by jest 27.x constraint",
|
|
16
15
|
"ts-jest": "Pinned to jest 27.x; upgrade requires jest migration"
|
package/.husky/commit-msg
CHANGED
package/.husky/pre-commit
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
|
|
2
|
-
. "$(dirname "$0")/_/husky.sh"
|
|
3
|
-
git diff --name-only --staged | npx cspell lint --dot --gitignore --show-suggestions --no-must-find-files --file-list stdin
|
|
1
|
+
git diff --name-only --staged | npx cspell lint --dot --gitignore --show-suggestions --no-must-find-files --file-list stdin
|
package/.husky/pre-push
CHANGED
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"eslint": "eslint --ext .ts,.tsx --fix --no-error-on-unmatched-pattern src test build-tools",
|
|
12
12
|
"eslint:json": "eslint --no-eslintrc --no-error-on-unmatched-pattern --config .eslintrc-json.json --ext .json .",
|
|
13
13
|
"package": "mkdir -p dist/js && npm pack --pack-destination dist/js",
|
|
14
|
-
"prepare": "husky
|
|
14
|
+
"prepare": "husky",
|
|
15
15
|
"spellcheck": "cspell lint --gitignore --dot --show-suggestions -e \".git/**\" \"**\"",
|
|
16
16
|
"test": "jest --passWithNoTests --all --updateSnapshot && npm run eslint && npm run spellcheck && npm run eslint:json",
|
|
17
17
|
"test:update": "jest --updateSnapshot",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"eslint-plugin-prettier": "^5",
|
|
46
46
|
"eslint-plugin-unicorn": "^42.0.0",
|
|
47
47
|
"http-status-codes": "^2.2.0",
|
|
48
|
-
"husky": "^
|
|
48
|
+
"husky": "^9",
|
|
49
49
|
"jest": "^27",
|
|
50
50
|
"jest-junit": "^13",
|
|
51
51
|
"json-schema": "^0.4.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"version": "0.0.
|
|
66
|
+
"version": "0.0.54",
|
|
67
67
|
"bugs": {
|
|
68
68
|
"url": "https://github.com/mountain-pass/problem-document/issues"
|
|
69
69
|
},
|