@oneuptime/common 7.0.1843 → 7.0.1854

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,4 +1,5 @@
1
1
  const LIMIT_MAX: number = 10000;
2
2
  export const LIMIT_PER_PROJECT: number = 1000;
3
+ export const LIMIT_INFINITY: number = 999999999;
3
4
  export const DEFAULT_LIMIT: number = 10;
4
5
  export default LIMIT_MAX;
@@ -1,5 +1,6 @@
1
1
  const LIMIT_MAX = 10000;
2
2
  export const LIMIT_PER_PROJECT = 1000;
3
+ export const LIMIT_INFINITY = 999999999;
3
4
  export const DEFAULT_LIMIT = 10;
4
5
  export default LIMIT_MAX;
5
6
  //# sourceMappingURL=LimitMax.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"LimitMax.js","sourceRoot":"","sources":["../../../../Types/Database/LimitMax.ts"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAW,KAAK,CAAC;AAChC,MAAM,CAAC,MAAM,iBAAiB,GAAW,IAAI,CAAC;AAC9C,MAAM,CAAC,MAAM,aAAa,GAAW,EAAE,CAAC;AACxC,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"LimitMax.js","sourceRoot":"","sources":["../../../../Types/Database/LimitMax.ts"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAW,KAAK,CAAC;AAChC,MAAM,CAAC,MAAM,iBAAiB,GAAW,IAAI,CAAC;AAC9C,MAAM,CAAC,MAAM,cAAc,GAAW,SAAS,CAAC;AAChD,MAAM,CAAC,MAAM,aAAa,GAAW,EAAE,CAAC;AACxC,eAAe,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneuptime/common",
3
- "version": "7.0.1843",
3
+ "version": "7.0.1854",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -27,7 +27,7 @@
27
27
  "json5": "^2.2.3",
28
28
  "moment": "^2.30.1",
29
29
  "moment-timezone": "^0.5.45",
30
- "posthog-js": "^1.110.0",
30
+ "posthog-js": "^1.111.0",
31
31
  "reflect-metadata": "^0.2.1",
32
32
  "slugify": "^1.6.5",
33
33
  "typeorm": "^0.3.20",