@krampa/common 0.3.1 → 0.3.2

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/index.d.ts CHANGED
@@ -3,3 +3,5 @@
3
3
  * Shared types and constants
4
4
  */
5
5
  export * from "./goal-types";
6
+ export * from "./invite-status";
7
+ export * from "./challenge-status";
package/dist/index.js CHANGED
@@ -19,3 +19,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  __exportStar(require("./goal-types"), exports);
22
+ __exportStar(require("./invite-status"), exports);
23
+ __exportStar(require("./challenge-status"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krampa/common",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Shared types and constants for Krampa fitness challenge app",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",