@wix/echo 1.0.31 → 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.
@@ -1 +1,2 @@
1
- export * as metroinspector from '@wix/echo_metroinspector';
1
+ import * as metroinspector from '@wix/echo_metroinspector';
2
+ export { metroinspector, };
@@ -24,5 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.metroinspector = void 0;
27
- exports.metroinspector = __importStar(require("@wix/echo_metroinspector"));
27
+ const metroinspector = __importStar(require("@wix/echo_metroinspector"));
28
+ exports.metroinspector = metroinspector;
28
29
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA2D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAA2D;AAGzD,wCAAc"}
@@ -1 +1,2 @@
1
- export * as metroinspector from '@wix/echo_metroinspector';
1
+ import * as metroinspector from '@wix/echo_metroinspector';
2
+ export { metroinspector, };
package/build/es/index.js CHANGED
@@ -1,2 +1,3 @@
1
- export * as metroinspector from '@wix/echo_metroinspector';
1
+ import * as metroinspector from '@wix/echo_metroinspector';
2
+ export { metroinspector, };
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EACL,cAAc,GACf,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/echo",
3
- "version": "1.0.31",
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.8"
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": "2bcec80ba9bddbee1ae99b0d4bf5b897fa37aceb5a21de6f2db0c17e"
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;