Skip to content

Commit

Permalink
Full dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Sep 18, 2024
1 parent 850e9f0 commit 7bfd1b7
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To install Pup, make sure you run the latest version of your runtime environment
**Deno**:

```bash
deno run -Ar jsr:@pup/[email protected].44 setup --channel prerelease
deno run -Ar jsr:@pup/[email protected].45 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
Expand Down
2 changes: 1 addition & 1 deletion application.meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

const Application = {
name: "pup",
version: "1.0.0-rc.44",
version: "1.0.0-rc.45",
url: "jsr:@pup/pup@$VERSION",
description: "Powerful universal process manager, designed to keep your scripts, applications and services alive.",
canary_url: "https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts",
Expand Down
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pup/pup",
"version": "1.0.0-rc.44",
"version": "1.0.0-rc.45",

"exports": {
".": "./pup.ts",
Expand Down Expand Up @@ -40,11 +40,11 @@
"@cross/env": "jsr:@cross/env@~1.0.2",
"@cross/fs": "jsr:@cross/fs@~0.1.11",
"@cross/jwt": "jsr:@cross/jwt@~0.5.0",
"@cross/kv": "jsr:@cross/kv@^0.16.4",
"@cross/runtime": "jsr:@cross/runtime@^1.1.0",
"@cross/kv": "jsr:@cross/kv@~0.17.0",
"@cross/runtime": "jsr:@cross/runtime@~1.1.0",
"@cross/service": "jsr:@cross/service@~1.0.3",
"@cross/test": "jsr:@cross/test@~0.0.9",
"@cross/utils": "jsr:@cross/utils@^0.15.0",
"@cross/utils": "jsr:@cross/utils@^0.16.0",
"@hexagon/croner": "jsr:@hexagon/croner@~8.1.0",
"@oak/oak": "jsr:@oak/oak@^17.0.0",
"@pup/api-client": "jsr:@pup/api-client@~2.0.0",
Expand All @@ -57,7 +57,7 @@
"@std/io": "jsr:@std/io@~0.224.0",
"@std/path": "jsr:@std/path@~1.0.1",
"@std/semver": "jsr:@std/semver@^1.0.3",
"dax-sh": "npm:dax-sh@~0.41.0",
"dax-sh": "npm:dax-sh@~0.42.0",
"filesize": "npm:filesize@~10.1.1",
"json5": "npm:json5@~2.2.3",
"timeago.js": "npm:timeago.js@~4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Universal Process Manager"
},
"substitute": {
"$PUP_VERSION": "1.0.0-rc.44"
"$PUP_VERSION": "1.0.0-rc.45"
},
"top_links": [
{
Expand Down
4 changes: 4 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ nav_order: 13

All notable changes to this project will be documented in this section.

## [1.0.0-rc.45] - 2024-09-04

- chore(deps): Full dependency update

## [1.0.0-rc.44] - 2024-09-04

- fix(core): Fix limit of application state writes
Expand Down
15 changes: 15 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
"canary_url": "https://raw.githubusercontent.com/Hexagon/pup/main/pup.ts",
"stable": [],
"prerelease": [
{
"version": "1.0.0-rc.45",
"url": "jsr:@pup/[email protected]",
"deno": "1.43.0",
"deno_unstable": "1.43.0",
"default_permissions": [
"--allow-env",
"--allow-read",
"--allow-write",
"--allow-sys=loadavg,systemMemoryInfo,osUptime,osRelease,uid,gid",
"--allow-net",
"--allow-run",
"--allow-ffi"
]
},
{
"version": "1.0.0-rc.44",
"url": "jsr:@pup/[email protected]",
Expand Down

0 comments on commit 7bfd1b7

Please sign in to comment.