@unseenco/theatre-core 0.2.2 → 0.2.3

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
@@ -8649,7 +8649,7 @@ var CoreBundle = class {
8649
8649
  return "Theatre_CoreBundle";
8650
8650
  }
8651
8651
  get version() {
8652
- return "0.2.2";
8652
+ return "0.2.3";
8653
8653
  }
8654
8654
  getBitsForStudio(studio, callback) {
8655
8655
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -8639,7 +8639,7 @@ var CoreBundle = class {
8639
8639
  return "Theatre_CoreBundle";
8640
8640
  }
8641
8641
  get version() {
8642
- return "0.2.2";
8642
+ return "0.2.3";
8643
8643
  }
8644
8644
  getBitsForStudio(studio, callback) {
8645
8645
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
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.2.2"
35
+ "@unseenco/theatre-dataverse": "0.2.3"
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
  }