@unseenco/theatre-core 0.1.4 → 0.1.5

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
@@ -8076,7 +8076,7 @@ var CoreBundle = class {
8076
8076
  return "Theatre_CoreBundle";
8077
8077
  }
8078
8078
  get version() {
8079
- return "0.1.4";
8079
+ return "0.1.5";
8080
8080
  }
8081
8081
  getBitsForStudio(studio, callback) {
8082
8082
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
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
- "@unseenco/theatre-dataverse": "0.1.4"
27
+ "@unseenco/theatre-dataverse": "0.1.5"
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
  }