roboto-js 1.9.15 → 3.0.1

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/src/rbt_user.js CHANGED
@@ -123,7 +123,7 @@ export default class RbtUser {
123
123
  debugger;
124
124
  const record = this.toRecord();
125
125
  record.type = '<@iac.user>';
126
- const response = await this._axios.post('/user_service/saveUser', [record]);
126
+ const response = await this._axios.post('/api/iac/saveUser', [record]);
127
127
 
128
128
  if (response.data.ok === false) {
129
129
  throw new Error(response.data.message);
package/src/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  // Auto-generated version file
2
2
  // DO NOT EDIT - This file is automatically updated from package.json
3
- // Version: 1.9.15
4
- export const version = '1.9.15';
3
+ // Version: 3.0.1
4
+ export const version = '3.0.1';