@quiq/chat-types
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@quiq/chat-types", | ||
"version": "1.0.1", | ||
"description": "", | ||
"version": "1.0.2", | ||
"description": "A TypeScript decleration project for the external portion of chat-ui.", | ||
"main": "index.ts", | ||
@@ -9,3 +9,4 @@ "types": "index.d.ts", | ||
"build": "../../node_modules/.bin/tsc", | ||
"publish": "npm publish --access public", | ||
"publish": "npm version patch", | ||
"publish2": "npm version patch -m 'Auto-bumped version to %s before npm publish' && npm publish --access public", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -12,0 +13,0 @@ }, |
99805