@unseenco/theatre-core 0.3.0-rc.1 → 0.3.0

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
@@ -8515,7 +8515,7 @@ var CoreBundle = class {
8515
8515
  return "Theatre_CoreBundle";
8516
8516
  }
8517
8517
  get version() {
8518
- return "0.3.0-rc.1";
8518
+ return "0.3.0";
8519
8519
  }
8520
8520
  getBitsForStudio(studio, callback) {
8521
8521
  if (this._studio) {
package/dist/index.mjs CHANGED
@@ -8505,7 +8505,7 @@ var CoreBundle = class {
8505
8505
  return "Theatre_CoreBundle";
8506
8506
  }
8507
8507
  get version() {
8508
- return "0.3.0-rc.1";
8508
+ return "0.3.0";
8509
8509
  }
8510
8510
  getBitsForStudio(studio, callback) {
8511
8511
  if (this._studio) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unseenco/theatre-core",
3
- "version": "0.3.0-rc.1",
3
+ "version": "0.3.0",
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.3.0-rc.1"
35
+ "@unseenco/theatre-dataverse": "0.3.0"
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
  }