Skip to content

Commit

Permalink
changed version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexteusz committed Aug 19, 2020
1 parent 15d9fb4 commit 99dd631
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion extensions/aws/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws",
"version": "1.0.0",
"version": "4.0.0",
"description": "Integrates with Amazon Web Services",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/bamboo-hr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bamboo-hr",
"version": "1.0.0",
"version": "4.0.0",
"description": "Integrates with Bamboo HR",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/cognigy-webchat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/cognigy-webchat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cognigy-webchat",
"version": "1.0.0",
"version": "4.0.0",
"description": "Change the Webachat avatars",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/cognigy-webchat/src/nodes/changeBotAvatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { createNodeDescriptor, INodeFunctionBaseParams } from "@cognigy/extensio
export interface IChangeBotAvatar extends INodeFunctionBaseParams {
config: {
avatarURL: any;
}
};
}
export const changeBotAvatar = createNodeDescriptor({
type: "changeBotAvatar",
Expand Down
2 changes: 1 addition & 1 deletion extensions/cognigy-webchat/src/nodes/changeUserAvatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createNodeDescriptor, INodeFunctionBaseParams } from "@cognigy/extensio
export interface IChangeUserAvatar extends INodeFunctionBaseParams {
config: {
avatarURL: any;
}
};
}
export const changeUserAvatar = createNodeDescriptor({
type: "changeUserAvatar",
Expand Down
2 changes: 1 addition & 1 deletion extensions/cognigy-webchat/src/nodes/resetBotAvatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createNodeDescriptor, INodeFunctionBaseParams } from "@cognigy/extensio
*/
export interface IResetBotAvatar extends INodeFunctionBaseParams {
config: {
}
};
}
export const resetBotAvatar = createNodeDescriptor({
type: "resetBotAvatar",
Expand Down
2 changes: 1 addition & 1 deletion extensions/cognigy-webchat/src/nodes/resetUserAvatar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createNodeDescriptor, INodeFunctionBaseParams } from "@cognigy/extensio
*/
export interface IResetUserAvatar extends INodeFunctionBaseParams {
config: {
}
};
}
export const resetUserAvatar = createNodeDescriptor({
type: "resetUserAvatar",
Expand Down
2 changes: 1 addition & 1 deletion extensions/cognigy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cognigy",
"version": "1.0.0",
"version": "4.0.0",
"description": "Basic Cognigy Extensions",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/elastic-search/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/elastic-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-search",
"version": "1.0.0",
"version": "4.0.0",
"description": "Elastic Search Integration",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/google-maps/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/google-maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-maps",
"version": "1.0.0",
"version": "4.0.0",
"description": "Adds Google Maps functions.",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/hubspot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubspot",
"version": "1.0.0",
"version": "4.0.0",
"description": "Integrates Cognigy.AI with Hubspot.",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/language-detection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/language-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "language-detection",
"version": "1.0.0",
"version": "4.0.0",
"description": "Detects the language of a text.",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/news/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "news",
"version": "1.0.0",
"version": "4.0.0",
"description": "Integrates with the News API",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/open-weather-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weather",
"version": "1.0.0",
"version": "4.0.0",
"description": "Integrates the Open Weather Map with Cognigy.AI",
"main": "build/module.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio",
"version": "1.0.0",
"version": "4.0.0",
"description": "Exposes Twilio functionality to Cognigy.AI",
"main": "build/module.js",
"scripts": {
Expand Down

0 comments on commit 99dd631

Please sign in to comment.