@tomorrowevening/theatre-core 1.0.16 → 1.0.17

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7000,7 +7000,7 @@ var CoreBundle = class {
7000
7000
  return "Theatre_CoreBundle";
7001
7001
  }
7002
7002
  get version() {
7003
- return "1.0.15";
7003
+ return "1.0.16";
7004
7004
  }
7005
7005
  getBitsForStudio(studio2, callback) {
7006
7006
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomorrowevening/theatre-core",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Motion design editor for the web",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "sideEffects": true,
26
26
  "dependencies": {
27
- "@tomorrowevening/theatre-dataverse": "1.0.16"
27
+ "@tomorrowevening/theatre-dataverse": "1.0.17"
28
28
  },
29
29
  "//": "Add packages here to make them externals of core. Add them to theatre/package.json if you want to bundle them with studio."
30
30
  }