proper versioning

This commit is contained in:
Dave Horton
2025-03-03 09:10:47 -05:00
parent 09b979a8a3
commit 0faab654ed
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "sbc-inbound",
"version": "0.9.2-1",
"version": "0.9.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "sbc-inbound",
"version": "0.9.2-1",
"version": "0.9.2",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-auto-scaling": "^3.549.0",

View File

@@ -1,6 +1,6 @@
{
"name": "sbc-inbound",
"version": "0.9.2-1",
"version": "0.9.2",
"main": "app.js",
"engines": {
"node": ">= 18.0.0"