@mcintyre94/codecs-core
Advanced tools
Comparing version 2.0.1-experimental to 2.0.2-development
{ | ||
"name": "@mcintyre94/codecs-core", | ||
"version": "2.0.1-experimental", | ||
"version": "2.0.2-development", | ||
"description": "Core types and helpers for encoding and decoding byte arrays on Solana", | ||
@@ -69,4 +69,4 @@ "exports": { | ||
"version-from-git": "^1.1.1", | ||
"test-config": "0.0.0", | ||
"build-scripts": "0.0.0", | ||
"test-config": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
@@ -84,4 +84,3 @@ }, | ||
"compile:js": "tsup --config build-scripts/tsup.config.library.ts", | ||
"compile:typedefs": "tsup --config build-scripts/tsup.config.library.ts --dts-only --out-dir dist/types", | ||
"compile:typedefs_old": "tsc -p ./tsconfig.declarations.json", | ||
"compile:typedefs": "tsc -p ./tsconfig.declarations.json", | ||
"dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch", | ||
@@ -88,0 +87,0 @@ "publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", |
156632
27