Tweaks, fixes, and version bump

This commit is contained in:
2023-05-23 15:05:13 -04:00
parent c062bae677
commit e1f5bb67fd
3 changed files with 8 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mifi/services-common",
"version": "1.0.0",
"version": "1.0.1",
"author": "mifi (Mike Fitzpatrick)",
"license": "MIT",
"scripts": {
@@ -15,9 +15,9 @@
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@tsconfig/node16": "^1.0.3",
"@tsconfig/node16": "^1.0.4",
"@types/jest": "^29.5.1",
"@types/node": "^18.14.0",
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"babel-jest": "^29.5.0",