@vosjs/studio-core 0.2.0 → 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.d.ts +61 -35
- package/dist/index.js +26 -36
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vosjs/studio-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "The studio's editing model: the ProjectDoc schema, the element-aware auto-zoom planner and cursor smoothing, the lowering from a document to a vos composition, and the timeline lane adapters. Generic editing mechanisms live in @vosjs/editor.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "vosso",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
],
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@vosjs/
|
|
31
|
-
"@vosjs/
|
|
32
|
-
"@vosjs/
|
|
30
|
+
"@vosjs/shared": "^0.2.0",
|
|
31
|
+
"@vosjs/timeline": "^0.4.0",
|
|
32
|
+
"@vosjs/editor": "^1.3.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@vosjs/core": ">=0.10.0 <0.24.0"
|