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 Mar 21, 2024
1 parent 0693bce commit b320e3d
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"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.6.1"
},
"devDependencies": {
"@babel/preset-env": "^7.18.2",
"@types/fetch-mock": "^7.3.5",
"@types/jest": "^28.1.1",
"@types/node": "^18.0.0",
"babel-jest": "^28.1.1",
"dotenv": "^16.0.1",
"fetch-mock": "^9.11.0",
"fetch-mock-jest": "^1.5.1",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
}
}
{
"name": "avalara-sdk",
"version": "24.2.29",
"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.6.1"
},
"devDependencies": {
"@babel/preset-env": "^7.18.2",
"@types/fetch-mock": "^7.3.5",
"@types/jest": "^28.1.1",
"@types/node": "^18.0.0",
"babel-jest": "^28.1.1",
"dotenv": "^16.0.1",
"fetch-mock": "^9.11.0",
"fetch-mock-jest": "^1.5.1",
"jest": "^28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
}
}

0 comments on commit b320e3d

Please sign in to comment.