@svta/cml-cta 1.0.0 → 1.0.2
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 +2 -4
- package/dist/index.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -9,8 +9,7 @@ import { SfItem, SfToken } from "@svta/cml-structured-field-values";
|
|
|
9
9
|
* revisions to this specification. Clients SHOULD use a reverse-DNS
|
|
10
10
|
* syntax when defining their own prefix.
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* @beta
|
|
12
|
+
* @public
|
|
14
13
|
*/
|
|
15
14
|
type CmCustomKey = `${string}-${string}`;
|
|
16
15
|
//#endregion
|
|
@@ -123,8 +122,7 @@ type CmStreamType = ValueOf<typeof CmStreamType>;
|
|
|
123
122
|
/**
|
|
124
123
|
* A common media value.
|
|
125
124
|
*
|
|
126
|
-
*
|
|
127
|
-
* @beta
|
|
125
|
+
* @public
|
|
128
126
|
*/
|
|
129
127
|
type CmValue = CmObjectType | CmStreamingFormat | CmStreamType | string | string[] | number | number[] | boolean | symbol | SfToken | SfItem | SfItem[];
|
|
130
128
|
//#endregion
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/CmCustomKey.ts","../src/CmObjectType.ts","../src/CmStreamingFormat.ts","../src/CmStreamType.ts","../src/CmValue.ts","../src/isTokenField.ts","../src/isValid.ts"],"sourcesContent":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/CmCustomKey.ts","../src/CmObjectType.ts","../src/CmStreamingFormat.ts","../src/CmStreamType.ts","../src/CmValue.ts","../src/isTokenField.ts","../src/isValid.ts"],"sourcesContent":[],"mappings":";;;;;;;;;AAQA;;;;ACDa,KDCD,WAAA,GCDC,GAAA,MAAA,IAAA,MAAA,EAAA;;;;;;ADCb;;cCDa;;AAAb;AAoDA;;;;ACpDA;EA2BA,SAAY,KAAA,EAAA,GAAA;;;;EC3BZ,SAAa,KAAA,EAAA,GAAA;EAiBb;;;;ECdA;;;EAGG,SAAA,IAAA,EAAA,GAAA;EAOA;;;EAEA,SAAA,OAAA,EAAA,GAAA;;;;ECbH,SAAgB,UAAA,EAAA,IAAA;;;;ECEhB,SAAgB,GAAA,EAAA,GAAA;;;;;;;;;;;KLgDJ,YAAA,GAAe,eAAe;;;;;;ADnD1C;;cEDa;;ADAb;AAoDA;;;;ACpDA;EA2BA,SAAY,GAAA,EAAA,GAAA;;;;EC3BZ,SAAa,MAAA,EAAA,GAAA;EAiBb;;;;ACdA,CAAA;;;;;;AAYG,KFYS,iBAAA,GAAoB,OEZ7B,CAAA,OFY4C,iBEZ5C,CAAA;;;;;;AJdH;;cGDa;;AFAb;AAoDA;;;;ACpDA;EA2BA,SAAY,IAAA,EAAA,GAAA;;;;AC3BZ;AAiBA;;KAAY,YAAA,GAAe,eAAe;;;AHhB1C;;;;ACDA;AAoDY,KGjDA,OAAA,GACT,YHgDuC,GG/CvC,iBH+CwB,GG9CxB,YH8CwB,GAAA,MAAA,GAAA,MAAA,EAAA,GAAA,MAAA,GAAA,MAAA,EAAA,GAAA,OAAA,GAAA,MAAA,GGvCxB,OHuCwB,GGtCxB,MHsCwB,GGrCxB,MHqCwB,EAAA;;;;;;;ADnD3B;;;;ACDA;AAoDY,iBIlDI,YAAA,CJkD0B,GAAA,EAAA,MAAf,CAAA,EAAA,OAAA;;;;;;ADnD3B;;;;ACDA;AAoDA;iBKhDgB,OAAA,QAAe"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@svta/cml-cta",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Common functionality for CTA standards including CTA-608/CEA-608",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@svta/cml-utils": "
|
|
58
|
-
"@svta/cml-structured-field-values": "
|
|
57
|
+
"@svta/cml-utils": "1.1.0",
|
|
58
|
+
"@svta/cml-structured-field-values": "1.0.2"
|
|
59
59
|
}
|
|
60
60
|
}
|