@toa.io/extensions.exposition 1.0.0-alpha.220 → 1.0.0-alpha.222

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.
@@ -120,7 +120,7 @@ configuration:
120
120
  default: 1024
121
121
  ttl:
122
122
  type: integer
123
- default: 600_000
123
+ default: 600000
124
124
  default: {}
125
125
 
126
126
  exposition:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/extensions.exposition",
3
- "version": "1.0.0-alpha.220",
3
+ "version": "1.0.0-alpha.222",
4
4
  "description": "Toa Exposition",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -64,5 +64,5 @@
64
64
  },
65
65
  "testEnvironment": "node"
66
66
  },
67
- "gitHead": "1b60e4dea1322b6a9dd4a7e1f39fed81624c407c"
67
+ "gitHead": "74eced11b2c57a800533bc03ea42cfa2c0487f4b"
68
68
  }