@mindbricks/mbx 1.0.7 → 1.0.8

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.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export declare const CONFIG: {
2
- readonly API_BASE_URL: "https://stage.mindbricks.com";
2
+ readonly API_BASE_URL: "https://app.mindbricks.com";
3
3
  readonly LOGIN_ENDPOINT: "/api/mindbrix-auth/login";
4
4
  readonly EXPORT_ENDPOINT: "/api/repository/takeout/projects";
5
5
  readonly TOKEN_FILE_NAME: ".mbx-token.json";
package/dist/config.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MESSAGES = exports.CONFIG = void 0;
4
4
  exports.CONFIG = {
5
- API_BASE_URL: 'https://stage.mindbricks.com',
5
+ API_BASE_URL: 'https://app.mindbricks.com',
6
6
  LOGIN_ENDPOINT: '/api/mindbrix-auth/login',
7
7
  EXPORT_ENDPOINT: '/api/repository/takeout/projects',
8
8
  TOKEN_FILE_NAME: '.mbx-token.json',
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":";;;AAEa,QAAA,MAAM,GAAG;IACpB,YAAY,EAAE,8BAA8B;IAC5C,cAAc,EAAE,0BAA0B;IAC1C,eAAe,EAAE,kCAAkC;IACnD,eAAe,EAAE,iBAAiB;CAC1B,CAAC;AAEE,QAAA,QAAQ,GAAG;IACtB,aAAa,EAAE,2BAA2B;IAC1C,YAAY,EAAE,gBAAgB;IAC9B,cAAc,EAAE,2BAA2B;IAC3C,QAAQ,EAAE,0CAA0C;IACpD,WAAW,EAAE,4BAA4B;IACzC,mBAAmB,EAAE,6BAA6B;IAClD,aAAa,EAAE,2DAA2D;IAC1E,aAAa,EAAE,uEAAuE;IACtF,WAAW,EAAE,sEAAsE;CAC3E,CAAC"}
1
+ {"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":";;;AAEa,QAAA,MAAM,GAAG;IACpB,YAAY,EAAE,4BAA4B;IAC1C,cAAc,EAAE,0BAA0B;IAC1C,eAAe,EAAE,kCAAkC;IACnD,eAAe,EAAE,iBAAiB;CAC1B,CAAC;AAEE,QAAA,QAAQ,GAAG;IACtB,aAAa,EAAE,2BAA2B;IAC1C,YAAY,EAAE,gBAAgB;IAC9B,cAAc,EAAE,2BAA2B;IAC3C,QAAQ,EAAE,0CAA0C;IACpD,WAAW,EAAE,4BAA4B;IACzC,mBAAmB,EAAE,6BAA6B;IAClD,aAAa,EAAE,2DAA2D;IAC1E,aAAa,EAAE,uEAAuE;IACtF,WAAW,EAAE,sEAAsE;CAC3E,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindbricks/mbx",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Mindbricks CLI Command line tools for Mindbricks platform",
5
5
  "main": "dist/index.js",
6
6
  "bin": {