@alchemy/aa-alchemy

v3.8.1
adapters for @alchemy/aa-core for interacting with alchemy services

test

vitest

build

yarn clean && yarn build:cjs && yarn build:esm && yarn build:types

clean

rm -rf ./dist

prebuild

node --loader ts-node/esm ./inject-version.ts

test:run

vitest run

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 --removeComments && echo > ./dist/esm/package.json '{"type":"module"}'

build:types

tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap

test:run-e2e

vitest run --config vitest.config.e2e.ts
npm i @alchemy/[email protected]

Metadata

  • MIT
  • Whatever
  • Alchemy
  • released 4/11/2024

Downloads