Skip to content

Commit 8a4afed

Browse files
authored
Merge pull request #164 from glideapps/deprecate-fetch-json
docs: ➖ deprecate fetch JSON column
2 parents 7928f70 + 0675712 commit 8a4afed

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
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 && 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

Lines changed: 1 addition & 0 deletions
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)