@dgpholdings/greatoak-shared 1.2.39 → 1.2.46

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,6 +1,6 @@
1
1
  import { TTemplateExercise } from "./commonTypes";
2
2
  import { TGender } from "./TApiUser";
3
- export type TProPlanTags = "medical" | "free-hand" | "all-gym-equip" | "light-gym-equip" | "bands-free-hand";
3
+ export type TProPlanTags = "medical" | "free-hand" | "all-gym-equip" | "light-gym-equip" | "bands-free-hand" | "editors-choice";
4
4
  export type TProPlanDayId = "day-1" | "day-2" | "day-3" | "day-4" | "day-5" | "day-6" | "day-7";
5
5
  export type TProPlan = {
6
6
  name: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dgpholdings/greatoak-shared",
3
- "version": "1.2.39",
3
+ "version": "1.2.46",
4
4
  "description": "Shared TypeScript types and utilities for @dgpholdings projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/your-org/greatoak-shared.git"
18
+ "url": "https://gitlab.com/greatoak/shared.git"
19
19
  },
20
20
  "author": "Siddhartha Chowdhury",
21
21
  "license": "MIT",