Minor fixes, prepped for beta v0.4.1~1

This commit is contained in:
kn0wmad
2023-03-14 17:38:58 -06:00
parent 79e9bc6cc2
commit 53216fef22
4 changed files with 7 additions and 11 deletions

View File

@ -1,10 +1,10 @@
id: robosats
title: "RoboSats"
version: 0.4.1
version: 0.4.1.1
release-notes: |
* Updated to v0.4.0-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.4.0-alpha)
* Updated to v0.4.1-alpha [Release Notes](https://github.com/Reckless-Satoshi/robosats/releases/tag/v0.4.1-alpha)
license: mit
wrapper-repo: "https://github.com/Start9Labs/robosats-wrapper"
wrapper-repo: "https://github.com/kn0wmad/robosats-wrapper"
upstream-repo: "https://github.com/Reckless-Satoshi/robosats"
support-site: "https://github.com/Reckless-Satoshi/robosats/issues"
marketing-site: "https://learn.robosats.com/"
@ -44,8 +44,8 @@ config:
type: script
set:
type: script
properties:
type: script
# properties:
# type: script
# This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked
volumes:
# This is the image where files from the project asset directory will go

View File

@ -1 +1 @@
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.8/mod.ts";
export * from "https://deno.land/x/embassyd_sdk@v0.3.3.0.9/mod.ts";

View File

@ -1,6 +1,5 @@
export { setConfig } from "./procedures/setConfig.ts";
export { getConfig } from "./procedures/getConfig.ts";
export { properties } from "./procedures/properties.ts";
// export { properties } from "./procedures/properties.ts";
export { migration } from "./procedures/migrations.ts";
export { health } from "./procedures/healthChecks.ts";
// export { main } from "./procedures/main.ts";

View File

@ -1,3 +0,0 @@
import { compat, types as T } from "../deps.ts";
export const properties: T.ExpectedExports.properties = compat.properties;