mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
test(repo): execute packed subpaths
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"source": "./src/index.ts",
|
||||
"runtime": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./package.json": {
|
||||
"source": "./package.json",
|
||||
@@ -66,13 +66,13 @@
|
||||
"source": "./src/lint/index.ts",
|
||||
"runtime": "./dist/lint/index.js",
|
||||
"types": "./dist/lint/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./compiler": {
|
||||
"source": "./src/compiler/index.ts",
|
||||
"runtime": "./dist/compiler/index.js",
|
||||
"types": "./dist/compiler/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./color-grading": {
|
||||
"source": "./src/colorGrading.ts",
|
||||
@@ -156,25 +156,25 @@
|
||||
"source": "./src/studio-api/index.ts",
|
||||
"runtime": "./dist/studio-api/index.js",
|
||||
"types": "./dist/studio-api/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./studio-api/screenshot-clip": {
|
||||
"source": "./src/studio-api/helpers/screenshotClip.ts",
|
||||
"runtime": "./dist/studio-api/helpers/screenshotClip.js",
|
||||
"types": "./dist/studio-api/helpers/screenshotClip.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./studio-api/manual-edits-render-script": {
|
||||
"source": "./src/studio-api/helpers/manualEditsRenderScript.ts",
|
||||
"runtime": "./dist/studio-api/helpers/manualEditsRenderScript.js",
|
||||
"types": "./dist/studio-api/helpers/manualEditsRenderScript.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./studio-api/studio-motion-render-script": {
|
||||
"source": "./src/studio-api/helpers/studioMotionRenderScript.ts",
|
||||
"runtime": "./dist/studio-api/helpers/studioMotionRenderScript.js",
|
||||
"types": "./dist/studio-api/helpers/studioMotionRenderScript.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./studio-api/draft-markers": {
|
||||
"source": "./src/studio-api/helpers/draftMarkers.ts",
|
||||
@@ -186,7 +186,7 @@
|
||||
"source": "./src/studio-api/helpers/finiteMutation.ts",
|
||||
"runtime": "./dist/studio-api/helpers/finiteMutation.js",
|
||||
"types": "./dist/studio-api/helpers/finiteMutation.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./text": {
|
||||
"source": "./src/text/index.ts",
|
||||
@@ -252,13 +252,13 @@
|
||||
"source": "./src/fonts/systemFontLocator.ts",
|
||||
"runtime": "./dist/fonts/systemFontLocator.js",
|
||||
"types": "./dist/fonts/systemFontLocator.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./figma": {
|
||||
"source": "./src/figma/index.ts",
|
||||
"runtime": "./dist/figma/index.js",
|
||||
"types": "./dist/figma/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./schemas/registry.json": {
|
||||
"source": "./schemas/registry.json",
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
"source": "./src/index.ts",
|
||||
"runtime": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./alpha-blit": {
|
||||
"source": "./src/utils/alphaBlit.ts",
|
||||
"runtime": "./dist/utils/alphaBlit.js",
|
||||
"types": "./dist/utils/alphaBlit.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./shader-transitions": {
|
||||
"source": "./src/utils/shaderTransitions.ts",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"source": "./src/index.ts",
|
||||
"runtime": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./browser": {
|
||||
"source": "./src/browser.ts",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"source": "./src/assets.ts",
|
||||
"runtime": "./dist/assets.js",
|
||||
"types": "./dist/assets.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./composition": {
|
||||
"source": "./src/composition.ts",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"require": "./dist/hyperframes-player.cjs"
|
||||
},
|
||||
"types": "./dist/hyperframes-player.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["browser"]
|
||||
},
|
||||
"./slideshow": {
|
||||
"source": "./dist/slideshow/hyperframes-slideshow.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"require": "./dist/slideshow/hyperframes-slideshow.cjs"
|
||||
},
|
||||
"types": "./dist/slideshow/hyperframes-slideshow.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["browser"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"source": "./src/adapters/fs.ts",
|
||||
"runtime": "./dist/adapters/fs.js",
|
||||
"types": "./dist/adapters/fs.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./adapters/headless": {
|
||||
"source": "./src/adapters/headless.ts",
|
||||
|
||||
@@ -6,31 +6,31 @@
|
||||
"source": "./src/index.ts",
|
||||
"runtime": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./package.json": {
|
||||
"source": "./package.json",
|
||||
"runtime": "./package.json",
|
||||
"types": null,
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./screenshot-clip": {
|
||||
"source": "./src/helpers/screenshotClip.ts",
|
||||
"runtime": "./dist/helpers/screenshotClip.js",
|
||||
"types": "./dist/helpers/screenshotClip.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./manual-edits-render-script": {
|
||||
"source": "./src/helpers/manualEditsRenderScript.ts",
|
||||
"runtime": "./dist/helpers/manualEditsRenderScript.js",
|
||||
"types": "./dist/helpers/manualEditsRenderScript.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./studio-motion-render-script": {
|
||||
"source": "./src/helpers/studioMotionRenderScript.ts",
|
||||
"runtime": "./dist/helpers/studioMotionRenderScript.js",
|
||||
"types": "./dist/helpers/studioMotionRenderScript.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./draft-markers": {
|
||||
"source": "./src/helpers/draftMarkers.ts",
|
||||
@@ -42,7 +42,7 @@
|
||||
"source": "./src/helpers/finiteMutation.ts",
|
||||
"runtime": "./dist/helpers/finiteMutation.js",
|
||||
"types": "./dist/helpers/finiteMutation.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./source-mutation": {
|
||||
"source": "./src/helpers/sourceMutation.ts",
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
"source": "./src/index.ts",
|
||||
"runtime": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["browser"]
|
||||
},
|
||||
"./tailwind-preset": {
|
||||
"source": "./src/styles/tailwind-preset.ts",
|
||||
"runtime": "./dist/styles/tailwind-preset.js",
|
||||
"types": "./dist/styles/tailwind-preset.d.ts",
|
||||
"environments": ["browser", "bun", "node"]
|
||||
"environments": ["bun", "node"]
|
||||
},
|
||||
"./package.json": {
|
||||
"source": "./package.json",
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"browser": "./src/index.ts",
|
||||
"bun": "./src/index.ts",
|
||||
"import": "./src/index.ts",
|
||||
"types": "./src/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user