@wix/echo 1.0.32 → 1.0.33
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": "@wix/echo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/echo_metroinspector": "1.0.
|
|
21
|
+
"@wix/echo_metroinspector": "1.0.9"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "a341209133578c163ef54e3c10135050e55150bdee5a4bbad7e55f96"
|
|
47
47
|
}
|
|
@@ -262,6 +262,12 @@ declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor:
|
|
|
262
262
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
263
263
|
|
|
264
264
|
type _publicEchoType = typeof echo$1;
|
|
265
|
+
/**
|
|
266
|
+
* Another override description function 4
|
|
267
|
+
* @param arg1 - 1st part of the message
|
|
268
|
+
* @param arg2 - modified comment for arg2 el hovav
|
|
269
|
+
* @returns ## override return 4
|
|
270
|
+
*/
|
|
265
271
|
declare const echo: ReturnType<typeof createRESTModule<_publicEchoType>>;
|
|
266
272
|
|
|
267
273
|
type _publicOnEchoDispatchedType = typeof onEchoDispatched$1;
|
|
@@ -262,6 +262,12 @@ declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor:
|
|
|
262
262
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
263
263
|
|
|
264
264
|
type _publicEchoType = typeof echo$1;
|
|
265
|
+
/**
|
|
266
|
+
* Another override description function 4
|
|
267
|
+
* @param arg1 - 1st part of the message
|
|
268
|
+
* @param arg2 - modified comment for arg2 el hovav
|
|
269
|
+
* @returns ## override return 4
|
|
270
|
+
*/
|
|
265
271
|
declare const echo: ReturnType<typeof createRESTModule<_publicEchoType>>;
|
|
266
272
|
|
|
267
273
|
type _publicOnEchoDispatchedType = typeof onEchoDispatched$1;
|