chore: update version to 2025.0.7, restore module entry in package.json, and simplify HttpMethod enum

This commit is contained in:
2025-08-20 13:22:33 -04:00
parent b12aef225a
commit 069c4bf405
4 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "@techniker-me/pcast-api",
"version": "2025.0.6",
"module": "dist/node/index.js",
"version": "2025.0.7",
"type": "module",
"scripts": {
"ci-build": "bun run build:node && bun run build:browser && bun run build:types",
@@ -42,6 +41,7 @@
"dependencies": {
"phenix-edge-auth": "1.2.7"
},
"module": "dist/node/index.js",
"main": "./dist/node/index.js",
"types": "./dist/types/index.d.ts",
"exports": {