@unseenco/theatre-core 0.1.15 → 0.1.16

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
@@ -8367,7 +8367,7 @@ var CoreBundle = class {
8367
8367
  return "Theatre_CoreBundle";
8368
8368
  }
8369
8369
  get version() {
8370
- return "0.1.15";
8370
+ return "0.1.16";
8371
8371
  }
8372
8372
  getBitsForStudio(studio, callback) {
8373
8373
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -8357,7 +8357,7 @@ var CoreBundle = class {
8357
8357
  return "Theatre_CoreBundle";
8358
8358
  }
8359
8359
  get version() {
8360
- return "0.1.15";
8360
+ return "0.1.16";
8361
8361
  }
8362
8362
  getBitsForStudio(studio, callback) {
8363
8363
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
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.15"
35
+ "@unseenco/theatre-dataverse": "0.1.16"
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
  }