@effect-aws/powertools-logger
Advanced tools
Comparing version 0.1.0 to 0.2.0
# @effect-aws/powertools-logger | ||
## 0.2.0 | ||
### Minor Changes | ||
- [`c67b35e`](https://github.com/floydspace/effect-aws/commit/c67b35edcc0e65ca06dfe8981025d1ce3477dcc1) Thanks [@floydspace](https://github.com/floydspace)! - Better install @aws-lambda-powertools/logger as direct dependency instead of peer | ||
## 0.1.0 | ||
@@ -4,0 +10,0 @@ |
@@ -9,3 +9,2 @@ { | ||
"devDependencies": { | ||
"@aws-lambda-powertools/logger": "1.6.0", | ||
"@effect/data": "0.18.4", | ||
@@ -23,12 +22,13 @@ "@effect/io": "0.40.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"npm-check-updates": "^16", | ||
"prettier": "^3.0.3", | ||
"projen": "^0.73.22", | ||
"projen": "^0.73.24", | ||
"typescript": "^5.2.2" | ||
}, | ||
"peerDependencies": { | ||
"@aws-lambda-powertools/logger": "^1.6.0", | ||
"@effect/data": "^0.18.4", | ||
"@effect/io": "^0.40.0" | ||
}, | ||
"dependencies": { | ||
"@aws-lambda-powertools/logger": "^1" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
}, | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"types": "lib/index.d.ts", | ||
@@ -51,8 +51,6 @@ "module": "lib/esm/index.js", | ||
"post-compile": "npx projen post-compile", | ||
"post-upgrade": "npx projen post-upgrade", | ||
"pre-compile": "npx projen pre-compile", | ||
"test": "npx projen test", | ||
"upgrade": "npx projen upgrade", | ||
"watch": "npx projen watch" | ||
} | ||
} |
@@ -54,16 +54,2 @@ { | ||
}, | ||
"post-upgrade": { | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "pnpm exec projen post-upgrade", | ||
"cwd": "packages/powertools-logger" | ||
} | ||
}, | ||
"upgrade": { | ||
"executor": "nx:run-commands", | ||
"options": { | ||
"command": "pnpm exec projen upgrade", | ||
"cwd": "packages/powertools-logger" | ||
} | ||
}, | ||
"watch": { | ||
@@ -70,0 +56,0 @@ "executor": "nx:run-commands", |
@@ -6,3 +6,3 @@ # @effect-aws/powertools-logger | ||
```bash | ||
npm install --save @effect-aws/powertools-logger @aws-lambda-powertools/logger@^1 | ||
npm install --save @effect-aws/powertools-logger | ||
``` | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15
37248
334