Skip to content

Commit

Permalink
chore(botonic): publish all packages with 0.25.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Mar 25, 2024
1 parent 70a5e4f commit 500c822
Show file tree
Hide file tree
Showing 21 changed files with 1,055 additions and 945 deletions.
1,878 changes: 994 additions & 884 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rimraf packages/**/lib"
},
"dependencies": {
"axios": "^1.6.7"
"axios": "^1.6.8"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down Expand Up @@ -59,7 +59,6 @@
},
"license": "MIT",
"workspaces": [
"packages/*",
"exmaples/*"
"packages/*"
]
}
4 changes: 2 additions & 2 deletions packages/botonic-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/core",
"version": "0.25.0-alpha.4",
"version": "0.25.0-beta.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/plugin-transform-runtime": "^7.23.9",
"aws-sdk": "^2.1404.0",
"axios": "^1.6.7",
"axios": "^1.6.8",
"decode": "^0.3.0",
"dynamodb-toolbox": "^0.3.4",
"fast-xml-parser": "3.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-dx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/dx",
"version": "0.25.0-alpha.7",
"version": "0.25.0-beta.0",
"description": "Continuous integration for botonic packages",
"scripts": {
"build": "echo Skipping build..."
Expand All @@ -18,7 +18,7 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@botonic/eslint-config": "0.25.0-alpha.2",
"@botonic/eslint-config": "0.25.0-beta.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"babel-loader": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/eslint-config",
"version": "0.25.0-alpha.2",
"version": "0.25.0-beta.0",
"description": "Eslint config for botonic packages",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 5 additions & 7 deletions packages/botonic-plugin-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@botonic/plugin-contentful",
"version": "0.25.0-alpha.1",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "lib/cjs/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hubtype/botonic.git"
Expand All @@ -17,10 +18,7 @@
"cloc": "../../scripts/qa/cloc-package.sh .",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '*.js' 'src/**/*.ts*' 'tests/**/*.ts*'",
"prepublishOnly": "npm run lint_core && npm i && npm run build && npm test",
"preversion": "npm run lint",
"version": "git add -A src tests",
"postversion": "git push && git push --tags"
"prepublishOnly": "npm run lint_core && npm i && npm run build && npm test"
},
"files": [
"bin/**",
Expand Down
5 changes: 3 additions & 2 deletions packages/botonic-plugin-dashbot/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "@botonic/plugin-dashbot",
"version": "0.25.0-alpha.0",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"build": "echo Nothing to build",
"test": "echo Skipping tests...",
"cloc": "../../scripts/qa/cloc-package.sh .",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.js'"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"dashbot": "^11.2.5"
},
"devDependencies": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/botonic-plugin-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-dialogflow",
"version": "0.25.0-alpha.3",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand All @@ -16,12 +16,12 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/core": "0.25.0-alpha.4",
"axios": "^1.6.7",
"axios": "^1.6.8",
"jsrsasign": "^10.9.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@botonic/core": "0.25.0-beta.0",
"@types/jsrsasign": "^10.5.12",
"core-js": "^3.35.1"
},
Expand Down
11 changes: 4 additions & 7 deletions packages/botonic-plugin-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@botonic/plugin-dynamodb",
"version": "0.25.0-alpha.1",
"version": "0.25.0-beta.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"types": "lib/cjs/index.d.ts",
"scripts": {
"build": "../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"build_unit_tests": "tsc -b tests/tsconfig.json",
Expand All @@ -12,10 +12,7 @@
"ts-node": "ts-node -O '{ \"noUnusedLocals\":false}'",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '*.js' 'src/**/*.ts*' 'tests/**/*.ts*'",
"prepublishOnly": "npm run lint_core && rm -rf lib && npm i && npm run build && npm run test",
"preversion": "npm run lint",
"version": "git add -A src tests",
"postversion": "git push && git push --tags"
"prepublishOnly": "npm run lint_core && rm -rf lib && npm i && npm run build && npm run test"
},
"dependencies": {
"@aws/dynamodb-data-mapper": "^0.7.3",
Expand All @@ -24,7 +21,7 @@
"aws-sdk": "^2.1554.0"
},
"devDependencies": {
"@botonic/core": "0.25.0-alpha.2",
"@botonic/core": "0.25.0-beta.0",
"@types/aws-sdk": "^2.7.0",
"@types/node": "20.11.17"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/botonic-plugin-flow-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@botonic/plugin-flow-builder",
"version": "0.25.0-alpha.9",
"version": "0.25.0-beta.0",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"description": "Use Flow Builder to show your contents",
"scripts": {
"build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"build:watch": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo Skipping tests...",
"cloc": "../../scripts/qa/cloc-package.sh .",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@botonic/react": "0.25.0-alpha.6",
"axios": "^1.6.7",
"@botonic/react": "0.25.0-beta.0",
"axios": "^1.6.8",
"uuid": "^9.0.1"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/botonic-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@botonic/plugin-google-analytics",
"version": "0.25.0-alpha.1",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"scripts": {
"build": "../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"test": "../../node_modules/.bin/jest --coverage",
"test": "echo Skipping tests...",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"build:watch": "npm run build -- --watch",
"cloc": "../../scripts/qa/cloc-package.sh .",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts'"
},
"dependencies": {
"@botonic/core": "0.25.0-alpha.4",
"axios": "^1.6.7"
"axios": "^1.6.8"
},
"devDependencies": {
"@botonic/core": "0.25.0-beta.0",
"@types/node": "^18.14.1",
"typescript": "^4.9.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/botonic-plugin-google-translation/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@botonic/plugin-google-translation",
"version": "0.25.0-alpha.1",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"clean_install": "npm i && npm run-script build",
"cloc": "../../scripts/qa/cloc-package.sh .",
"build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"test": "../../node_modules/.bin/jest",
"test": "echo Skipping tests...",
"test_ci": "../../node_modules/.bin/jest --coverage --ci --reporters=default --reporters=jest-junit",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/core": "0.25.0-alpha.4",
"axios": "^1.6.7",
"@botonic/core": "0.25.0-beta.0",
"axios": "^1.6.8",
"jsrsasign": "^10.9.0"
},
"resolutions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/botonic-plugin-hubtype-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@botonic/plugin-hubtype-analytics",
"version": "0.25.0-alpha.2",
"version": "0.25.0-beta.0",
"description": "Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"scripts": {
"build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"build:watch": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo Skipping tests...",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@botonic/core": "0.25.0-alpha.4",
"@botonic/core": "0.25.0-beta.0",
"axios": "^1.6.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/botonic-plugin-hubtype-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@botonic/plugin-hubtype-babel",
"version": "0.25.0-alpha.3",
"version": "0.25.0-beta.0",
"license": "MIT",
"description": "Use Hubtype Babel to predict Intents.",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"scripts": {
"build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"test": "../../node_modules/.bin/jest --coverage",
"test": "echo Skipping tests...",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"build:watch": "npm run build -- --watch",
"cloc": "../../scripts/qa/cloc-package.sh .",
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/core": "^0.25.0-alpha.4",
"axios": "^1.6.7",
"@botonic/core": "0.25.0-beta.0",
"axios": "^1.6.8",
"process": "^0.11.10"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions packages/botonic-plugin-inbenta/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "@botonic/plugin-inbenta",
"version": "0.25.0-alpha.0",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"build": "echo Nothing to build",
"test": "echo Skipping tests...",
"prepublishOnly": "npm i",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.js'"
},
"dependencies": {
"axios": "^1.6.7"
"axios": "^1.6.8"
},
"devDependencies": {},
"keywords": [
Expand Down
7 changes: 4 additions & 3 deletions packages/botonic-plugin-knowledge-bases/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"name": "@botonic/plugin-knowledge-bases",
"version": "0.25.0-alpha.3",
"version": "0.25.0-beta.0",
"description": "Use a Hubtype to make the bot respond through a knowledge base.",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"scripts": {
"build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"build:watch": "npm run build -- --watch",
"test": "echo Skipping tests...",
"cloc": "../../scripts/qa/cloc-package.sh .",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@botonic/core": "0.25.0-alpha.4",
"axios": "^1.6.7"
"@botonic/core": "0.25.0-beta.0",
"axios": "^1.6.8"
},
"devDependencies": {
"@types/node": "^20.11.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-knowledge-bases/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HubtypeSession, Plugin, PluginPreRequest } from '@botonic/core'
import type { HubtypeSession, Plugin, PluginPreRequest } from '@botonic/core'

import { HubtypeApiService } from './hubtype-knowledge-api-service'
import { KnowledgeBaseResponse, PluginKnowledgeBaseOptions } from './types'
Expand Down
5 changes: 3 additions & 2 deletions packages/botonic-plugin-luis/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "@botonic/plugin-luis",
"version": "0.25.0-alpha.0",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"build": "echo Nothing to build",
"test": "echo Skipping tests...",
"cloc": "../../scripts/qa/cloc-package.sh .",
"prepublishOnly": "npm i",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.js'"
},
"dependencies": {
"axios": "1.6.7"
"axios": "^1.6.8"
},
"devDependencies": {
"@babel/runtime": "^7.5.5"
Expand Down
5 changes: 3 additions & 2 deletions packages/botonic-plugin-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "@botonic/plugin-segment",
"version": "0.25.0-alpha.0",
"version": "0.25.0-beta.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"build": "echo Nothing to build",
"test": "echo Skipping tests...",
"cloc": "../../scripts/qa/cloc-package.sh .",
"prepublishOnly": "npm i",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.js'"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"btoa": "^1.2.1"
},
"devDependencies": {},
Expand Down

0 comments on commit 500c822

Please sign in to comment.