@kustomer/apps-server
Advanced tools
Comparing version 0.1.25 to 0.1.26
{ | ||
"name": "@kustomer/apps-server", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "Kustomer App SDK", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"main": "bin/index.js", | ||
"types": "bin/index.d.ts", | ||
"files": [ | ||
"bin" | ||
], | ||
"repository": { | ||
@@ -12,3 +15,3 @@ "url": "https://github.com/kustomer/apps-sdk/tree/main/server" | ||
"scripts": { | ||
"build": "npx rimraf bin && tsc -p . --sourceMap false && cp ./README.md ./bin/README.md", | ||
"build": "npx rimraf bin && tsc -p . --sourceMap false", | ||
"test": "npx jest --no-cache", | ||
@@ -20,3 +23,3 @@ "lint": "npx eslint . --ext .ts", | ||
"dependencies": { | ||
"@kustomer/apps-common": "0.1.25", | ||
"@kustomer/apps-common": "0.1.26", | ||
"cors": "^2.8.5", | ||
@@ -23,0 +26,0 @@ "date-fns": "^2.29.3", |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
40
60195
1359
3
+ Added@kustomer/apps-common@0.1.26(transitive)
- Removed@kustomer/apps-common@0.1.25(transitive)
Updated@kustomer/apps-common@0.1.26