Skip to content

Commit

Permalink
Commit npm package version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent 828b264 commit 83c69de
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "avalara-sdk",
"version": "",
"description": "OpenAPI client for avalara-sdk",
"author": "OpenAPI-Generator",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"dependencies": {
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^18.0.0",
"babel-jest": "^29.7.0",
"dotenv": "^16.0.1",
"fetch-mock-jest": "^1.5.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.7.3"
}
}
{
"name": "avalara-sdk",
"version": "24.12.10",
"description": "OpenAPI client for avalara-sdk",
"author": "OpenAPI-Generator",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"dependencies": {
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^18.0.0",
"babel-jest": "^29.7.0",
"dotenv": "^16.0.1",
"fetch-mock-jest": "^1.5.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.7.3"
}
}

0 comments on commit 83c69de

Please sign in to comment.