aes70 2.0.12 → 2.0.13

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/src/OCP1.js +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aes70",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "A controller library for the AES70 protocol.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/OCP1.js CHANGED
@@ -72,10 +72,8 @@ export * from './OCP1/OcaJobDisposition.js';
72
72
  export * from './OCP1/OcaJobQueueItem.js';
73
73
  export * from './OCP1/OcaLevelDetectionLaw.js';
74
74
  export * from './OCP1/OcaLevelMeterLaw.js';
75
- export * from './OCP1/OcaLibAccess.js';
76
75
  export * from './OCP1/OcaLibVolData_ParamSet.js';
77
76
  export * from './OCP1/OcaLibVolIdentifier.js';
78
- export * from './OCP1/OcaLibVolStandardTypeID.js';
79
77
  export * from './OCP1/OcaLibVolType.js';
80
78
  export * from './OCP1/OcaLibraryIdentifier.js';
81
79
  export * from './OCP1/OcaList.js';
@@ -216,7 +214,6 @@ export * from './OCP1/OcaTimeDeliveryMechanism.js';
216
214
  export * from './OCP1/OcaTimeDeliveryParameters_StreamEndpoint.js';
217
215
  export * from './OCP1/OcaTimeMode.js';
218
216
  export * from './OCP1/OcaTimePTP.js';
219
- export * from './OCP1/OcaTimeProtocol.js';
220
217
  export * from './OCP1/OcaTimeReferenceType.js';
221
218
  export * from './OCP1/OcaTimeSourceAvailability.js';
222
219
  export * from './OCP1/OcaTimeSourceSyncStatus.js';