@unseenco/theatre-core 0.1.11 → 0.1.13

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 CHANGED
@@ -8361,7 +8361,7 @@ var CoreBundle = class {
8361
8361
  return "Theatre_CoreBundle";
8362
8362
  }
8363
8363
  get version() {
8364
- return "0.1.11";
8364
+ return "0.1.13";
8365
8365
  }
8366
8366
  getBitsForStudio(studio, callback) {
8367
8367
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -8351,7 +8351,7 @@ var CoreBundle = class {
8351
8351
  return "Theatre_CoreBundle";
8352
8352
  }
8353
8353
  get version() {
8354
- return "0.1.11";
8354
+ return "0.1.13";
8355
8355
  }
8356
8356
  getBitsForStudio(studio, callback) {
8357
8357
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Motion design editor for the web",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "sideEffects": true,
34
34
  "dependencies": {
35
- "@unseenco/theatre-dataverse": "0.1.11"
35
+ "@unseenco/theatre-dataverse": "0.1.13"
36
36
  },
37
37
  "//": "Add packages here to make them externals of core. Add them to theatre/package.json if you want to bundle them with studio."
38
38
  }