diff --git a/.repo-content-updater.yaml b/.repo-content-updater.yaml index 3906fd0..b27194a 100644 --- a/.repo-content-updater.yaml +++ b/.repo-content-updater.yaml @@ -1,4 +1,4 @@ -pr_target_grant: develop +pr_target_branch: develop assign_users: - TheLastCicada commit_prefix: "chore: " diff --git a/LICENSE b/LICENSE index 0250a6b..7e8bb6b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,18 +1,4 @@ -Copyright 2024 Chia Network Inc. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. - -You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and limitations under the License. - - - - Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/app-builds.json b/app-builds.json index 251d1ac..8bf8a6e 100644 --- a/app-builds.json +++ b/app-builds.json @@ -1,7 +1,7 @@ { "core-registry-cadt": { "name": "cadt", - "version": "1.7.7", + "version": "1.7.8", "repo": "https://github.com/Chia-Network/Core-Registry-CADT/", "filename_format": "${APP}-${OS}-${ARCH}-${VERSION}.zip", "executable_format": "${APP}", @@ -9,14 +9,14 @@ }, "climate-explorer-chia": { "name": "climate_explorer", - "version": "1.0.38", + "version": "1.0.39", "repo": "https://github.com/Chia-Network/climate-token-driver/", "filename_format": "${APP}_${OS}_${VERSION}_${ARCH}.zip", "executable_format": "${APP}_${VERSION}_${ARCH}" }, "climate-tokenization-engine": { "name": "climate_token_engine", - "version": "1.3.20", + "version": "1.3.21", "repo": "https://github.com/Chia-Network/Climate-Tokenization-Engine/", "filename_format": "${APP}-${OS}-${ARCH}-${VERSION}.zip", "executable_format": "${APP}", @@ -24,7 +24,7 @@ }, "climate-tokenization-chia": { "name": "climate_token_driver", - "version": "1.0.38", + "version": "1.0.39", "repo": "https://github.com/Chia-Network/climate-token-driver/", "filename_format": "${APP}_${OS}_${VERSION}_${ARCH}.zip", "executable_format": "${APP}_${VERSION}_${ARCH}" diff --git a/package-lock.json b/package-lock.json index 856d332..f3e2a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "core-registry-api", - "version": "1.0.19", + "version": "1.0.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "core-registry-api", - "version": "1.0.19", + "version": "1.0.32", "license": "Apache-2.0", "dependencies": { "superagent": "^8.1.2" @@ -2554,9 +2554,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", - "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index bafa3a8..7f7c819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-registry-api", - "version": "1.0.32", + "version": "1.0.33", "description": "Combined Carbon Core Registry API Application", "main": "index.js", "type": "commonjs",