@unseenco/theatre-core 0.4.0 → 0.4.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
@@ -8578,7 +8578,7 @@ var CoreBundle = class {
8578
8578
  return "Theatre_CoreBundle";
8579
8579
  }
8580
8580
  get version() {
8581
- return "0.4.0";
8581
+ return "0.4.1";
8582
8582
  }
8583
8583
  getBitsForStudio(studio, callback) {
8584
8584
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -8568,7 +8568,7 @@ var CoreBundle = class {
8568
8568
  return "Theatre_CoreBundle";
8569
8569
  }
8570
8570
  get version() {
8571
- return "0.4.0";
8571
+ return "0.4.1";
8572
8572
  }
8573
8573
  getBitsForStudio(studio, callback) {
8574
8574
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.4.0",
3
+ "version": "0.4.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.4.0"
35
+ "@unseenco/theatre-dataverse": "0.4.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
  }