Skip to content

Commit

Permalink
Revert PR #154
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 22, 2023
1 parent 1b91b5c commit b960c85
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 155 deletions.
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.

0 comments on commit b960c85

Please sign in to comment.