@kustomer/apps-common
Advanced tools
Comparing version 0.1.18 to 0.1.20
{ | ||
"name": "@kustomer/apps-common", | ||
"version": "0.1.18", | ||
"version": "0.1.20", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "bin/index.js", | ||
"types": "bin/index.d.ts", | ||
"repository": { | ||
@@ -11,3 +11,3 @@ "url": "https://github.com/kustomer/apps-sdk/tree/main/common" | ||
"scripts": { | ||
"build": "npx rimraf bin && tsc -p . --sourceMap false && cp ./README.md ./bin/README.md", | ||
"build": "npx rimraf bin && tsc -p .", | ||
"test": "npx jest --no-cache", | ||
@@ -14,0 +14,0 @@ "lint": "npx eslint . --ext .ts", |
@@ -6,4 +6,4 @@ { | ||
}, | ||
"include": ["**/*.ts", "package.json"], | ||
"include": ["**/*.ts"], | ||
"exclude": ["bin", "**/*.spec.ts"] | ||
} |
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
125290
189
3290
0