diff --git a/package-lock.json b/package-lock.json index 72ef0e4..316c7eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@last9/openapm", - "version": "0.9.1-alpha.2", + "version": "0.9.1-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@last9/openapm", - "version": "0.9.1-alpha.2", + "version": "0.9.1-alpha.3", "license": "Apache-2.0", "dependencies": { "@prisma/client": "^5.13.0", diff --git a/package.json b/package.json index 9f4939a..23b1864 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@last9/openapm", "description": "OpenAPM for Node.js", - "version": "0.9.1-alpha.2", + "version": "0.9.1-alpha.3", "main": "dist/src/index.js", "module": "dist/esm/src/index.js", "scripts": {