@quiq/chat-types
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@quiq/chat-types", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A TypeScript decleration project for the external portion of chat-ui.", | ||
@@ -9,3 +9,3 @@ "main": "index.ts", | ||
"build": "../../node_modules/.bin/tsc", | ||
"publish": "npm version patch --force", | ||
"publish": "npm version patch -m 'Auto-bumped version to %s before npm publish'", | ||
"publish2": "npm version patch -m 'Auto-bumped version to %s before npm publish' && npm publish --access public", | ||
@@ -12,0 +12,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
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
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
99855