@trycourier/react-hooks
Advanced tools
Comparing version 1.19.2-internal.514b36c.0 to 1.20.0
@@ -201,3 +201,3 @@ "use strict"; | ||
messages: [{ | ||
created: new Date().getTime(), | ||
created: new Date().toISOString(), | ||
messageId: (_action$payload$messa = action.payload.messageId) !== null && _action$payload$messa !== void 0 ? _action$payload$messa : new Date().getTime(), | ||
@@ -204,0 +204,0 @@ title: action.payload.title, |
{ | ||
"name": "@trycourier/react-hooks", | ||
"version": "1.19.2-internal.514b36c.0+514b36c", | ||
"version": "1.20.0", | ||
"description": "", | ||
@@ -23,4 +23,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@trycourier/client-graphql": "^1.19.2-internal.514b36c.0+514b36c", | ||
"@trycourier/react-provider": "^1.19.2-internal.514b36c.0+514b36c", | ||
"@trycourier/client-graphql": "^1.20.0", | ||
"@trycourier/react-provider": "^1.20.0", | ||
"deep-extend": "^0.6.0", | ||
@@ -40,3 +40,3 @@ "rimraf": "^3.0.2" | ||
}, | ||
"gitHead": "514b36c7176d7eecfb106fa84b186dd7d4c18957" | ||
"gitHead": "f9853e1d4ea0e9c5d1f314b7e68dd540ef4f0e77" | ||
} |
@@ -36,3 +36,3 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
messageId: string; | ||
created: number; | ||
created: string; | ||
title: string; | ||
@@ -39,0 +39,0 @@ body: string; |
@@ -12,3 +12,3 @@ import { Brand, IActionBlock, ITextBlock } from "@trycourier/react-provider"; | ||
messageId: string; | ||
created: number; | ||
created: string; | ||
title: string; | ||
@@ -15,0 +15,0 @@ body: string; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
35146