Skip to content

Commit

Permalink
Issue #136 Add ES Module exports
Browse files Browse the repository at this point in the history
- Versioned release candidates for testing
- Some package fixes
  • Loading branch information
kernwig committed Jan 31, 2025
1 parent 5fab62e commit b83c56e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
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",
"version": "5.0.0-rc.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
12 changes: 6 additions & 6 deletions injector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sailplane/injector",
"version": "4.0.1",
"version": "5.0.0-rc.2",
"description": "Simple, light-weight, lazy-instantiating, and type-safe dependency injection in Typescript.",
"keywords": [
"di",
Expand Down Expand Up @@ -30,15 +30,15 @@
},
"devDependencies": {
"@sailplane/logger": "file:../logger",
"bottlejs": "^2.0.1"
"bottlejs": "2.0.x"
},
"peerDependencies": {
"@sailplane/logger": ">=6.0.0",
"@sailplane/logger": "^6.0.0-rc.0",
"bottlejs": "2.0.x"
},
"main": "dist/injector.js",
"module": "dist/injector.mjs",
"types": "dist/injector.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
]
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",
"version": "6.0.0-rc.0",
"description": "CloudWatch and serverless-offline friendly logger.",
"keywords": [
"aws",
Expand Down
10 changes: 5 additions & 5 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 b83c56e

Please sign in to comment.