analytica.click 0.0.230 → 0.0.235

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -194,7 +194,7 @@ declare module 'analytica.click/ui-npm/src/components/UserProvider/index' {
194
194
  }
195
195
  declare module 'analytica.click/ui-npm/src/components/UserProvider/jwt' {
196
196
  import { Jwt } from 'ag-common/dist/ui/helpers/jwt';
197
- export const jwtExpired: (j?: Jwt | undefined) => boolean;
197
+ export const jwtExpired: (j?: Jwt) => boolean;
198
198
  export const jwtGenerateExpiresAt: ({ expires_in }: {
199
199
  expires_in: number;
200
200
  }) => number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica.click",
3
- "version": "0.0.230",
3
+ "version": "0.0.235",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -35,8 +35,8 @@
35
35
  "typescript": "4.x"
36
36
  },
37
37
  "devDependencies": {
38
- "esbuild-node-externals": "1.x",
39
- "npm-dts": "1.x"
38
+ "esbuild-node-externals": "1.4.1",
39
+ "npm-dts": "1.3.11"
40
40
  },
41
41
  "files": [
42
42
  "dist/index.d.ts",