Skip to content

Commit

Permalink
chore: typo in readme + uniform liscensing (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur authored Nov 11, 2024
1 parent 0e663a9 commit 7fc538d
Show file tree
Hide file tree
Showing 26 changed files with 40 additions and 2,512 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Internal packages used by the Botpress team accross multiple repositories.

These packages are not meant for our community. However, they were still left intentionally public for an important reason : **We Love Open-Source**.
These packages are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, they were still left intentionally public for an important reason : **We Love Open-Source**.

Therefore, if you wish to install this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.
Therefore, if you wish to install or fork any of these packages feel absolutly free to do it. We strongly recommend that you tag your versions properly.

## Licensing

Expand Down
9 changes: 9 additions & 0 deletions const/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Const

Botpress specific constants

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
4 changes: 2 additions & 2 deletions depsynky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"bin": {
"depsynky": "./bin.js"
},
"keywords": [],
"author": "",

"author": "Botpress, Inc.",
"license": "MIT",
"dependencies": {
"@bpinternal/yargs-extra": "^0.0.13",
Expand Down
2 changes: 1 addition & 1 deletion depsynky/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ CLI to synchronize dependencies accross a pnpm mono-repo

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
2 changes: 1 addition & 1 deletion entities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ console.log(results) // 2 of type fruit and 1 of type company

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
3 changes: 1 addition & 2 deletions entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"vitest": "1.6.0",
"wasm-pack": "^0.13.0"
},
"keywords": [],
"author": "",
"author": "Botpress, Inc.",
"license": "MIT",
"engines": {
"node": ">=16.0.0",
Expand Down
5 changes: 2 additions & 3 deletions es-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"check:type": "tsc --noEmit",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Botpress, Inc.",
"license": "MIT",
"dependencies": {
"esbuild": "^0.24.0"
},
Expand Down
2 changes: 1 addition & 1 deletion es-node/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ like ts-node, but uses esbuild.

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
2 changes: 1 addition & 1 deletion expresso/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ router.inner.get('/redoc', async (req, res, next) => {

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
1 change: 1 addition & 0 deletions genenv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "ts-node -T ./build.ts",
"test": "vitest run"
},
"license": "MIT",
"dependencies": {
"@bpinternal/yargs-extra": "0.0.14",
"dotenv": "^16.4.4"
Expand Down
2 changes: 1 addition & 1 deletion genenv/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export const MY_ENV3 = '$MY_ENV3' // default value

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
5 changes: 2 additions & 3 deletions jex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"check": "pnpm check:format && pnpm check:type",
"fix": "pnpm fix:format"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Botpress, Inc.",
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.14.202",
"ajv": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion log4bot/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ logger.attachError(new Error('Precondition Failed')).error('An error occured')

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
1 change: 0 additions & 1 deletion opapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"winston": "3.15.0",
"zod": "3.22.4"
},
"keywords": [],
"author": "Botpress, Inc.",
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion opapi/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ api.exportClient('./gen/client') // This will generate a client that can be used

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
2 changes: 1 addition & 1 deletion promex/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ app.listen()

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
2 changes: 1 addition & 1 deletion ptb-schema/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ console.log('decoded:', decoded)

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
1 change: 0 additions & 1 deletion readiness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"start": "node dist/index.js",
"check:type": "tsc --noEmit"
},
"keywords": [],
"author": "Botpress, Inc.",
"license": "MIT",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion readiness/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ curl http://localhost:9398/ready

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
2 changes: 1 addition & 1 deletion trail/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ The available environment variables for configuring the tracing client are:

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
2 changes: 1 addition & 1 deletion tunnel/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Used in the botpress tunnel system.

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
5 changes: 2 additions & 3 deletions verel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"test:node": "vitest --browser.enabled false --run",
"test:browser": "vitest --browser.enabled true --run"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Botpress, Inc.",
"license": "MIT",
"dependencies": {
"browser-or-node": "^2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion verel/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ console.log(outputEvent)

## Disclaimer ⚠️

This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install this package feel absolutly free to do it. We strongly recomand that you tag your versions properly.
This package is published under the `@bpinternal` organization. All packages of this organization are meant to be used by the [Botpress](https://github.com/botpress/botpress) team internally and are not meant for our community. Since the packages are catered to our own use-cases, they might have less stable APIs, receive breaking changes without much warning, have minimal documentation and lack community-focused support. However, these packages were still left intentionally public for an important reason : We Love Open-Source. Therefore, if you wish to install or fork this package feel absolutly free to do it. We strongly recommend that you tag your versions properly.

The Botpress Engineering team.
Loading

0 comments on commit 7fc538d

Please sign in to comment.