react-streaming
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -25,3 +25,3 @@ "use strict"; | ||
`${internalErrorPrefix} You stumbled upon a bug in ${projectInfo_1.projectInfo.projectName}'s source code.`, | ||
`Reach out at ${projectInfo_1.projectInfo.githubRepository}/issues/new or ${projectInfo_1.projectInfo.discordInviteToolChannel} and include this error stack (the error stack is usually enough to fix the problem).`, | ||
`Reach out at ${projectInfo_1.projectInfo.githubRepository}/issues/new and include this error stack (the error stack is usually enough to fix the problem).`, | ||
'A maintainer will fix the bug (usually under 24 hours).', | ||
@@ -28,0 +28,0 @@ `Do not hesitate to reach out as it makes ${projectInfo_1.projectInfo.projectName} more robust.`, |
@@ -6,3 +6,2 @@ export declare const projectInfo: { | ||
githubRepository: "https://github.com/brillout/react-streaming"; | ||
discordInviteToolChannel: "https://discord.com/invite/H23tjRxFvx"; | ||
}; | ||
@@ -9,0 +8,0 @@ declare global { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.projectInfo = void 0; | ||
const PROJECT_VERSION = '0.3.15'; | ||
const PROJECT_VERSION = '0.3.16'; | ||
exports.projectInfo = { | ||
@@ -9,4 +9,3 @@ projectName: 'react-streaming', | ||
npmPackageName: 'react-streaming', | ||
githubRepository: 'https://github.com/brillout/react-streaming', | ||
discordInviteToolChannel: 'https://discord.com/invite/H23tjRxFvx' | ||
githubRepository: 'https://github.com/brillout/react-streaming' | ||
}; | ||
@@ -13,0 +12,0 @@ // Trick: since `utils/asserts.ts` depends on this file (`utils/projectInfo.ts`), we can have confidence that this file is always instantiated. So that we don't have to initialize this code snippet at every possible entry. (There are a *lot* of entries: `client/router/`, `client/`, `node/`, `node/plugin/`, `node/cli`, etc.) |
@@ -27,3 +27,3 @@ export { assert }; | ||
`${internalErrorPrefix} You stumbled upon a bug in ${projectInfo.projectName}'s source code.`, | ||
`Reach out at ${projectInfo.githubRepository}/issues/new or ${projectInfo.discordInviteToolChannel} and include this error stack (the error stack is usually enough to fix the problem).`, | ||
`Reach out at ${projectInfo.githubRepository}/issues/new and include this error stack (the error stack is usually enough to fix the problem).`, | ||
'A maintainer will fix the bug (usually under 24 hours).', | ||
@@ -30,0 +30,0 @@ `Do not hesitate to reach out as it makes ${projectInfo.projectName} more robust.`, |
@@ -6,3 +6,2 @@ export declare const projectInfo: { | ||
githubRepository: "https://github.com/brillout/react-streaming"; | ||
discordInviteToolChannel: "https://discord.com/invite/H23tjRxFvx"; | ||
}; | ||
@@ -9,0 +8,0 @@ declare global { |
@@ -1,2 +0,2 @@ | ||
const PROJECT_VERSION = '0.3.15'; | ||
const PROJECT_VERSION = '0.3.16'; | ||
export const projectInfo = { | ||
@@ -6,4 +6,3 @@ projectName: 'react-streaming', | ||
npmPackageName: 'react-streaming', | ||
githubRepository: 'https://github.com/brillout/react-streaming', | ||
discordInviteToolChannel: 'https://discord.com/invite/H23tjRxFvx' | ||
githubRepository: 'https://github.com/brillout/react-streaming' | ||
}; | ||
@@ -10,0 +9,0 @@ // Trick: since `utils/asserts.ts` depends on this file (`utils/projectInfo.ts`), we can have confidence that this file is always instantiated. So that we don't have to initialize this code snippet at every possible entry. (There are a *lot* of entries: `client/router/`, `client/`, `node/`, `node/plugin/`, `node/cli`, etc.) |
{ | ||
"name": "react-streaming", | ||
"description": "React 18 Streaming. Full-fledged & Easy.", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"main": "./dist/cjs/server/hooks.js", | ||
@@ -6,0 +6,0 @@ "peerDependencies": { |
@@ -12,3 +12,2 @@ <p align="center"> | ||
Follow: [Twitter > @brillout](https://twitter.com/brillout) | ||
Chat: <a href="https://discord.com/invite/H23tjRxFvx">Discord > Cubes > <img src="/images/hash.svg" height="17" width="19" valign="middle" alt="hash"/>react-streaming</a> | ||
@@ -15,0 +14,0 @@ > Unfamiliar with React 18 Streaming? Check out [Dan's article about SSR and Streaming](https://github.com/reactwg/react-18/discussions/37). |
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
119613
2637
301