@promptbook/execute-javascript
Advanced tools
Comparing version 0.21.0 to 0.21.1
@@ -186,2 +186,3 @@ import { capitalize, decapitalize, nameToUriPart, nameToUriParts, removeDiacritics, normalizeWhitespaces, normalizeToKebabCase, normalizeTo_camelCase, normalizeTo_snake_case, normalizeTo_PascalCase, parseKeywordsFromString, normalizeTo_SCREAMING_CASE } from 'n12'; | ||
value = value.replace(/```$/g, ''); | ||
value = value.replace(/\\`\\`\\`$/g, ''); | ||
value = spaceTrim(value); | ||
@@ -188,0 +189,0 @@ return value; |
{ | ||
"name": "@promptbook/execute-javascript", | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -42,3 +42,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.21.0" | ||
"@promptbook/core": "0.21.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "main": "./umd/index.umd.js", |
@@ -192,2 +192,3 @@ (function (global, factory) { | ||
value = value.replace(/```$/g, ''); | ||
value = value.replace(/\\`\\`\\`$/g, ''); | ||
value = spaceTrim__default["default"](value); | ||
@@ -194,0 +195,0 @@ return value; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
424361
5355