@promptbook/anthropic-claude
Advanced tools
Comparing version 0.52.0-14 to 0.52.0-15
@@ -28,3 +28,9 @@ import { string_folder_path } from '../../types/typeAliases'; | ||
/*** | ||
* Note: [1] Fixing the dynamic import issue in Webpack | ||
* > ./node_modules/@promptbook/core/esm/index.es.js | ||
* > Critical dependency: the request of a dependency is an expression | ||
* | ||
* Note: [2] Using require(just('fs/promises')) to allow | ||
* the `@promptbook/core` work for both Node.js and browser environments | ||
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` package | ||
*/ |
{ | ||
"name": "@promptbook/anthropic-claude", | ||
"version": "0.52.0-14", | ||
"version": "0.52.0-15", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.52.0-14" | ||
"@promptbook/core": "0.52.0-15" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -28,3 +28,9 @@ import { string_folder_path } from '../../types/typeAliases'; | ||
/*** | ||
* Note: [1] Fixing the dynamic import issue in Webpack | ||
* > ./node_modules/@promptbook/core/esm/index.es.js | ||
* > Critical dependency: the request of a dependency is an expression | ||
* | ||
* Note: [2] Using require(just('fs/promises')) to allow | ||
* the `@promptbook/core` work for both Node.js and browser environments | ||
* TODO: [🍓][🚯] !!! Add to README and samples + maybe make `@promptbook/library` 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
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
471081
7902