Skip to content

Commit

Permalink
Merge pull request #33 from gandalf-network/staging
Browse files Browse the repository at this point in the history
Staging -> Prod [ Fix Process Not Defined Error ]
  • Loading branch information
TosinJs authored Jul 15, 2024
2 parents 6a9a920 + a3ff12f commit 7dfda34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gandalf-network/connect",
"version": "1.0.11",
"version": "1.0.12",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -16,7 +16,7 @@
"./components": {
"import": "./dist/components.mjs",
"require": "./dist/components.js",
"types": "./dist/components.d.ts"
"types": "./dist/types/index.d.ts"
}
},
"files": [
Expand Down
2 changes: 0 additions & 2 deletions src/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ class Connect {
};
}

console.log(data);

const JSONData = JSON.stringify(data);

if (this.useAlphaVersionParams)
Expand Down
3 changes: 0 additions & 3 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import dotenv from 'dotenv';
dotenv.config();

export const WATSON_URL = process.env.WATSON_URL as string;
export const UNIVERSAL_APP_CLIP_BASE_URL = process.env
.UNIVERSAL_APP_CLIP_BASE_URL as string;
Expand Down

0 comments on commit 7dfda34

Please sign in to comment.