diff --git a/package-lock.json b/package-lock.json index 490473d..9632015 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "torrust-index-api-lib", - "version": "3.0.0-alpha.12", + "version": "3.0.0-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "torrust-index-api-lib", - "version": "3.0.0-alpha.12", + "version": "3.0.0-beta", "license": "SEE LICENSE IN COPYRIGHT", "dependencies": { - "torrust-index-types-lib": "^3.0.0-alpha.12" + "torrust-index-types-lib": "^3.0.0-beta" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.7.4", @@ -1663,8 +1663,8 @@ } }, "node_modules/torrust-index-types-lib": { - "version": "3.0.0-alpha.12", - "resolved": "https://registry.npmjs.org/torrust-index-types-lib/-/torrust-index-types-lib-3.0.0-alpha.12.tgz", + "version": "3.0.0-beta", + "resolved": "https://registry.npmjs.org/torrust-index-types-lib/-/torrust-index-types-lib-3.0.0-beta.tgz", "integrity": "sha512-OoNnvhvRy9D+DnsgTWvRTRwbys6kusPfRggfzuM40G+8iH/9gvJvvELKZrVflw3rb1zOpNsuJ8UVN7e2Y23tFA==", "license": "SEE LICENSE IN COPYRIGHT" }, @@ -1778,4 +1778,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 89134b3..3f9c916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "torrust-index-api-lib", - "version": "3.0.0-alpha.12", + "version": "3.0.0-beta", "description": "Contains API functions for the Torrust project.", "repository": { "type": "git", @@ -23,6 +23,6 @@ "typescript": "^5.2.2" }, "dependencies": { - "torrust-index-types-lib": "^3.0.0-alpha.12" + "torrust-index-types-lib": "^3.0.0-beta" } -} +} \ No newline at end of file