@andersonalmeidax0/webcomponents 0.1.3 → 0.1.4

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.
@@ -14,8 +14,8 @@ import { XFormEdit } from "./XFormEdit.jsx";
14
14
  //import { JZInPlaceListComponent } from "./JZInPlaceListComponent.jsx";
15
15
 
16
16
 
17
- import {PlatAPIError,PlatAPIReturnCodeError,PlatAPIAuthError,PlatAPIDBNotFound,PlatAPIDBIntegrityConstraint,PlatAPIForbidden} from "./Errors.js";
18
- import {ErrorConstants} from "./Errors.js";
17
+ import {PlatAPIError,PlatAPIReturnCodeError,PlatAPIAuthError,PlatAPIDBNotFound,PlatAPIDBIntegrityConstraint,PlatAPIForbidden} from "../Errors.js";
18
+ import {ErrorConstants} from "../Errors.js";
19
19
  import { ErrorCard } from "./ErrorCard";
20
20
  import { ErrorCardAuth } from "./ErrorCardAuth";
21
21
 
@@ -15,7 +15,7 @@ import { JZEditComponent } from "./JZEditComponent.jsx";
15
15
  import { JZInPlaceListComponent } from "./JZInPlaceListComponent.jsx";
16
16
 
17
17
 
18
- import {PlatAPIError,PlatAPIReturnCodeError,PlatAPIAuthError,PlatAPIDBNotFound,PlatAPIDBIntegrityConstraint,PlatAPIForbidden} from "./Errors.js";
18
+ import {PlatAPIError,PlatAPIReturnCodeError,PlatAPIAuthError,PlatAPIDBNotFound,PlatAPIDBIntegrityConstraint,PlatAPIForbidden} from "../Errors.js";
19
19
  import { ErrorCard } from "./ErrorCard";
20
20
  import { ErrorCardAuth } from "./ErrorCardAuth";
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersonalmeidax0/webcomponents",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "webcomponents",
5
5
  "main": "webcomponents",
6
6
  "scripts": {
package/releasenotes.txt CHANGED
@@ -2,6 +2,9 @@
2
2
  0.1.1: add all components
3
3
  0.1.2: with text labels for buttons
4
4
  0.1.3: RestAPIAdapter init
5
+ 0.1.4: Error move to root
6
+
7
+
5
8
  TODO
6
9
  -change "Errors" => string contants
7
10
  -add "textIcon=true" option para JZEditTable ==> OK
File without changes