Skip to content

Commit

Permalink
Issue #136 Add ES Module exports
Browse files Browse the repository at this point in the history
- Published new versions
- Added aws-https peer-dependencies so that they are not bundled into the distribution
  • Loading branch information
kernwig committed Feb 8, 2025
1 parent 4bf1760 commit 7fd0f7b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 3 additions & 1 deletion aws-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"nock": "^14.0.0"
},
"peerDependencies": {
"@sailplane/logger": ">=6.0.0"
"@sailplane/logger": ">=6.0.0",
"aws4": "^1.13.2",
"aws-sdk": "^2.1692.0"
},
"dependencies": {
"aws4": "^1.13.2"
Expand Down
2 changes: 1 addition & 1 deletion expiring-value/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sailplane/expiring-value",
"version": "5.0.0-rc.0",
"version": "5.0.0",
"description": "Container for a value that is instantiated on-demand (lazy-loaded via factory) and cached for a limited time.",
"keywords": [
"factory",
Expand Down
2 changes: 1 addition & 1 deletion injector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sailplane/injector",
"version": "5.0.0-rc.2",
"version": "5.0.0",
"description": "Simple, light-weight, lazy-instantiating, and type-safe dependency injection in Typescript.",
"keywords": [
"di",
Expand Down
2 changes: 1 addition & 1 deletion logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sailplane/logger",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"description": "CloudWatch and serverless-offline friendly logger.",
"keywords": [
"aws",
Expand Down
10 changes: 6 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fd0f7b

Please sign in to comment.