Skip to content

Commit 5ea6fd2

Browse files
committed
DEVLIB-1233: Rename Compute@Edge to Compute
1 parent 5fd5a42 commit 5ea6fd2

File tree

5 files changed

+18
-23
lines changed

5 files changed

+18
-23
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ dist
108108
# TernJS port file
109109
.tern-port
110110

111-
# Compute@Edge build artifacts
111+
# Compute build artifacts
112112
pkg
113113
bin

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Deploy to Fastly](https://deploy.edgecompute.app/button)](https://deploy.edgecompute.app/deploy)
44

5-
An application template for validating requests against an OpenAPI 3.x definition, in JavaScript, for Fastly's Compute@Edge environment.
5+
An application template for validating requests against an OpenAPI 3.x definition, in JavaScript, for Fastly Compute.
66

77
### OpenAPI, briefly
88

@@ -22,7 +22,7 @@ This starter kit makes it possible to define custom request handling logic at th
2222

2323
Replace the contents of `src/definition.json` with your own OpenAPI 3.x definition, and change any references to `httpbin.org` to your origin in `fastly.toml` – by replacing the `url` in `local_server.backends.origin`, and the `address` (hostname) in `setup.backends.origin`.
2424

25-
Then run `fastly compute serve` to try out this Compute@Edge app on your local machine, or `fastly compute publish` to publish a new Compute@Edge service.
25+
Then run `fastly compute serve` to try out this Compute app on your local machine, or `fastly compute publish` to publish a new Compute service.
2626

2727
### Request handling
2828

@@ -32,7 +32,7 @@ OpenAPI validation errors are logged in both cases.
3232

3333
To forward all requests to the origin, set the constant `REJECT_INVALID_REQUESTS` to `false`.
3434

35-
**For more details about other starter kits for Compute@Edge, see the [Fastly Developer Hub](https://developer.fastly.com/solutions/starters)**
35+
**For more details about other starter kits for Compute, see the [Fastly Developer Hub](https://developer.fastly.com/solutions/starters)**
3636

3737
## Security issues
3838

fastly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file describes a Fastly Compute@Edge package. To learn more visit:
1+
# This file describes a Fastly Compute package. To learn more visit:
22
# https://developer.fastly.com/reference/fastly-toml/
33

44
authors = ["<oss@fastly.com>"]

npm-shrinkwrap.json

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
},
55
"devDependencies": {
66
"buffer": "^6.0.3",
7-
"core-js": "^3.27.2",
7+
"core-js": "^3.33.1",
88
"g": "^2.0.1",
99
"https-browserify": "^1.0.0",
10-
"openapi-backend": "^5.6.2",
10+
"openapi-backend": "^5.10.5",
1111
"process": "^0.11.10",
1212
"stream-http": "^3.2.0",
13-
"webpack": "^5.76.2",
14-
"webpack-cli": "^5.0.1"
13+
"webpack": "^5.89.0",
14+
"webpack-cli": "^5.1.4"
1515
},
1616
"dependencies": {
17-
"@fastly/js-compute": "^3.4.0"
17+
"@fastly/js-compute": "^3.7.0"
1818
},
1919
"scripts": {
2020
"prebuild": "webpack",

0 commit comments

Comments
 (0)