chatkitty
Advanced tools
Comparing version 1.52.9 to 1.52.10
{ | ||
"name": "chatkitty", | ||
"version": "1.52.9", | ||
"version": "1.52.10", | ||
"description": "Build chat in minutes with ChatKitty's real-time messaging framework.", | ||
"main": "dist/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -19,3 +20,5 @@ "repository": "https://github.com/ChatKitty/chatkitty-js", | ||
"build": "run-p build:*", | ||
"build:main": "genversion --es6 src/environment/version.ts && tsc -p tsconfig.json", | ||
"build:version": "genversion --es6 src/environment/version.ts", | ||
"build:main": "tsc -p tsconfig.json", | ||
"build:module": "tsc -p tsconfig.module.json", | ||
"fix": "run-s fix:*", | ||
@@ -90,3 +93,4 @@ "fix:prettier": "prettier \"src/**/*.ts\" --write", | ||
"files": [ | ||
"dist", | ||
"dist/cjs", | ||
"dist/esm", | ||
"!**/*.spec.*", | ||
@@ -93,0 +97,0 @@ "!**/*.json", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
533350
99
7928
1