@butlerbot/sdk 0.0.18 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/config.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CONFIG = void 0;
4
4
  exports.CONFIG = {
5
- server: "https://core.butlerbot.net",
5
+ server: "https://core.butler.now",
6
6
  healthcheckPath: "/api/healthcheck",
7
7
  paths: {
8
8
  conversation: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@butlerbot/sdk",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "The official ButlerBot SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/butlerbots/alfred5_sdk/issues"
37
37
  },
38
- "homepage": "https://butlerbot.net",
38
+ "homepage": "https://butler.now",
39
39
  "engines": {
40
40
  "node": ">=18.0.0"
41
41
  },
package/readme.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # ButlerBot SDK
2
2
 
3
- ButlerBot SDK is a JavaScript library that provides a simple way to interact with the [ButlerBot](https://butlerbot.net/) API.
3
+ ButlerBot SDK is a JavaScript library that provides a simple way to interact with the [ButlerBot](https://butler.now/) API.
4
4
 
5
5
  ## Quickstart
6
6
 
7
- Grab an API key at [ButlerBot](https://butlerbot.net/) and install the package:
7
+ Grab an API key at [ButlerBot](https://butler.now/) and install the package:
8
8
 
9
9
  ```bash
10
10
  npm i @butlerbot/sdk