capdag 0.176.436 → 0.178.444
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/capdag.js +2 -2
- package/package.json +1 -1
package/capdag.js
CHANGED
|
@@ -1118,7 +1118,7 @@ const MEDIA_COLLECTION_LIST = 'media:collection;list;record';
|
|
|
1118
1118
|
// Media URN for adapter selection output - JSON record
|
|
1119
1119
|
const MEDIA_ADAPTER_SELECTION = 'media:adapter-selection;json;record';
|
|
1120
1120
|
// Fabric registry lookup wire types (consumed/produced by cap:lookup-cap;fabric
|
|
1121
|
-
// and cap:lookup-media-spec;fabric, both implemented by
|
|
1121
|
+
// and cap:lookup-media-spec;fabric, both implemented by fetchcartridge).
|
|
1122
1122
|
const MEDIA_CAP_URN = 'media:cap-urn;textable';
|
|
1123
1123
|
const MEDIA_MEDIA_URN = 'media:media-urn;textable';
|
|
1124
1124
|
const MEDIA_CAP_DEFINITION = 'media:cap-definition;json;record;textable';
|
|
@@ -1136,7 +1136,7 @@ const CAP_IDENTITY = 'cap:in=media:;out=media:';
|
|
|
1136
1136
|
// Cartridges that inspect file content override this with a handler that returns {"media_urns": [...]}.
|
|
1137
1137
|
const CAP_ADAPTER_SELECTION = 'cap:in="media:";out="media:adapter-selection;json;record"';
|
|
1138
1138
|
|
|
1139
|
-
// Fabric registry lookup caps. Implemented by
|
|
1139
|
+
// Fabric registry lookup caps. Implemented by fetchcartridge.
|
|
1140
1140
|
// CAP_LOOKUP_CAP_FABRIC resolves a canonical cap URN to its full flattened
|
|
1141
1141
|
// cap definition; CAP_LOOKUP_MEDIA_SPEC_FABRIC does the same for media specs.
|
|
1142
1142
|
const CAP_LOOKUP_CAP_FABRIC = 'cap:in="media:cap-urn;textable";fabric;lookup-cap;out="media:cap-definition;json;record;textable"';
|
package/package.json
CHANGED