Skip to content

Commit 6faede2

Browse files
authored
Merge branch 'master' into update-readme-remove-link
2 parents ff1f45b + 8a4afed commit 6faede2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"manifest": "script/build.sh",
8-
"build": "npm test && npm run manifest && NODE_OPTIONS=--openssl-legacy-provider next build",
8+
"build": "NODE_OPTIONS=--openssl-legacy-provider npm test && npm run manifest && NODE_OPTIONS=--openssl-legacy-provider next build",
99
"export": "npm run manifest",
1010
"dev": "jest --watchAll & next dev",
1111
"start": "npm run dev",

src/columns/fetch.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const run: glide.Column = async (url, query) => {
2727

2828
export default glide.column({
2929
name: "Fetch JSON",
30+
deprecated: true,
3031
category: "Data & APIs",
3132
released: "sandboxed",
3233
description: "Fetch and optionally transform JSON",

0 commit comments

Comments
 (0)