diff --git a/.vscode/settings.json b/.vscode/settings.json index 473934b..d7fb6bd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ "/pup.json", "/pup.jsonc" ], - "url": "https://jsr.io/@pup/pup/1.0.0-rc.17/docs/pup.schema.json" + "url": "https://jsr.io/@pup/pup/1.0.0-rc.18/docs/pup.schema.json" } ] } diff --git a/README.md b/README.md index c6f4794..5a95eaa 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ _For detailed documentation, visit [pup.56k.guru](https://pup.56k.guru)._ To install Pup, open your terminal and execute the following command: ```bash -deno run -Ar jsr:@pup/pup@1.0.0-rc.17 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.18 setup --channel prerelease ``` This command downloads the latest version of Pup and installs it on your system. The `--channel prerelease` option is included as there is no stable version of Pup yet. Read more abour release diff --git a/application.meta.ts b/application.meta.ts index a54dc35..e31bef8 100644 --- a/application.meta.ts +++ b/application.meta.ts @@ -21,8 +21,8 @@ const Application = { name: "pup", - version: "1.0.0-rc.17", - url: "jsr:@pup/pup/$VERSION/pup.ts", + version: "1.0.0-rc.18", + url: "jsr:@pup/pup@$VERSION", canary_url: "https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts", deno: null, /* Minimum stable version of Deno required to run Pup (without --unstable-* flags) */ deno_unstable: "1.42.0", /* Minimum version of Deno required to run Pup (with --unstable-* flags) */ diff --git a/deno.json b/deno.json index cc88f1f..6b9b213 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@pup/pup", - "version": "1.0.0-rc.17", + "version": "1.0.0-rc.18", "exports": "./pup.ts", "fmt": { diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 7e3b2f6..ba95322 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -9,7 +9,7 @@ nav_order: 13 All notable changes to this project will be documented in this section. -## [1.0.0-rc.17] - 2024-04-14 +## [1.0.0-rc.18] - 2024-04-14 - fix(packaging): Fix regression bug in upgrader after moving to jsr.io diff --git a/docs/src/examples/basic/pup.jsonc b/docs/src/examples/basic/pup.jsonc index 5962ac4..c42b2e1 100644 --- a/docs/src/examples/basic/pup.jsonc +++ b/docs/src/examples/basic/pup.jsonc @@ -1,6 +1,6 @@ { // Completely optional: Include $schema to get auto completion in VS Code etc... - "$schema": "https://jsr.io/@pup/pup/1.0.0-rc.17/docs/pup.schema.json", + "$schema": "https://jsr.io/@pup/pup/1.0.0-rc.18/docs/pup.schema.json", // Global logger configuration, all options can be ovverridden per process "logger": { diff --git a/docs/src/index.md b/docs/src/index.md index 18be263..25f724d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,7 +30,7 @@ Pup is centered on a single configuration file, `pup.json`, which manages all as To install Pup, open your terminal and execute the following command: ```bash -deno run -Ar jsr:@pup/pup@1.0.0-rc.17 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.18 setup --channel prerelease ``` This command downloads the latest version of Pup and installs it on your system. The `--channel prerelease` option is included as there is no stable version of Pup yet. Read more abour release diff --git a/docs/src/installation.md b/docs/src/installation.md index 74d9391..8cf3184 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -20,7 +20,7 @@ Before proceeding with the installation, ensure that you have the following inst To install Pup, open your terminal and execute the following command: ```bash -deno run -Ar jsr:@pup/pup@1.0.0-rc.17 setup --channel prerelease +deno run -Ar jsr:@pup/pup@1.0.0-rc.18 setup --channel prerelease ``` This command downloads the latest version of Pup and installs it on your system. diff --git a/versions.json b/versions.json index 8f79796..fb9f379 100644 --- a/versions.json +++ b/versions.json @@ -2,9 +2,23 @@ "canary_url": "https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts", "stable": [], "prerelease": [ + { + "version": "1.0.0-rc.18", + "url": "jsr:@pup/pup@1.0.0-rc.18", + "deno": null, + "deno_unstable": "1.42.0", + "default_permissions": [ + "--allow-env", + "--allow-read", + "--allow-write", + "--allow-sys=loadavg,systemMemoryInfo,osUptime,osRelease", + "--allow-net", + "--allow-run" + ] + }, { "version": "1.0.0-rc.17", - "url": "jsr:@pup/pup/1.0.0-rc.17/pup.ts", + "url": "jsr:@pup/pup@1.0.0-rc.17", "deno": null, "deno_unstable": "1.42.0", "default_permissions": [ @@ -18,7 +32,7 @@ }, { "version": "1.0.0-rc.16", - "url": "jsr:@pup/pup/1.0.0-rc.16/pup.ts", + "url": "jsr:@pup/pup@1.0.0-rc.16", "deno": null, "deno_unstable": "1.42.0", "default_permissions": [ @@ -32,7 +46,7 @@ }, { "version": "1.0.0-rc.15", - "url": "jsr:@pup/pup/1.0.0-rc.15/pup.ts", + "url": "jsr:@pup/pup@1.0.0-rc.15", "deno": null, "deno_unstable": "1.42.0", "default_permissions": [