@getuserfeedback/protocol 0.5.9 → 0.5.10
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 +29 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getuserfeedback/protocol",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.10",
|
|
4
4
|
"description": "getuserfeedback widget protocol — host surface and (later) wire protocol",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"getuserfeedback",
|
|
@@ -19,59 +19,73 @@
|
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|
|
21
21
|
"types": "./dist/index.d.ts",
|
|
22
|
-
"import": "./dist/index.js"
|
|
22
|
+
"import": "./dist/index.js",
|
|
23
|
+
"default": "./dist/index.js"
|
|
23
24
|
},
|
|
24
25
|
"./host": {
|
|
25
26
|
"types": "./dist/host/index.d.ts",
|
|
26
|
-
"import": "./dist/host/index.js"
|
|
27
|
+
"import": "./dist/host/index.js",
|
|
28
|
+
"default": "./dist/host/index.js"
|
|
27
29
|
},
|
|
28
30
|
"./host/sdk-types": {
|
|
29
31
|
"types": "./dist/host/sdk-types.d.ts",
|
|
30
|
-
"import": "./dist/host/sdk-types.js"
|
|
32
|
+
"import": "./dist/host/sdk-types.js",
|
|
33
|
+
"default": "./dist/host/sdk-types.js"
|
|
31
34
|
},
|
|
32
35
|
"./host/host-event-contract": {
|
|
33
36
|
"types": "./dist/host/host-event-contract.d.ts",
|
|
34
|
-
"import": "./dist/host/host-event-contract.js"
|
|
37
|
+
"import": "./dist/host/host-event-contract.js",
|
|
38
|
+
"default": "./dist/host/host-event-contract.js"
|
|
35
39
|
},
|
|
36
40
|
"./host/constants": {
|
|
37
41
|
"types": "./dist/host/constants.d.ts",
|
|
38
|
-
"import": "./dist/host/constants.js"
|
|
42
|
+
"import": "./dist/host/constants.js",
|
|
43
|
+
"default": "./dist/host/constants.js"
|
|
39
44
|
},
|
|
40
45
|
"./host/command-dispatch": {
|
|
41
46
|
"types": "./dist/host/command-dispatch.d.ts",
|
|
42
|
-
"import": "./dist/host/command-dispatch.js"
|
|
47
|
+
"import": "./dist/host/command-dispatch.js",
|
|
48
|
+
"default": "./dist/host/command-dispatch.js"
|
|
43
49
|
},
|
|
44
50
|
"./host/command-settlement": {
|
|
45
51
|
"types": "./dist/host/command-settlement.d.ts",
|
|
46
|
-
"import": "./dist/host/command-settlement.js"
|
|
52
|
+
"import": "./dist/host/command-settlement.js",
|
|
53
|
+
"default": "./dist/host/command-settlement.js"
|
|
47
54
|
},
|
|
48
55
|
"./host/sdk": {
|
|
49
56
|
"types": "./dist/host/sdk.d.ts",
|
|
50
|
-
"import": "./dist/host/sdk.js"
|
|
57
|
+
"import": "./dist/host/sdk.js",
|
|
58
|
+
"default": "./dist/host/sdk.js"
|
|
51
59
|
},
|
|
52
60
|
"./host/request-id": {
|
|
53
61
|
"types": "./dist/host/request-id.d.ts",
|
|
54
|
-
"import": "./dist/host/request-id.js"
|
|
62
|
+
"import": "./dist/host/request-id.js",
|
|
63
|
+
"default": "./dist/host/request-id.js"
|
|
55
64
|
},
|
|
56
65
|
"./host/unique-id": {
|
|
57
66
|
"types": "./dist/host/unique-id.d.ts",
|
|
58
|
-
"import": "./dist/host/unique-id.js"
|
|
67
|
+
"import": "./dist/host/unique-id.js",
|
|
68
|
+
"default": "./dist/host/unique-id.js"
|
|
59
69
|
},
|
|
60
70
|
"./host/lazy-handle-client": {
|
|
61
71
|
"types": "./dist/host/lazy-handle-client.d.ts",
|
|
62
|
-
"import": "./dist/host/lazy-handle-client.js"
|
|
72
|
+
"import": "./dist/host/lazy-handle-client.js",
|
|
73
|
+
"default": "./dist/host/lazy-handle-client.js"
|
|
63
74
|
},
|
|
64
75
|
"./version-resolution": {
|
|
65
76
|
"types": "./dist/version-resolution.d.ts",
|
|
66
|
-
"import": "./dist/version-resolution.js"
|
|
77
|
+
"import": "./dist/version-resolution.js",
|
|
78
|
+
"default": "./dist/version-resolution.js"
|
|
67
79
|
},
|
|
68
80
|
"./flow-assignments": {
|
|
69
81
|
"types": "./dist/flow-assignments.d.ts",
|
|
70
|
-
"import": "./dist/flow-assignments.js"
|
|
82
|
+
"import": "./dist/flow-assignments.js",
|
|
83
|
+
"default": "./dist/flow-assignments.js"
|
|
71
84
|
},
|
|
72
85
|
"./trpc-envelope": {
|
|
73
86
|
"types": "./dist/trpc-envelope.d.ts",
|
|
74
|
-
"import": "./dist/trpc-envelope.js"
|
|
87
|
+
"import": "./dist/trpc-envelope.js",
|
|
88
|
+
"default": "./dist/trpc-envelope.js"
|
|
75
89
|
}
|
|
76
90
|
},
|
|
77
91
|
"scripts": {
|