Skip to content

Commit 3e54ee6

Browse files
authored
bump sdk version (#729)
* bump sdk version * use demo engine to fetch openapi schema
1 parent 4d68964 commit 3e54ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/engine",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"main": "dist/thirdweb-dev-engine.cjs.js",
55
"module": "dist/thirdweb-dev-engine.esm.js",
66
"files": [

src/scripts/generate-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import fs from "node:fs";
33
import path from "node:path";
44
import { kill } from "node:process";
55

6-
const ENGINE_OPENAPI_URL = "http://localhost:3005/json";
6+
const ENGINE_OPENAPI_URL = "https://demo.web3api.thirdweb.com/json";
77
const REPLACE_LOG_FILE = "sdk/replacement_log.txt";
88

99
type BasicOpenAPISpec = {

0 commit comments

Comments
 (0)