@vouchfor/embeds 0.0.0-experiment.29a8d8f → 0.0.0-experiment.5a1b42c

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vouchfor/embeds",
3
- "version": "0.0.0-experiment.29a8d8f",
3
+ "version": "0.0.0-experiment.5a1b42c",
4
4
  "license": "MIT",
5
5
  "author": "Aaron Williams",
6
6
  "main": "dist/es/embeds.js",
@@ -8,8 +8,7 @@
8
8
  "type": "module",
9
9
  "types": "dist/es/index.d.ts",
10
10
  "exports": {
11
- ".": "./dist/es/embeds.js",
12
- "./embed": "./dist/iife/embeds.iife.js"
11
+ ".": "./dist/es/embeds.js"
13
12
  },
14
13
  "files": ["dist", "src"],
15
14
  "publishConfig": {
@@ -36,7 +35,7 @@
36
35
  "**/*.{md,json,yml}": "prettier --write"
37
36
  },
38
37
  "dependencies": {
39
- "@vouchfor/media-player": "0.0.0-experiment.29a8d8f"
38
+ "@vouchfor/media-player": "0.0.0-experiment.5a1b42c"
40
39
  },
41
40
  "peerDependencies": {
42
41
  "lit": "^2.7.5"
@@ -1,2 +0,0 @@
1
- export { InlineEmbed } from './InlineEmbed';
2
- export type { InlineEmbedProps } from './InlineEmbed';
@@ -1,2 +0,0 @@
1
- export { InlineEmbed } from './InlineEmbed';
2
- export type { InlineEmbedProps } from './InlineEmbed';