@ubiquity-os/plugin-sdk 3.1.5 → 3.1.7

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/index.js CHANGED
@@ -101,7 +101,7 @@ var DenoRuntimeInfo = class extends PluginRuntimeInfo {
101
101
  }
102
102
  get runUrl() {
103
103
  const projectName = Deno.env.get("DENO_PROJECT_NAME");
104
- const baseUrl = `https://dash.deno.com/${projectName}/logs`;
104
+ const baseUrl = `https://dash.deno.com/project/${projectName}/logs`;
105
105
  const start = new Date(Date.now() - 6e4).toISOString();
106
106
  const end = new Date(Date.now() + 6e4).toISOString();
107
107
  const filters = {
package/dist/index.mjs CHANGED
@@ -63,7 +63,7 @@ var DenoRuntimeInfo = class extends PluginRuntimeInfo {
63
63
  }
64
64
  get runUrl() {
65
65
  const projectName = Deno.env.get("DENO_PROJECT_NAME");
66
- const baseUrl = `https://dash.deno.com/${projectName}/logs`;
66
+ const baseUrl = `https://dash.deno.com/project/${projectName}/logs`;
67
67
  const start = new Date(Date.now() - 6e4).toISOString();
68
68
  const end = new Date(Date.now() + 6e4).toISOString();
69
69
  const filters = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubiquity-os/plugin-sdk",
3
- "version": "3.1.5",
3
+ "version": "3.1.7",
4
4
  "description": "SDK for plugin support.",
5
5
  "author": "Ubiquity DAO",
6
6
  "license": "MIT",