@openxiot/xiot-core-spec-ts 0.0.10 → 0.0.12

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/index.d.ts CHANGED
@@ -191,6 +191,7 @@ export * from './xiot/core/spec/typedef/version/GenericVersion';
191
191
  export * from './xiot/core/spec/typedef/version/SemanticVersion';
192
192
  export * from './xiot/core/spec/typedef/somewhere/Somewhere';
193
193
  export * from './xiot/core/spec/typedef/somewhere/Where';
194
+ export * from './xiot/core/spec/typedef/visibility/Visibility';
194
195
  export * from './xiot/core/spec/typedef/xid/ActionID';
195
196
  export * from './xiot/core/spec/typedef/xid/EventID';
196
197
  export * from './xiot/core/spec/typedef/xid/PropertyID';
package/dist/index.js CHANGED
@@ -207,6 +207,7 @@ __exportStar(require("./xiot/core/spec/typedef/version/GenericVersion"), exports
207
207
  __exportStar(require("./xiot/core/spec/typedef/version/SemanticVersion"), exports);
208
208
  __exportStar(require("./xiot/core/spec/typedef/somewhere/Somewhere"), exports);
209
209
  __exportStar(require("./xiot/core/spec/typedef/somewhere/Where"), exports);
210
+ __exportStar(require("./xiot/core/spec/typedef/visibility/Visibility"), exports);
210
211
  __exportStar(require("./xiot/core/spec/typedef/xid/ActionID"), exports);
211
212
  __exportStar(require("./xiot/core/spec/typedef/xid/EventID"), exports);
212
213
  __exportStar(require("./xiot/core/spec/typedef/xid/PropertyID"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openxiot/xiot-core-spec-ts",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "XIOT Specification Codec",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",