Skip to content
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
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 ./tsconfig.json",
"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 ./tsconfig.json",
"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 ./tsconfig.json",
"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 ./tsconfig.json",
"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 ./tsconfig.json",
"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 ./tsconfig.json",
"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 ./tsconfig.json",
"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.