@unseenco/theatre-core 0.2.0 → 0.2.1

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
@@ -8552,7 +8552,7 @@ var CoreBundle = class {
8552
8552
  return "Theatre_CoreBundle";
8553
8553
  }
8554
8554
  get version() {
8555
- return "0.2.0";
8555
+ return "0.2.1";
8556
8556
  }
8557
8557
  getBitsForStudio(studio, callback) {
8558
8558
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -8542,7 +8542,7 @@ var CoreBundle = class {
8542
8542
  return "Theatre_CoreBundle";
8543
8543
  }
8544
8544
  get version() {
8545
- return "0.2.0";
8545
+ return "0.2.1";
8546
8546
  }
8547
8547
  getBitsForStudio(studio, callback) {
8548
8548
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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.0"
35
+ "@unseenco/theatre-dataverse": "0.2.1"
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
  }