@admin-layout/timetracker-module-server 1.0.2 → 1.0.3-alpha.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/timetracker-module-server",
3
- "version": "1.0.2",
3
+ "version": "1.0.3-alpha.19",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@admin-layout/timetracker-core": "^1.0.2",
43
+ "@admin-layout/timetracker-core": "1.0.3-alpha.19",
44
44
  "@container-stack/mailing-api": "^0.0.26-61",
45
45
  "humanize-duration": "^3.24.0",
46
46
  "moment": "^2.29.1"
@@ -62,5 +62,5 @@
62
62
  "typescript": {
63
63
  "definition": "lib/index.d.ts"
64
64
  },
65
- "gitHead": "64869d6e462c02f8f087c491ab1739d5fe32f3d0"
65
+ "gitHead": "9a1cfd75131d796b52e71662fab5bff9035660f4"
66
66
  }