@bcrumbs.net/bc-api 0.0.40 → 0.0.41

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/index.cjs.js CHANGED
@@ -2115,7 +2115,7 @@ const appConfig = {
2115
2115
  networkInterface: exports.apiV2Backend + '/billing'
2116
2116
  },
2117
2117
  core: {
2118
- networkInterface: 'http://localhost:6085/core'
2118
+ networkInterface: exports.apiV2Backend + '/core'
2119
2119
  },
2120
2120
  bot: {
2121
2121
  networkInterface: exports.apiV2Backend + '/bot'
package/index.esm.js CHANGED
@@ -2113,7 +2113,7 @@ const appConfig = {
2113
2113
  networkInterface: apiV2Backend + '/billing'
2114
2114
  },
2115
2115
  core: {
2116
- networkInterface: 'http://localhost:6085/core'
2116
+ networkInterface: apiV2Backend + '/core'
2117
2117
  },
2118
2118
  bot: {
2119
2119
  networkInterface: apiV2Backend + '/bot'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bcrumbs.net/bc-api",
3
3
  "description": "The SDK that helps to work with Bread Crumbs APIs",
4
- "version": "0.0.40",
4
+ "version": "0.0.41",
5
5
  "keyword": [
6
6
  "bcrumbs",
7
7
  "bc-api",