jsegd-fluig-types 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsegd-fluig-types",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Pacote de tipos para fluig",
5
5
  "license": "CC-BY-NC-ND-4.0",
6
6
  "author": "Elemar Deckmann",
package/types.d.ts CHANGED
@@ -430,7 +430,7 @@ declare global {
430
430
  }
431
431
 
432
432
  class JSONUtil {
433
- static toJSON(data: object): string;
433
+ static toJSON(data: object): java.lang.String;
434
434
  }
435
435
 
436
436
  enum ConstraintType {