bump: 2.6 BETA.2 (#276)

This commit is contained in:
Florian Bouillon 2024-10-16 22:31:45 +02:00 committed by GitHub
parent bf54ab3809
commit 26af3b0779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "@tcgdex/sdk", "name": "@tcgdex/sdk",
"version": "2.6.0-beta.1", "version": "2.6.0-beta.2",
"main": "./dist/tcgdex.node.js", "main": "./dist/tcgdex.node.js",
"module": "./dist/tcgdex.node.mjs", "module": "./dist/tcgdex.node.mjs",
"types": "./dist/tcgdex.node.d.ts", "types": "./dist/tcgdex.node.d.ts",
@ -58,7 +58,7 @@
}, },
"scripts": { "scripts": {
"prebuild": "node scripts/export-version-number.js", "prebuild": "node scripts/export-version-number.js",
"build": "tsup ./src/tcgdex.node.ts --format cjs,esm --dts --clean && tsup ./src/tcgdex.browser.ts --format iife --global-name TCGdex --sourcemap", "build": "rm -r dist && tsup ./src/tcgdex.node.ts --format cjs,esm --dts --clean && tsup ./src/tcgdex.browser.ts --format iife --global-name TCGdex --sourcemap",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"lint": "eslint", "lint": "eslint",
"test": "jest --coverage" "test": "jest --coverage"