aes70 2.0.11 → 2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aes70",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "A controller library for the AES70 protocol.",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -1,4 +0,0 @@
1
- import { Enum8 } from './Enum8.js';
2
- import { OcaLibAccess as type } from '../types/OcaLibAccess.js';
3
-
4
- export const OcaLibAccess = Enum8(type);
@@ -1,4 +0,0 @@
1
- import { Enum8 } from './Enum8.js';
2
- import { OcaLibVolStandardTypeID as type } from '../types/OcaLibVolStandardTypeID.js';
3
-
4
- export const OcaLibVolStandardTypeID = Enum8(type);
@@ -1,4 +0,0 @@
1
- import { Enum8 } from './Enum8.js';
2
- import { OcaTimeProtocol as type } from '../types/OcaTimeProtocol.js';
3
-
4
- export const OcaTimeProtocol = Enum8(type);