diff --git a/.changeset/pre.json b/.changeset/pre.json index 183f72e11..411c00283 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,7 +12,8 @@ "sour-boxes-reflect", "tasty-bobcats-clean", "tough-cooks-hammer", - "twelve-kiwis-destroy" + "twelve-kiwis-destroy", + "wet-toes-prove" ], "initialVersions": { "@rabbitholegg/questdk-plugin-connext": "1.0.0-alpha.0", diff --git a/packages/across/CHANGELOG.md b/packages/across/CHANGELOG.md index 84cd8540e..0f1b0e704 100644 --- a/packages/across/CHANGELOG.md +++ b/packages/across/CHANGELOG.md @@ -1,5 +1,11 @@ # @rabbitholegg/questdk-plugin-across +## 1.0.0-alpha.5 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + ## 1.0.0-alpha.4 ### Minor Changes diff --git a/packages/across/package.json b/packages/across/package.json index f4aead79d..e5af15355 100644 --- a/packages/across/package.json +++ b/packages/across/package.json @@ -1,7 +1,7 @@ { "name": "@rabbitholegg/questdk-plugin-across", "private": true, - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "type": "module", "exports": { "require": "./dist/cjs/index.js", diff --git a/packages/arbitrum/CHANGELOG.md b/packages/arbitrum/CHANGELOG.md index 50e0afba9..f2d3a4978 100644 --- a/packages/arbitrum/CHANGELOG.md +++ b/packages/arbitrum/CHANGELOG.md @@ -1,5 +1,11 @@ # @rabbitholegg/questdk-plugin-arbitrum +## 1.0.0-alpha.5 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + ## 1.0.0-alpha.4 ### Minor Changes diff --git a/packages/arbitrum/package.json b/packages/arbitrum/package.json index bcd488e02..80258c2c1 100644 --- a/packages/arbitrum/package.json +++ b/packages/arbitrum/package.json @@ -1,6 +1,6 @@ { "name": "@rabbitholegg/questdk-plugin-arbitrum", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "type": "module", "exports": { "require": "./dist/cjs/index.js", diff --git a/packages/connext/CHANGELOG.md b/packages/connext/CHANGELOG.md index 2799c4a49..a9e7510d9 100644 --- a/packages/connext/CHANGELOG.md +++ b/packages/connext/CHANGELOG.md @@ -1,59 +1,65 @@ -# @rabbitholegg/questdk-plugin-connext - -## 1.0.0-alpha.4 - -### Minor Changes - -- [#10](https://github.com/rabbitholegg/questdk-plugins/pull/10) [`00233bc`](https://github.com/rabbitholegg/questdk-plugins/commit/00233bc0ac0187eacc6d9c2088c840f785783399) Thanks [@jimobrien](https://github.com/jimobrien)! - Support wrapping ETH on Connext bridge - -## 1.0.0-alpha.3 - -### Minor Changes - -- [`277988f`](https://github.com/rabbitholegg/questdk-plugins/commit/277988f7703bb09959e4bd396c82a29b0f9d8dc6) Thanks [@jimobrien](https://github.com/jimobrien)! - update supported chains and tokens - -- [`54a363b`](https://github.com/rabbitholegg/questdk-plugins/commit/54a363b1794e785771c9ef0cfffba63cf36178b8) Thanks [@jimobrien](https://github.com/jimobrien)! - Update supported chains and tokens - -## 1.0.0-alpha.2 - -### Minor Changes - -- [`488877e`](https://github.com/rabbitholegg/questdk-plugins/commit/488877e6a19171800ed14149122f49d3fe418886) Thanks [@jimobrien](https://github.com/jimobrien)! - release v1 - -## 1.0.0-alpha.1 - -### Minor Changes - -- [`8ea6bfb`](https://github.com/rabbitholegg/questdk-plugins/commit/8ea6bfb1ec3ecdfd4ea87e4b6a713d31b5286a8c) Thanks [@jimobrien](https://github.com/jimobrien)! - initial alpha release - -## 1.0.0-alpha.1 - -### Minor Changes - -- [`ccc3d0d`](https://github.com/rabbitholegg/questdk-plugins/commit/ccc3d0d8e7dafb4c0f8d7b8f92c0f23c20d1c516) Thanks [@jimobrien](https://github.com/jimobrien)! - registry release - -## 1.0.0-alpha.4 - -### Patch Changes - -- [`481953c`](https://github.com/rabbitholegg/questdk-plugins/commit/481953cf621ff00ce126a6330656ecabcdbf3a74) Thanks [@jimobrien](https://github.com/jimobrien)! - updates to connext bridge functionality - -## 1.0.0-alpha.3 - -### Major Changes - -- [`fe63300`](https://github.com/rabbitholegg/questdk-plugins/commit/fe633005067b03287e78a304b8bd8b10a230640b) Thanks [@jimobrien](https://github.com/jimobrien)! - bump qdk - -- [`0693900`](https://github.com/rabbitholegg/questdk-plugins/commit/0693900000e3309952d273ad6ae60aad5b98fd25) Thanks [@jimobrien](https://github.com/jimobrien)! - Improve connext bridge - -## 1.0.0-alpha.2 - -### Major Changes - -- [`105438e`](https://github.com/rabbitholegg/questdk-plugins/commit/105438e68e7642300267a05b6f2ddcb50e049ef7) Thanks [@jimobrien](https://github.com/jimobrien)! - Use latest questdk, misc updates - -## 1.0.0-alpha.1 - -### Major Changes - -- [`f450550`](https://github.com/rabbitholegg/questdk-plugins/commit/f45055065caa3f3070fe6c00e4a67d5c7160279d) Thanks [@jimobrien](https://github.com/jimobrien)! - Init connext +# @rabbitholegg/questdk-plugin-connext + +## 1.0.0-alpha.5 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + +## 1.0.0-alpha.4 + +### Minor Changes + +- [#10](https://github.com/rabbitholegg/questdk-plugins/pull/10) [`00233bc`](https://github.com/rabbitholegg/questdk-plugins/commit/00233bc0ac0187eacc6d9c2088c840f785783399) Thanks [@jimobrien](https://github.com/jimobrien)! - Support wrapping ETH on Connext bridge + +## 1.0.0-alpha.3 + +### Minor Changes + +- [`277988f`](https://github.com/rabbitholegg/questdk-plugins/commit/277988f7703bb09959e4bd396c82a29b0f9d8dc6) Thanks [@jimobrien](https://github.com/jimobrien)! - update supported chains and tokens + +- [`54a363b`](https://github.com/rabbitholegg/questdk-plugins/commit/54a363b1794e785771c9ef0cfffba63cf36178b8) Thanks [@jimobrien](https://github.com/jimobrien)! - Update supported chains and tokens + +## 1.0.0-alpha.2 + +### Minor Changes + +- [`488877e`](https://github.com/rabbitholegg/questdk-plugins/commit/488877e6a19171800ed14149122f49d3fe418886) Thanks [@jimobrien](https://github.com/jimobrien)! - release v1 + +## 1.0.0-alpha.1 + +### Minor Changes + +- [`8ea6bfb`](https://github.com/rabbitholegg/questdk-plugins/commit/8ea6bfb1ec3ecdfd4ea87e4b6a713d31b5286a8c) Thanks [@jimobrien](https://github.com/jimobrien)! - initial alpha release + +## 1.0.0-alpha.1 + +### Minor Changes + +- [`ccc3d0d`](https://github.com/rabbitholegg/questdk-plugins/commit/ccc3d0d8e7dafb4c0f8d7b8f92c0f23c20d1c516) Thanks [@jimobrien](https://github.com/jimobrien)! - registry release + +## 1.0.0-alpha.4 + +### Patch Changes + +- [`481953c`](https://github.com/rabbitholegg/questdk-plugins/commit/481953cf621ff00ce126a6330656ecabcdbf3a74) Thanks [@jimobrien](https://github.com/jimobrien)! - updates to connext bridge functionality + +## 1.0.0-alpha.3 + +### Major Changes + +- [`fe63300`](https://github.com/rabbitholegg/questdk-plugins/commit/fe633005067b03287e78a304b8bd8b10a230640b) Thanks [@jimobrien](https://github.com/jimobrien)! - bump qdk + +- [`0693900`](https://github.com/rabbitholegg/questdk-plugins/commit/0693900000e3309952d273ad6ae60aad5b98fd25) Thanks [@jimobrien](https://github.com/jimobrien)! - Improve connext bridge + +## 1.0.0-alpha.2 + +### Major Changes + +- [`105438e`](https://github.com/rabbitholegg/questdk-plugins/commit/105438e68e7642300267a05b6f2ddcb50e049ef7) Thanks [@jimobrien](https://github.com/jimobrien)! - Use latest questdk, misc updates + +## 1.0.0-alpha.1 + +### Major Changes + +- [`f450550`](https://github.com/rabbitholegg/questdk-plugins/commit/f45055065caa3f3070fe6c00e4a67d5c7160279d) Thanks [@jimobrien](https://github.com/jimobrien)! - Init connext diff --git a/packages/connext/package.json b/packages/connext/package.json index 37aec76a0..185e23bfc 100644 --- a/packages/connext/package.json +++ b/packages/connext/package.json @@ -1,53 +1,53 @@ -{ - "name": "@rabbitholegg/questdk-plugin-connext", - "version": "1.0.0-alpha.4", - "type": "module", - "exports": { - "require": "./dist/cjs/index.js", - "import": "./dist/esm/index.js", - "types": "./dist/types/index.d.ts" - }, - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", - "packageManager": "pnpm@8.3.1", - "description": "", - "scripts": { - "bench": "vitest bench", - "bench:ci": "CI=true vitest bench", - "build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", - "build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", - "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", - "build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", - "clean": "rimraf dist", - "format": "rome format . --write", - "lint": "rome check .", - "lint:fix": "pnpm lint --apply", - "preinstall": "npx only-allow pnpm", - "test": "vitest dev", - "test:cov": "vitest dev --coverage", - "test:ci": "CI=true vitest --coverage", - "test:ui": "vitest dev --ui" - }, - "keywords": [], - "author": "", - "license": "ISC", - "types": "./dist/types/index.d.ts", - "typings": "./dist/types/index.d.ts", - "devDependencies": { - "@types/node": "^20.4.5", - "@vitest/coverage-v8": "^0.33.0", - "rimraf": "^5.0.1", - "rome": "^12.1.3", - "ts-node": "^10.9.1", - "tsconfig": "workspace:*", - "typescript": "^5.1.6", - "vitest": "^0.33.0" - }, - "dependencies": { - "@connext/nxtp-txservice": "^2.0.0", - "@connext/nxtp-utils": "^2.0.4", - "@connext/smart-contracts": "^2.0.0", - "@rabbitholegg/questdk": "1.0.1-alpha.8", - "viem": "^1.2.15" - } -} +{ + "name": "@rabbitholegg/questdk-plugin-connext", + "version": "1.0.0-alpha.5", + "type": "module", + "exports": { + "require": "./dist/cjs/index.js", + "import": "./dist/esm/index.js", + "types": "./dist/types/index.d.ts" + }, + "main": "./dist/cjs/index.js", + "module": "./dist/esm/index.js", + "packageManager": "pnpm@8.3.1", + "description": "", + "scripts": { + "bench": "vitest bench", + "bench:ci": "CI=true vitest bench", + "build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", + "build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", + "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", + "build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", + "clean": "rimraf dist", + "format": "rome format . --write", + "lint": "rome check .", + "lint:fix": "pnpm lint --apply", + "preinstall": "npx only-allow pnpm", + "test": "vitest dev", + "test:cov": "vitest dev --coverage", + "test:ci": "CI=true vitest --coverage", + "test:ui": "vitest dev --ui" + }, + "keywords": [], + "author": "", + "license": "ISC", + "types": "./dist/types/index.d.ts", + "typings": "./dist/types/index.d.ts", + "devDependencies": { + "@types/node": "^20.4.5", + "@vitest/coverage-v8": "^0.33.0", + "rimraf": "^5.0.1", + "rome": "^12.1.3", + "ts-node": "^10.9.1", + "tsconfig": "workspace:*", + "typescript": "^5.1.6", + "vitest": "^0.33.0" + }, + "dependencies": { + "@connext/nxtp-txservice": "^2.0.0", + "@connext/nxtp-utils": "^2.0.4", + "@connext/smart-contracts": "^2.0.0", + "@rabbitholegg/questdk": "1.0.1-alpha.8", + "viem": "^1.2.15" + } +} diff --git a/packages/hop/CHANGELOG.md b/packages/hop/CHANGELOG.md index a98340b52..f1384e09c 100644 --- a/packages/hop/CHANGELOG.md +++ b/packages/hop/CHANGELOG.md @@ -1,5 +1,11 @@ # @rabbitholegg/questdk-plugin-hop +## 1.0.0-alpha.5 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + ## 1.0.0-alpha.4 ### Minor Changes diff --git a/packages/hop/package.json b/packages/hop/package.json index 8d2fe5240..bd20240da 100644 --- a/packages/hop/package.json +++ b/packages/hop/package.json @@ -1,7 +1,7 @@ { "name": "@rabbitholegg/questdk-plugin-hop", "private": true, - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "type": "module", "exports": { "require": "./dist/cjs/index.js", diff --git a/packages/optimism/CHANGELOG.md b/packages/optimism/CHANGELOG.md index e9d246cd6..73e2401fd 100644 --- a/packages/optimism/CHANGELOG.md +++ b/packages/optimism/CHANGELOG.md @@ -1,5 +1,11 @@ # @rabbitholegg/questdk-plugin-optimism +## 1.0.0-alpha.5 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + ## 1.0.0-alpha.4 ### Minor Changes diff --git a/packages/optimism/package.json b/packages/optimism/package.json index f129c503b..9fd4f5846 100644 --- a/packages/optimism/package.json +++ b/packages/optimism/package.json @@ -1,7 +1,7 @@ { "name": "@rabbitholegg/questdk-plugin-optimism", "private": true, - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "type": "module", "exports": { "require": "./dist/cjs/index.js", diff --git a/packages/polygon/CHANGELOG.md b/packages/polygon/CHANGELOG.md index 571e912b9..00a65d50e 100644 --- a/packages/polygon/CHANGELOG.md +++ b/packages/polygon/CHANGELOG.md @@ -1,5 +1,11 @@ # @rabbitholegg/questdk-plugin-polygon +## 1.0.0-alpha.5 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + ## 1.0.0-alpha.4 ### Minor Changes diff --git a/packages/polygon/package.json b/packages/polygon/package.json index 54aebe939..7d733ea21 100644 --- a/packages/polygon/package.json +++ b/packages/polygon/package.json @@ -1,7 +1,7 @@ { "name": "@rabbitholegg/questdk-plugin-polygon", "private": true, - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "type": "module", "exports": { "require": "./dist/cjs/index.js", diff --git a/packages/registry/CHANGELOG.md b/packages/registry/CHANGELOG.md index 30e9040a9..682c231a6 100644 --- a/packages/registry/CHANGELOG.md +++ b/packages/registry/CHANGELOG.md @@ -1,5 +1,22 @@ # @rabbitholegg/questdk-plugin-registry +## 1.0.0-alpha.8 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + +### Patch Changes + +- Updated dependencies [[`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82)]: + - @rabbitholegg/questdk-plugin-arbitrum@1.0.0-alpha.5 + - @rabbitholegg/questdk-plugin-optimism@1.0.0-alpha.5 + - @rabbitholegg/questdk-plugin-stargate@1.0.0-alpha.5 + - @rabbitholegg/questdk-plugin-connext@1.0.0-alpha.5 + - @rabbitholegg/questdk-plugin-polygon@1.0.0-alpha.5 + - @rabbitholegg/questdk-plugin-across@1.0.0-alpha.5 + - @rabbitholegg/questdk-plugin-hop@1.0.0-alpha.5 + ## 1.0.0-alpha.7 ### Minor Changes diff --git a/packages/registry/package.json b/packages/registry/package.json index 2d4a1e496..c2d09ea42 100644 --- a/packages/registry/package.json +++ b/packages/registry/package.json @@ -1,6 +1,6 @@ { "name": "@rabbitholegg/questdk-plugin-registry", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "type": "module", "exports": { "require": "./dist/cjs/index.js", diff --git a/packages/stargate/CHANGELOG.md b/packages/stargate/CHANGELOG.md index ceb25c0f5..caf335e28 100644 --- a/packages/stargate/CHANGELOG.md +++ b/packages/stargate/CHANGELOG.md @@ -1,5 +1,11 @@ # @rabbitholegg/questdk-plugin-stargate +## 1.0.0-alpha.5 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins + ## 1.0.0-alpha.4 ### Minor Changes diff --git a/packages/stargate/package.json b/packages/stargate/package.json index 4d8424afd..7e1f3a792 100644 --- a/packages/stargate/package.json +++ b/packages/stargate/package.json @@ -1,7 +1,7 @@ { "name": "@rabbitholegg/questdk-plugin-stargate", "private": true, - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "type": "module", "exports": { "require": "./dist/cjs/index.js", diff --git a/packages/template/CHANGELOG.md b/packages/template/CHANGELOG.md index e69de29bb..79daacd47 100644 --- a/packages/template/CHANGELOG.md +++ b/packages/template/CHANGELOG.md @@ -0,0 +1,7 @@ +# @rabbitholegg/questdk-plugin-project + +## 1.0.0-alpha.4 + +### Minor Changes + +- [#29](https://github.com/rabbitholegg/questdk-plugins/pull/29) [`5fa3757`](https://github.com/rabbitholegg/questdk-plugins/commit/5fa375719ade2563143bafb4b690f7a53671fa82) Thanks [@Quazia](https://github.com/Quazia)! - Re-release all pre-existing plugins diff --git a/packages/template/package.json b/packages/template/package.json index 4bd141744..2d4360265 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,51 +1,51 @@ -{ - "name": "@rabbitholegg/questdk-plugin-project", - "private": true, - "version": "1.0.0-alpha.3", - "type": "module", - "exports": { - "require": "./dist/cjs/index.js", - "import": "./dist/esm/index.js", - "types": "./dist/types/index.d.ts" - }, - "main": "./dist/cjs/index.js", - "module": "./dist/esm/index.js", - "packageManager": "pnpm@8.3.1", - "description": "", - "scripts": { - "bench": "vitest bench", - "bench:ci": "CI=true vitest bench", - "build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", - "build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", - "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", - "build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", - "clean": "rimraf dist", - "format": "rome format . --write", - "lint": "rome check .", - "lint:fix": "pnpm lint --apply", - "preinstall": "npx only-allow pnpm", - "test": "vitest dev", - "test:cov": "vitest dev --coverage", - "test:ci": "CI=true vitest --coverage", - "test:ui": "vitest dev --ui" - }, - "keywords": [], - "author": "", - "license": "ISC", - "types": "./dist/types/index.d.ts", - "typings": "./dist/types/index.d.ts", - "devDependencies": { - "@types/node": "^20.4.5", - "@vitest/coverage-v8": "^0.33.0", - "rimraf": "^5.0.1", - "rome": "^12.1.3", - "ts-node": "^10.9.1", - "tsconfig": "workspace:*", - "typescript": "^5.1.6", - "vitest": "^0.33.0" - }, - "dependencies": { - "@rabbitholegg/questdk": "1.0.1-alpha.8", - "viem": "^1.2.15" - } -} +{ + "name": "@rabbitholegg/questdk-plugin-project", + "private": true, + "version": "1.0.0-alpha.4", + "type": "module", + "exports": { + "require": "./dist/cjs/index.js", + "import": "./dist/esm/index.js", + "types": "./dist/types/index.d.ts" + }, + "main": "./dist/cjs/index.js", + "module": "./dist/esm/index.js", + "packageManager": "pnpm@8.3.1", + "description": "", + "scripts": { + "bench": "vitest bench", + "bench:ci": "CI=true vitest bench", + "build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", + "build:cjs": "tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", + "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir ./dist/esm && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", + "build:types": "tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap", + "clean": "rimraf dist", + "format": "rome format . --write", + "lint": "rome check .", + "lint:fix": "pnpm lint --apply", + "preinstall": "npx only-allow pnpm", + "test": "vitest dev", + "test:cov": "vitest dev --coverage", + "test:ci": "CI=true vitest --coverage", + "test:ui": "vitest dev --ui" + }, + "keywords": [], + "author": "", + "license": "ISC", + "types": "./dist/types/index.d.ts", + "typings": "./dist/types/index.d.ts", + "devDependencies": { + "@types/node": "^20.4.5", + "@vitest/coverage-v8": "^0.33.0", + "rimraf": "^5.0.1", + "rome": "^12.1.3", + "ts-node": "^10.9.1", + "tsconfig": "workspace:*", + "typescript": "^5.1.6", + "vitest": "^0.33.0" + }, + "dependencies": { + "@rabbitholegg/questdk": "1.0.1-alpha.8", + "viem": "^1.2.15" + } +}