@liveblocks/emails
Advanced tools
Comparing version 2.9.3-emails1 to 2.10.3-emails1
import { CommentBodyText, CommentBodyLink, BaseUserMeta, DU, CommentBodyMention, ResolveUsersArgs, OptionalPromise, CommentBody, DRI } from '@liveblocks/core'; | ||
export { ResolveUsersArgs } from '@liveblocks/core'; | ||
import React from 'react'; | ||
@@ -3,0 +4,0 @@ import { Properties } from 'csstype'; |
@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }// src/index.ts | ||
var PKG_NAME = "@liveblocks/emails"; | ||
var PKG_VERSION = "2.9.3-emails1"; | ||
var PKG_VERSION = "2.10.3-emails1"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@liveblocks/emails", | ||
"version": "2.9.3-emails1", | ||
"version": "2.10.3-emails1", | ||
"description": "A set of functions and utilities to make sending emails based on Liveblocks notification events easy. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -38,7 +38,7 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@liveblocks/core": "2.9.3-emails1", | ||
"@liveblocks/node": "2.9.3-emails1" | ||
"@liveblocks/core": "2.10.3-emails1", | ||
"@liveblocks/node": "2.10.3-emails1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.14.0 || ^17 || ^18" | ||
"react": "^16.14.0 || ^17 || ^18 || ^19" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
@@ -35,8 +35,14 @@ <p align="center"> | ||
... | ||
Read the | ||
[documentation](https://liveblocks.io/docs/api-reference/liveblocks-emails) for | ||
guides and API references. | ||
## Examples | ||
... | ||
Explore our [collaborative examples](https://liveblocks.io/examples) to help you | ||
get started. | ||
> All examples are open-source and live in this repository, within | ||
> [`/examples`](../../examples). | ||
## Releases | ||
@@ -43,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156659
1450
66
+ Added@liveblocks/core@2.10.3-emails1(transitive)
+ Added@liveblocks/node@2.10.3-emails1(transitive)
+ Addedreact@19.0.0(transitive)
- Removed@liveblocks/core@2.9.3-emails1(transitive)
- Removed@liveblocks/node@2.9.3-emails1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)