@unseenco/theatre-core 0.4.0 → 0.4.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.js +5 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +2 -2
- package/dist/privateAPIs.d.ts +1 -0
- package/dist/privateAPIs.js +4 -0
- package/dist/privateAPIs.mjs +1 -0
- package/package.json +7 -2
package/dist/index.js
CHANGED
|
@@ -246,7 +246,9 @@ __export(index_exports, {
|
|
|
246
246
|
isRemoteEditorWindow: () => isRemoteEditorWindow,
|
|
247
247
|
notify: () => notify,
|
|
248
248
|
onChange: () => onChange,
|
|
249
|
+
privateAPI: () => privateAPI,
|
|
249
250
|
setCoreRafDriver: () => setCoreRafDriver,
|
|
251
|
+
setPrivateAPI: () => setPrivateAPI,
|
|
250
252
|
types: () => propTypes_exports,
|
|
251
253
|
val: () => val10
|
|
252
254
|
});
|
|
@@ -260,7 +262,9 @@ __export(coreExports_exports, {
|
|
|
260
262
|
isRemoteEditorWindow: () => isRemoteEditorWindow,
|
|
261
263
|
notify: () => notify,
|
|
262
264
|
onChange: () => onChange,
|
|
265
|
+
privateAPI: () => privateAPI,
|
|
263
266
|
setCoreRafDriver: () => setCoreRafDriver,
|
|
267
|
+
setPrivateAPI: () => setPrivateAPI,
|
|
264
268
|
types: () => propTypes_exports,
|
|
265
269
|
val: () => val10
|
|
266
270
|
});
|
|
@@ -8578,7 +8582,7 @@ var CoreBundle = class {
|
|
|
8578
8582
|
return "Theatre_CoreBundle";
|
|
8579
8583
|
}
|
|
8580
8584
|
get version() {
|
|
8581
|
-
return "0.4.
|
|
8585
|
+
return "0.4.2";
|
|
8582
8586
|
}
|
|
8583
8587
|
getBitsForStudio(studio, callback) {
|
|
8584
8588
|
if (this._studio) {
|