@airwallex/components-sdk
Advanced tools
Comparing version 1.2.0 to 1.2.5
{ | ||
"name": "@airwallex/components-sdk", | ||
"version": "1.2.0", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"version": "1.2.5", | ||
"main": "./lib/index.js", | ||
"module": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"files": [ | ||
"dist/**" | ||
"lib/**" | ||
], | ||
@@ -13,4 +13,5 @@ "license": "MIT", | ||
"build": "yarn clean & tsup src/index.ts --env.NODE_ENV production --config tsup.config.ts", | ||
"build-npm": "yarn clean & tsup src/index.ts --env.NODE_ENV production --config tsup-npm.config.ts", | ||
"build-npm": "yarn clean-npm & tsup src/index.ts --env.NODE_ENV production --config tsup-npm.config.ts", | ||
"clean": "rm -rf dist", | ||
"clean-npm": "rm -rf build-npm", | ||
"dev": "yarn clean & tsup --env.NODE_ENV development --watch --config tsup.config.ts", | ||
@@ -20,3 +21,2 @@ "lint": "eslint \"src/**/*.ts*\"", | ||
"sonar": "sonar-scanner", | ||
"postversion": "git commit -am \"Bump version to $npm_package_version\" && git push", | ||
"release": "semantic-release" | ||
@@ -23,0 +23,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37669
7
454
0