shared_schemas 2.0.0 → 2.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.
package/dist/app.d.ts CHANGED
@@ -1,2 +1,4 @@
1
1
  export * from "./schemas/auth.schemas";
2
+ export * from "./schemas/p2p.schemas";
3
+ export * from "./schemas/wallet.schemas";
2
4
  //# sourceMappingURL=app.d.ts.map
package/dist/app.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA"}
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,uBAAuB,CAAA;AACrC,cAAc,0BAA0B,CAAA"}
package/dist/app.js CHANGED
@@ -15,6 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./schemas/auth.schemas"), exports);
18
+ __exportStar(require("./schemas/p2p.schemas"), exports);
19
+ __exportStar(require("./schemas/wallet.schemas"), exports);
18
20
  // npm run build
19
21
  // npm version patch
20
22
  // npm publish
package/dist/app.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AAEtC,gBAAgB;AAChB,oBAAoB;AACpB,cAAc"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,wDAAqC;AACrC,2DAAwC;AAExC,gBAAgB;AAChB,oBAAoB;AACpB,cAAc"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shared_schemas",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "main": "dist/app.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
package/src/app.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  export * from "./schemas/auth.schemas"
2
+ export * from "./schemas/p2p.schemas"
3
+ export * from "./schemas/wallet.schemas"
2
4
 
3
5
  // npm run build
4
6
  // npm version patch