@geekmidas/services 2.0.0 → 2.0.1
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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @geekmidas/services
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 🐛 [#11](https://github.com/geekmidas/toolbox/pull/11) [`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309) Thanks [@geekmidas](https://github.com/geekmidas)! - Patch release across all packages to realign published versions with the
|
|
8
|
+
registry. The previous release only published the four packages that had
|
|
9
|
+
version bumps; the remaining packages failed with "cannot publish over the
|
|
10
|
+
previously published versions" because their versions were unchanged.
|
|
11
|
+
- Updated dependencies [[`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309)]:
|
|
12
|
+
- @geekmidas/envkit@1.1.1
|
|
13
|
+
- @geekmidas/logger@1.0.3
|
|
14
|
+
|
|
3
15
|
## 2.0.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geekmidas/services",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@middy/core": ">=6.3.1",
|
|
59
59
|
"@trpc/server": ">=11.0.0",
|
|
60
60
|
"@types/aws-lambda": ">=8.10.92",
|
|
61
|
-
"@geekmidas/envkit": "^1.1.
|
|
62
|
-
"@geekmidas/logger": "^1.0.
|
|
61
|
+
"@geekmidas/envkit": "^1.1.1",
|
|
62
|
+
"@geekmidas/logger": "^1.0.3"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"@geekmidas/envkit": {
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"@trpc/server": "~11.16.0",
|
|
84
84
|
"@types/aws-lambda": "~8.10.147",
|
|
85
85
|
"@types/node": "~24.9.1",
|
|
86
|
-
"@geekmidas/envkit": "^1.1.
|
|
87
|
-
"@geekmidas/logger": "^1.0.
|
|
86
|
+
"@geekmidas/envkit": "^1.1.1",
|
|
87
|
+
"@geekmidas/logger": "^1.0.3"
|
|
88
88
|
},
|
|
89
89
|
"scripts": {
|
|
90
90
|
"ts": "tsc --noEmit --skipLibCheck src/**/*.ts"
|