@hyperframes/core 0.8.46 → 0.8.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperframes/core",
3
- "version": "0.8.46",
3
+ "version": "0.8.48",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,6 +54,10 @@
54
54
  "import": "./dist/mediaTiming.js",
55
55
  "types": "./dist/mediaTiming.d.ts"
56
56
  },
57
+ "./composition-readiness": {
58
+ "import": "./dist/compositionReadiness.js",
59
+ "types": "./dist/compositionReadiness.d.ts"
60
+ },
57
61
  "./editing": {
58
62
  "import": "./dist/editing/affordances.js",
59
63
  "types": "./dist/editing/affordances.d.ts"
@@ -282,9 +286,9 @@
282
286
  "bpm-detective": "^2.0.5",
283
287
  "linkedom": "^0.18.12",
284
288
  "postcss": "^8.5.8",
285
- "@hyperframes/lint": "0.8.46",
286
- "@hyperframes/studio-server": "0.8.46",
287
- "@hyperframes/parsers": "0.8.46"
289
+ "@hyperframes/lint": "0.8.48",
290
+ "@hyperframes/studio-server": "0.8.48",
291
+ "@hyperframes/parsers": "0.8.48"
288
292
  },
289
293
  "devDependencies": {
290
294
  "@types/jsdom": "^28.0.0",