@promptbook/browser
Advanced tools
Comparing version 0.63.0-1 to 0.63.0-2
@@ -6,3 +6,3 @@ import { isRunningInBrowser } from 'openai/core'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-0'; | ||
var PROMPTBOOK_VERSION = '0.63.0-1'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@promptbook/browser", | ||
"version": "0.63.0-1", | ||
"version": "0.63.0-2", | ||
"description": "Supercharge your use of large language models", | ||
@@ -36,3 +36,2 @@ "private": false, | ||
"homepage": "https://www.npmjs.com/package/@promptbook/core", | ||
"dependencies": {}, | ||
"funding": [ | ||
@@ -48,8 +47,8 @@ { | ||
], | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.0-1" | ||
}, | ||
"main": "./umd/index.umd.js", | ||
"module": "./esm/index.es.js", | ||
"typings": "./esm/typings/src/_packages/browser.index.d.ts" | ||
"typings": "./esm/typings/src/_packages/browser.index.d.ts", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.63.0-2" | ||
} | ||
} |
@@ -10,3 +10,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.63.0-0'; | ||
var PROMPTBOOK_VERSION = '0.63.0-1'; | ||
// TODO: !!!! List here all the versions and annotate + put into script | ||
@@ -13,0 +13,0 @@ |
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
730414