simple-log-methods 0.6.9 → 0.6.11
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/package.json +12 -10
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "simple-log-methods",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "a simple and opinionated logging library. plays well with aws lambda + cloudwatch.",
|
|
5
|
-
"version": "0.6.
|
|
5
|
+
"version": "0.6.11",
|
|
6
6
|
"repository": "ehmpathy/simple-log-methods",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/simple-log-methods",
|
|
8
8
|
"keywords": [
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"preversion": "npm run prepush",
|
|
54
54
|
"postversion": "git push origin HEAD --tags --no-verify",
|
|
55
55
|
"prepare:husky": "husky install && chmod ug+x .husky/*",
|
|
56
|
-
"prepare:rhachet": "rhachet init
|
|
56
|
+
"prepare:rhachet": "rhachet init --hooks --roles mechanic behaver driver reviewer librarian ergonomist architect reflector dreamer dispatcher",
|
|
57
57
|
"prepare": "if [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fi"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@ehmpathy/error-fns": "^1.3.7",
|
|
61
61
|
"domain-glossary-procedure": "^1.0.0",
|
|
62
|
-
"domain-objects": "0.31.
|
|
63
|
-
"helpful-errors": "1.
|
|
64
|
-
"iso-time": "^1.
|
|
62
|
+
"domain-objects": "0.31.10",
|
|
63
|
+
"helpful-errors": "1.7.2",
|
|
64
|
+
"iso-time": "^1.11.5",
|
|
65
65
|
"type-fns": "1.21.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@types/jest": "30.0.0",
|
|
76
76
|
"@types/node": "22.15.21",
|
|
77
77
|
"cz-conventional-changelog": "3.3.0",
|
|
78
|
-
"declapract": "^0.13.
|
|
78
|
+
"declapract": "^0.13.18",
|
|
79
79
|
"declapract-typescript-ehmpathy": "^0.47.14",
|
|
80
80
|
"declastruct": "1.7.3",
|
|
81
81
|
"declastruct-github": "1.3.0",
|
|
@@ -83,10 +83,12 @@
|
|
|
83
83
|
"esbuild-register": "3.6.0",
|
|
84
84
|
"husky": "8.0.3",
|
|
85
85
|
"jest": "30.2.0",
|
|
86
|
-
"rhachet": "1.
|
|
87
|
-
"rhachet-
|
|
88
|
-
"rhachet-
|
|
89
|
-
"rhachet-roles-
|
|
86
|
+
"rhachet": "1.39.7",
|
|
87
|
+
"rhachet-brains-anthropic": "^0.4.0",
|
|
88
|
+
"rhachet-brains-xai": "^0.3.3",
|
|
89
|
+
"rhachet-roles-bhrain": "0.23.10",
|
|
90
|
+
"rhachet-roles-bhuild": "0.15.0",
|
|
91
|
+
"rhachet-roles-ehmpathy": "1.34.19",
|
|
90
92
|
"test-fns": "1.4.2",
|
|
91
93
|
"tsc-alias": "1.8.10",
|
|
92
94
|
"tsx": "4.20.6",
|