@unseenco/theatre-core 0.1.17 → 0.1.18

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
@@ -8452,7 +8452,7 @@ var CoreBundle = class {
8452
8452
  return "Theatre_CoreBundle";
8453
8453
  }
8454
8454
  get version() {
8455
- return "0.1.17";
8455
+ return "0.1.18";
8456
8456
  }
8457
8457
  getBitsForStudio(studio, callback) {
8458
8458
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -8442,7 +8442,7 @@ var CoreBundle = class {
8442
8442
  return "Theatre_CoreBundle";
8443
8443
  }
8444
8444
  get version() {
8445
- return "0.1.17";
8445
+ return "0.1.18";
8446
8446
  }
8447
8447
  getBitsForStudio(studio, callback) {
8448
8448
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
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.17"
35
+ "@unseenco/theatre-dataverse": "0.1.18"
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
  }