@quiq/chat-types
Advanced tools
Comparing version 1.0.9 to 1.0.14
{ | ||
"name": "@quiq/chat-types", | ||
"version": "1.0.9", | ||
"version": "1.0.14", | ||
"description": "A TypeScript decleration project for the external portion of chat-ui.", | ||
@@ -9,5 +9,6 @@ "main": "index.ts", | ||
"build": "../../node_modules/.bin/tsc", | ||
"versionBump": "npm version patch -m 'Auto-bumped version to %s before npm publish'", | ||
"bump": "npm version patch", | ||
"publish": "npm publish --access public", | ||
"commitAndPush": "git commit -m 'Auto-bumped version to %s before npm publish' && git push", | ||
"commit": "git commit -m 'Auto-bumped version to %s before npm publish'", | ||
"push": "git push", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -18,2 +19,2 @@ }, | ||
"license": "ISC" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
105475
2238