Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Nov 1, 2023
1 parent ae004c9 commit d6bcd3d
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compute-file-server-cli"
version = "0.0.2-main"
version = "1.1.0"
edition = "2021"
description = "Uploads files to Fastly for serving directly from within Fastly Compute applications. Upload any type of file: images, text, video etc and serve directly from Fastly. It is ideal for serving files built from a static site generator such as 11ty."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions libraries/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jakechampion/compute-file-server",
"version": "0.0.2-main",
"version": "1.1.0",
"description": "JavaScript library used to serve files from Fastly Object Store.",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion libraries/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compute-file-server"
version = "0.0.2-main"
version = "1.1.0"
edition = "2021"
description = "Library used to serve files from Fastly Object Store."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion npm/c-at-e-file-server-darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compute-file-server-darwin-arm64": "compute-file-server"
},
"type": "module",
"version": "0.0.2-main",
"version": "1.1.0",
"main": "index.js",
"description": "The macOS 64-bit binary for @jakechampion/compute-file-server-cli, which uploads files to Fastly for serving directly from within Fastly Compute applications. Upload any type of file: images, text, video etc and serve directly from Fastly. It is ideal for serving files built from a static site generator such as 11ty.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/c-at-e-file-server-darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compute-file-server-darwin-x64": "compute-file-server"
},
"type": "module",
"version": "0.0.2-main",
"version": "1.0.0",
"main": "index.js",
"description": "The macOS 64-bit binary for @jakechampion/compute-file-server-cli, which uploads files to Fastly for serving directly from within Fastly Compute applications. Upload any type of file: images, text, video etc and serve directly from Fastly. It is ideal for serving files built from a static site generator such as 11ty.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/c-at-e-file-server-linux-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compute-file-server-linux-x64": "compute-file-server"
},
"type": "module",
"version": "0.0.2-main",
"version": "1.1.0",
"main": "index.js",
"description": "The Linux 64-bit binary for @jakechampion/compute-file-server-cli, which uploads files to Fastly for serving directly from within Fastly Compute applications. Upload any type of file: images, text, video etc and serve directly from Fastly. It is ideal for serving files built from a static site generator such as 11ty.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/c-at-e-file-server-win32-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"compute-file-server-win32-x64": "compute-file-server"
},
"type": "module",
"version": "0.0.2-main",
"version": "1.1.0",
"main": "index.js",
"description": "The Windows 64-bit binary for @jakechampion/compute-file-server-cli, which uploads files to Fastly for serving directly from within Fastly Compute applications. Upload any type of file: images, text, video etc and serve directly from Fastly. It is ideal for serving files built from a static site generator such as 11ty.",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions npm/c-at-e-file-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jakechampion/compute-file-server-cli",
"version": "0.0.2-main",
"version": "1.1.0",
"description": "Uploads files to Fastly for serving directly from within Fastly Compute applications. Upload any type of file: images, text, video etc and serve directly from Fastly. It is ideal for serving files built from a static site generator such as 11ty.",
"type": "module",
"publishConfig": {
Expand All @@ -23,10 +23,10 @@
"compute-file-server": "./compute-file-server.js"
},
"optionalDependencies": {
"@jakechampion/compute-file-server-darwin-arm64": "0.0.2-main",
"@jakechampion/compute-file-server-darwin-x64": "0.0.2-main",
"@jakechampion/compute-file-server-linux-x64": "0.0.2-main",
"@jakechampion/compute-file-server-win32-x64": "0.0.2-main"
"@jakechampion/compute-file-server-darwin-arm64": "1.1.0",
"@jakechampion/compute-file-server-darwin-x64": "1.1.0",
"@jakechampion/compute-file-server-linux-x64": "1.1.0",
"@jakechampion/compute-file-server-win32-x64": "1.1.0"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit d6bcd3d

Please sign in to comment.