Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Revert PR #154 #170

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Public monorepo for Turnkey SDK & API",
"scripts": {
"changeset": "changeset",
"build-all": "pnpm run --r --filter \"./packages/**\" build",
"build-all": "tsc --build tsconfig.mono.json",
"build:watch": "tsc --build tsconfig.mono.json --watch",
"csb:install": "corepack enable && pnpm install -r",
"csb:build": "pnpm run build-all",
Expand Down
12 changes: 1 addition & 11 deletions packages/api-key-stamper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"name": "@turnkey/api-key-stamper",
"version": "0.2.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "API key stamper for @turnkey/http",
Expand Down Expand Up @@ -42,9 +33,8 @@
},
"scripts": {
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"build": "tsc",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/api-key-stamper/tsconfig.esm.json

This file was deleted.

12 changes: 1 addition & 11 deletions packages/cosmjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"name": "@turnkey/cosmjs",
"version": "0.4.14",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "Turnkey Cosmos Signer for CosmJS",
Expand Down Expand Up @@ -41,9 +32,8 @@
},
"scripts": {
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"build": "tsc",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"test": "jest --passWithNoTests",
"typecheck": "tsc -p tsconfig.typecheck.json"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/cosmjs/tsconfig.esm.json

This file was deleted.

12 changes: 1 addition & 11 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"name": "@turnkey/ethers",
"version": "0.18.3",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "Turnkey Signer for Ethers",
Expand Down Expand Up @@ -41,9 +32,8 @@
},
"scripts": {
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"build": "tsc",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"compile:contracts": "hardhat compile",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
Expand Down
11 changes: 0 additions & 11 deletions packages/ethers/tsconfig.esm.json

This file was deleted.

12 changes: 1 addition & 11 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"name": "@turnkey/http",
"version": "2.3.1",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "Typed HTTP client for interacting with Turnkey API",
Expand Down Expand Up @@ -39,9 +30,8 @@
},
"scripts": {
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"build": "tsc",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/http/tsconfig.esm.json

This file was deleted.

12 changes: 1 addition & 11 deletions packages/iframe-stamper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"name": "@turnkey/iframe-stamper",
"version": "0.2.1",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "Iframe-based stamper for @turnkey/http",
Expand Down Expand Up @@ -41,9 +32,8 @@
},
"scripts": {
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"build": "tsc",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/iframe-stamper/tsconfig.esm.json

This file was deleted.

12 changes: 1 addition & 11 deletions packages/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"name": "@turnkey/viem",
"version": "0.3.4",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "Turnkey Helpers to work with Viem",
Expand Down Expand Up @@ -44,9 +35,8 @@
},
"scripts": {
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"build": "tsc",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"test": "jest",
"anvil": "anvil",
"typecheck": "tsc -p tsconfig.typecheck.json",
Expand Down
11 changes: 0 additions & 11 deletions packages/viem/tsconfig.esm.json

This file was deleted.

12 changes: 1 addition & 11 deletions packages/webauthn-stamper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"name": "@turnkey/webauthn-stamper",
"version": "0.3.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"default": "./dist/esm/index.js"
}
},
"types": "./dist/index.d.ts",
"license": "Apache-2.0",
"description": "Webauthn stamper for @turnkey/http",
Expand Down Expand Up @@ -41,9 +32,8 @@
},
"scripts": {
"prepublishOnly": "pnpm -w run clean-all && pnpm -w run build-all",
"build": "tsc -b ./tsconfig.esm.json ./tsconfig.json",
"build": "tsc",
"clean": "rimraf ./dist ./.cache",
"pack": "npm pack && mv *.tgz /Users/jessecollier/git/test-app-1/",
"test": "jest",
"typecheck": "tsc -p tsconfig.typecheck.json"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/webauthn-stamper/tsconfig.esm.json

This file was deleted.

Loading