@unseenco/theatre-core 0.1.8 → 0.1.9

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
@@ -7990,7 +7990,7 @@ var CoreBundle = class {
7990
7990
  return "Theatre_CoreBundle";
7991
7991
  }
7992
7992
  get version() {
7993
- return "0.1.8";
7993
+ return "0.1.9";
7994
7994
  }
7995
7995
  getBitsForStudio(studio, callback) {
7996
7996
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -7980,7 +7980,7 @@ var CoreBundle = class {
7980
7980
  return "Theatre_CoreBundle";
7981
7981
  }
7982
7982
  get version() {
7983
- return "0.1.8";
7983
+ return "0.1.9";
7984
7984
  }
7985
7985
  getBitsForStudio(studio, callback) {
7986
7986
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
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.8"
35
+ "@unseenco/theatre-dataverse": "0.1.9"
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
  }