Skip to content

Commit 265fe3d

Browse files
committed
reset versions for real release
1 parent a497b2c commit 265fe3d

File tree

9 files changed

+1213
-1478
lines changed

9 files changed

+1213
-1478
lines changed

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "0.0.2",
3+
"version": "0.0.0",
44
"description": "A shared utility package for AWS Lambda powertools (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",

packages/logger/npm-shrinkwrap.json

Lines changed: 372 additions & 418 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/logger",
3-
"version": "0.1.0-beta.8",
3+
"version": "0.0.0",
44
"description": "The logging package for the AWS Lambda powertools (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@types/jest": "^27.0.0",
4141
"@types/lodash": "^4.14.168",
42-
"@types/node": "^17.0.0",
42+
"@types/node": "^16.0.0",
4343
"@typescript-eslint/eslint-plugin": "^5.4.0",
4444
"@typescript-eslint/parser": "^5.4.0",
4545
"eslint": "^8.3.0",

packages/metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Metrics has two global settings that will be used across all metrics emitted:
3030
```typescript
3131
// Import the library
3232
import { Metrics, MetricUnits } from '../src';
33-
// When going public, it will be something like: import { Metrics, MetricUnits } from '@flochaz/metrics';
33+
// When going public, it will be something like: import { Metrics, MetricUnits } from '@aws-lambda-powertools/metrics';
3434

3535
process.env.POWERTOOLS_METRICS_NAMESPACE = 'hello-world';
3636
process.env.POWERTOOLS_SERVICE_NAME = 'hello-world-service';

0 commit comments

Comments
 (0)