We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d0f45 commit a8467f8Copy full SHA for a8467f8
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codex-data/sdk",
3
- "version": "2.1.2",
+ "version": "2.2.0",
4
"engines": {
5
"node": ">=17.5.0"
6
},
@@ -23,7 +23,7 @@
23
"build:cjs": "tsc",
24
"build:esm": "tsc -p tsconfig.esm.json",
25
"build:rename-esm": "find dist-esm -name '*.js' -exec sh -c 'mv \"$1\" \"${1%.js}.mjs\"' _ {} \\; && cp -r dist-esm/* dist/ && rm -rf dist-esm",
26
- "fetch:schema": "curl -s https://staging.graph.codex.io/schema/latest.graphql --output src/resources/schema.graphql",
+ "fetch:schema": "curl -s https://graph.codex.io/schema/latest.graphql --output src/resources/schema.graphql",
27
"generate:configs": "tsx src/scripts/generateNetworkConfigs.ts",
28
"generate:graphql": "tsx src/scripts/generateGraphql.ts",
29
"build:sdk": "tsx src/scripts/buildSdk.ts",
0 commit comments