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