@opendaw/studio-adapters 0.0.86 → 0.0.87
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/MetaData.d.ts +3 -3
- package/dist/MetaData.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/MetaData.d.ts
CHANGED
|
@@ -16,14 +16,14 @@ export declare namespace MetaData {
|
|
|
16
16
|
* @param target The box to read the meta-data from.
|
|
17
17
|
* @param origin The origin of the meta-data. Must be unique to the app.
|
|
18
18
|
*/
|
|
19
|
-
const read: (target: Box<Pointers.MetaData>, origin: string) => Nullable<JSONValue>;
|
|
19
|
+
const read: (target: Box<Pointers.MetaData | Pointers>, origin: string) => Nullable<JSONValue>;
|
|
20
20
|
/**
|
|
21
21
|
* Deletes all meta-data from the target box with the given origin.
|
|
22
22
|
* Needs to be called within a transaction.
|
|
23
23
|
* @param target The box to delete the meta-data from.
|
|
24
24
|
* @param origin The origin of the meta-data. Must be unique to the app.
|
|
25
25
|
*/
|
|
26
|
-
const clear: (target: Box<Pointers.MetaData>, origin: string) => void;
|
|
26
|
+
const clear: (target: Box<Pointers.MetaData | Pointers>, origin: string) => void;
|
|
27
27
|
/**
|
|
28
28
|
* Subscribes to meta-data changes on the target box for the given origin.
|
|
29
29
|
* Catches up with existing meta-data and subscribes to future additions/removals.
|
|
@@ -32,6 +32,6 @@ export declare namespace MetaData {
|
|
|
32
32
|
* @param origin The origin of the meta-data. Must be unique to the app.
|
|
33
33
|
* @param observer Called with the current value whenever it changes, or null when removed.
|
|
34
34
|
*/
|
|
35
|
-
const catchupAndSubscribe: (target: Box<Pointers.MetaData>, origin: string, observer: Observer<Option<JSONValue>>) => Terminable;
|
|
35
|
+
const catchupAndSubscribe: (target: Box<Pointers.MetaData | Pointers>, origin: string, observer: Observer<Option<JSONValue>>) => Terminable;
|
|
36
36
|
}
|
|
37
37
|
//# sourceMappingURL=MetaData.d.ts.map
|
package/dist/MetaData.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetaData.d.ts","sourceRoot":"","sources":["../src/MetaData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAe,MAAM,kBAAkB,CAAA;AAClD,OAAO,EAAC,QAAQ,EAAC,MAAM,uBAAuB,CAAA;AAC9C,OAAO,EAEH,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,MAAM,EAGN,UAAU,EAGb,MAAM,kBAAkB,CAAA;AAGzB,yBAAiB,QAAQ,CAAC;IACtB;;;;;;OAMG;IACI,MAAM,KAAK,GAAI,QAAQ,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,SAAS,EAAE,QAAQ,MAAM,KAAG,IAgBxF,CAAA;IAED;;;;;OAKG;IACI,MAAM,IAAI,GAAI,QAAQ,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,MAAM,KAAG,QAAQ,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"MetaData.d.ts","sourceRoot":"","sources":["../src/MetaData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,GAAG,EAAe,MAAM,kBAAkB,CAAA;AAClD,OAAO,EAAC,QAAQ,EAAC,MAAM,uBAAuB,CAAA;AAC9C,OAAO,EAEH,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,MAAM,EAGN,UAAU,EAGb,MAAM,kBAAkB,CAAA;AAGzB,yBAAiB,QAAQ,CAAC;IACtB;;;;;;OAMG;IACI,MAAM,KAAK,GAAI,QAAQ,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,SAAS,EAAE,QAAQ,MAAM,KAAG,IAgBxF,CAAA;IAED;;;;;OAKG;IACI,MAAM,IAAI,GAAI,QAAQ,GAAG,CAAC,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,QAAQ,MAAM,KAAG,QAAQ,CAAC,SAAS,CAYlG,CAAA;IAED;;;;;OAKG;IACI,MAAM,KAAK,GAAI,QAAQ,GAAG,CAAC,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,QAAQ,MAAM,KAAG,IAOjF,CAAA;IAED;;;;;;;OAOG;IACI,MAAM,mBAAmB,GAAI,QAAQ,GAAG,CAAC,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC,EACzC,QAAQ,MAAM,EACd,UAAU,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,KAAG,UAgC3E,CAAA;CACJ"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendaw/studio-adapters",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.87",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"@opendaw/eslint-config": "^0.0.27",
|
|
37
37
|
"@opendaw/typescript-config": "^0.0.29"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "cec3a3d2b2eed327814b7e93a327e96ef368df4c"
|
|
40
40
|
}
|