@streamscloud/embeddable 2.0.0 → 2.0.2
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": "@streamscloud/embeddable",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"author": "StreamsCloud",
|
|
5
5
|
"repository": "https://github.com/StreamsCloud/streamscloud-frontend-packages.git",
|
|
6
6
|
"type": "module",
|
|
@@ -37,45 +37,57 @@
|
|
|
37
37
|
},
|
|
38
38
|
"./stream-layout": {
|
|
39
39
|
"types": "./dist/streams/layout/index.d.ts",
|
|
40
|
+
"import": "./dist/streams/layout/index.js",
|
|
40
41
|
"svelte": "./dist/streams/layout/index.js"
|
|
41
42
|
},
|
|
42
43
|
"./stream-layout/component": {
|
|
43
|
-
"types": "./dist/streams/layout/component.d.ts"
|
|
44
|
+
"types": "./dist/streams/layout/component.d.ts",
|
|
45
|
+
"import": "./dist/streams/layout/component.js"
|
|
44
46
|
},
|
|
45
47
|
"./stream-layout/css-values": {
|
|
46
|
-
"types": "./dist/streams/layout/css-values.d.ts"
|
|
48
|
+
"types": "./dist/streams/layout/css-values.d.ts",
|
|
49
|
+
"import": "./dist/streams/layout/css-values.js"
|
|
47
50
|
},
|
|
48
51
|
"./stream-layout/elements": {
|
|
49
|
-
"types": "./dist/streams/layout/elements.d.ts"
|
|
52
|
+
"types": "./dist/streams/layout/elements.d.ts",
|
|
53
|
+
"import": "./dist/streams/layout/elements.js"
|
|
50
54
|
},
|
|
51
55
|
"./stream-layout/element-views": {
|
|
52
56
|
"types": "./dist/streams/layout/element-views/index.d.ts",
|
|
57
|
+
"import": "./dist/streams/layout/element-views/index.js",
|
|
53
58
|
"svelte": "./dist/streams/layout/element-views/index.js"
|
|
54
59
|
},
|
|
55
60
|
"./stream-layout/enums": {
|
|
56
|
-
"types": "./dist/streams/layout/enums.d.ts"
|
|
61
|
+
"types": "./dist/streams/layout/enums.d.ts",
|
|
62
|
+
"import": "./dist/streams/layout/enums.js"
|
|
57
63
|
},
|
|
58
64
|
"./stream-layout/models": {
|
|
59
65
|
"types": "./dist/streams/layout/models/index.d.ts",
|
|
60
66
|
"import": "./dist/streams/layout/models/index.js"
|
|
61
67
|
},
|
|
62
68
|
"./stream-layout/slot": {
|
|
63
|
-
"types": "./dist/streams/layout/slot.d.ts"
|
|
69
|
+
"types": "./dist/streams/layout/slot.d.ts",
|
|
70
|
+
"import": "./dist/streams/layout/slot.js"
|
|
64
71
|
},
|
|
65
72
|
"./stream-layout/slot-data": {
|
|
66
|
-
"types": "./dist/streams/layout/slot-data.d.ts"
|
|
73
|
+
"types": "./dist/streams/layout/slot-data.d.ts",
|
|
74
|
+
"import": "./dist/streams/layout/slot-data.js"
|
|
67
75
|
},
|
|
68
76
|
"./stream-layout/slot-data-input": {
|
|
69
|
-
"types": "./dist/streams/layout/slot-data-input.d.ts"
|
|
77
|
+
"types": "./dist/streams/layout/slot-data-input.d.ts",
|
|
78
|
+
"import": "./dist/streams/layout/slot-data-input.js"
|
|
70
79
|
},
|
|
71
80
|
"./stream-layout/styles": {
|
|
72
|
-
"types": "./dist/streams/layout/styles.d.ts"
|
|
81
|
+
"types": "./dist/streams/layout/styles.d.ts",
|
|
82
|
+
"import": "./dist/streams/layout/styles.js"
|
|
73
83
|
},
|
|
74
84
|
"./stream-layout/styles-transformer": {
|
|
75
|
-
"types": "./dist/streams/layout/styles-transformer.d.ts"
|
|
85
|
+
"types": "./dist/streams/layout/styles-transformer.d.ts",
|
|
86
|
+
"import": "./dist/streams/layout/styles-transformer.js"
|
|
76
87
|
},
|
|
77
88
|
"./stream-layout/type-guards": {
|
|
78
|
-
"types": "./dist/streams/layout/type-guards.d.ts"
|
|
89
|
+
"types": "./dist/streams/layout/type-guards.d.ts",
|
|
90
|
+
"import": "./dist/streams/layout/type-guards.js"
|
|
79
91
|
}
|
|
80
92
|
},
|
|
81
93
|
"peerDependencies": {
|