@readytomog/common 1.0.0 → 1.0.1

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,2 +1,2 @@
1
- export * from "./rpc-status.enum";
1
+ export * from "./rpc-status.enum.js";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../lib/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -1,18 +1,2 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./rpc-status.enum"), exports);
1
+ export * from "./rpc-status.enum.js";
18
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -1,7 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RpcStatus = void 0;
4
- var RpcStatus;
1
+ export var RpcStatus;
5
2
  (function (RpcStatus) {
6
3
  RpcStatus[RpcStatus["OK"] = 0] = "OK";
7
4
  RpcStatus[RpcStatus["CANCELLED"] = 1] = "CANCELLED";
@@ -20,5 +17,5 @@ var RpcStatus;
20
17
  RpcStatus[RpcStatus["UNAVAILABLE"] = 14] = "UNAVAILABLE";
21
18
  RpcStatus[RpcStatus["DATA_LOSS"] = 15] = "DATA_LOSS";
22
19
  RpcStatus[RpcStatus["UNAUTHENTICATED"] = 16] = "UNAUTHENTICATED";
23
- })(RpcStatus || (exports.RpcStatus = RpcStatus = {}));
20
+ })(RpcStatus || (RpcStatus = {}));
24
21
  //# sourceMappingURL=rpc-status.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"rpc-status.enum.js","sourceRoot":"","sources":["../../../lib/enums/rpc-status.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAkBX;AAlBD,WAAY,SAAS;IACnB,qCAAM,CAAA;IACN,mDAAa,CAAA;IACb,+CAAW,CAAA;IACX,iEAAoB,CAAA;IACpB,mEAAqB,CAAA;IACrB,mDAAa,CAAA;IACb,6DAAkB,CAAA;IAClB,mEAAqB,CAAA;IACrB,qEAAsB,CAAA;IACtB,uEAAuB,CAAA;IACvB,gDAAY,CAAA;IACZ,0DAAiB,CAAA;IACjB,4DAAkB,CAAA;IAClB,kDAAa,CAAA;IACb,wDAAgB,CAAA;IAChB,oDAAc,CAAA;IACd,gEAAoB,CAAA;AACtB,CAAC,EAlBW,SAAS,yBAAT,SAAS,QAkBpB"}
1
+ {"version":3,"file":"rpc-status.enum.js","sourceRoot":"","sources":["../../../lib/enums/rpc-status.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,SAkBX;AAlBD,WAAY,SAAS;IACnB,qCAAM,CAAA;IACN,mDAAa,CAAA;IACb,+CAAW,CAAA;IACX,iEAAoB,CAAA;IACpB,mEAAqB,CAAA;IACrB,mDAAa,CAAA;IACb,6DAAkB,CAAA;IAClB,mEAAqB,CAAA;IACrB,qEAAsB,CAAA;IACtB,uEAAuB,CAAA;IACvB,gDAAY,CAAA;IACZ,0DAAiB,CAAA;IACjB,4DAAkB,CAAA;IAClB,kDAAa,CAAA;IACb,wDAAgB,CAAA;IAChB,oDAAc,CAAA;IACd,gEAAoB,CAAA;AACtB,CAAC,EAlBW,SAAS,KAAT,SAAS,QAkBpB"}
@@ -1,2 +1,2 @@
1
- export * from "./enums";
1
+ export * from "./enums/index.js";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
package/dist/lib/index.js CHANGED
@@ -1,18 +1,2 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./enums"), exports);
1
+ export * from "./enums/index.js";
18
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readytomog/common",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",