@bbn/bbn 1.0.461 → 1.0.462

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.
package/dist/date.js CHANGED
@@ -185,6 +185,7 @@ const unitsCorrespondence = {
185
185
  'mm': 'i',
186
186
  'min': 'i',
187
187
  'n': 'i',
188
+ 'i': 'i',
188
189
  'SS': 's',
189
190
  'ss': 's',
190
191
  'seconds': 's',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.461",
3
+ "version": "1.0.462",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",