Skip to content

Commit

Permalink
chore: Increase version npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-arrieta-r committed Mar 31, 2024
1 parent 1665b27 commit 7f86a92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@facturacr/atv-sdk",
"version": "0.0.8-beta",
"version": "0.0.13-beta",
"description": "Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"test": "npx jest --no-coverage",
"test:cov": "npx jest",
"dev": "dotenv -- nodemon -e ts,graphql -x 'yarn lint & ts-node -r tsconfig-paths/register src/index.ts'",
"build": "yarn lint & tsc",
"build": "tsc",
"lint": "eslint --ext .ts, --ignore-path .gitignore .",
"publish": "yarn build & npm publish",
"test:createAndSend": "yarn ts-node -r tsconfig-paths/register --require dotenv/config examples/createAndSend.ts"
Expand Down Expand Up @@ -61,5 +61,9 @@
"node-forge": "^1.3.0",
"xadesjs": "^2.1.2",
"xmldom-alpha": "^0.1.28"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit 7f86a92

Please sign in to comment.