@vertigis/viewer-spec 58.10.0 → 58.10.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.
@@ -672,9 +672,6 @@
672
672
  <complexType>
673
673
  <complexContent mixed="true">
674
674
  <extension base="tns:ComponentWithChildren">
675
- <choice>
676
- <element ref="tns:component" minOccurs="0" maxOccurs="unbounded" />
677
- </choice>
678
675
  <attribute name="resizable" type="boolean" default="false">
679
676
  <annotation>
680
677
  <documentation xml:lang="en">
@@ -699,9 +696,6 @@
699
696
  <complexType>
700
697
  <complexContent mixed="true">
701
698
  <extension base="tns:ComponentWithChildren">
702
- <choice>
703
- <element ref="tns:component" minOccurs="0" maxOccurs="unbounded" />
704
- </choice>
705
699
  <attribute name="resizable" type="boolean" default="false">
706
700
  <annotation>
707
701
  <documentation xml:lang="en">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "58.10.0",
3
+ "version": "58.10.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "58.10.0";
4
+ export declare const version = "58.10.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "58.10.0";
4
+ export const version = "58.10.1";