kanban-api-client
Advanced tools
Comparing version 1.0.0 to 1.0.1-beta
@@ -1,34 +0,1 @@ | ||
{ | ||
"name": "kanban-api-client", | ||
"version": "1.0.0", | ||
"description": "Kanban api client", | ||
"scripts": { | ||
"test": "yarn test", | ||
"build": "rm -rf dist && rollup -c --bundleConfigAsCjs", | ||
"update-version": "node -r dotenv/config ./auto-update-version.js" | ||
}, | ||
"author": "Eric Tran", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-json": "^6.0.1", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@types/npmlog": "^7.0.0", | ||
"axios": "^1.6.2", | ||
"dotenv": "^16.3.1", | ||
"rollup": "^4.3.0", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5" | ||
}, | ||
"peerDependencies": { | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"types": "dist/index.d.ts" | ||
} | ||
{"name":"kanban-api-client","version":"1.0.1-beta","description":"Kanban api client","scripts":{"test":"yarn test","build":"rm -rf dist && rollup -c --bundleConfigAsCjs","update-version":"node -r dotenv/config ./auto-update-version.js"},"author":"Eric Tran","license":"ISC","dependencies":{"@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-json":"^6.0.1","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-typescript":"^11.1.5","@types/npmlog":"^7.0.0","axios":"^1.6.2","dotenv":"^16.3.1","rollup":"^4.3.0","rollup-plugin-dts":"^6.1.0","rollup-plugin-peer-deps-external":"^2.2.4","tslib":"^2.6.2","typescript":"^5"},"peerDependencies":{},"main":"dist/cjs/index.js","module":"dist/esm/index.js","files":["dist"],"types":"dist/index.d.ts"} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1652710
2