create-feltdb 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package-versions.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// One release train keeps generated applications installable. The repository
|
|
2
2
|
// validation script checks these values against every workspace manifest.
|
|
3
|
-
export const FELTDB_PACKAGE_VERSION = '0.6.
|
|
3
|
+
export const FELTDB_PACKAGE_VERSION = '0.6.3';
|
|
4
4
|
export const feltdbPackageRange = `^${FELTDB_PACKAGE_VERSION}`;
|
|
@@ -5856,10 +5856,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
|
5856
5856
|
axum::routing::patch(platform_update_application_member),
|
|
5857
5857
|
)
|
|
5858
5858
|
.route("/api/tenants/{tenant_id}", get(get_tenant))
|
|
5859
|
-
.route(
|
|
5860
|
-
"/api/certification/fixtures/{application_id}",
|
|
5861
|
-
axum::routing::delete(delete_certification_fixture),
|
|
5862
|
-
)
|
|
5863
5859
|
.route("/api/keys", get(list_keys).post(create_key))
|
|
5864
5860
|
.route("/api/keys/{id}", axum::routing::delete(revoke_key))
|
|
5865
5861
|
.route(
|