@aws-blocks/bb-metrics 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -181,6 +181,3 @@ Delete nothing to reset — there's no local state to clear.
181
181
 
182
182
 
183
183
 
184
- ## See Also
185
-
186
- - [DESIGN.md](./DESIGN.md) — Infrastructure details, EMF format, and design decisions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-blocks/bb-metrics",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "author": "Amazon Web Services",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -27,8 +27,8 @@
27
27
  "test": "node --test dist/**/*.test.js"
28
28
  },
29
29
  "dependencies": {
30
- "@aws-blocks/core": "^0.1.0",
31
- "@aws-blocks/bb-logger": "^0.1.0"
30
+ "@aws-blocks/core": "^0.1.1",
31
+ "@aws-blocks/bb-logger": "^0.1.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^20.0.0",