@promptbook/fake-llm 0.85.0-4 → 0.85.0-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/index.es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import spaceTrim, { spaceTrim as spaceTrim$1 } from 'spacetrim';
2
2
  import { LoremIpsum } from 'lorem-ipsum';
3
- import 'node:path';
3
+ import 'path';
4
4
  import { format } from 'prettier';
5
5
  import parserHtml from 'prettier/parser-html';
6
6
  import { forTime } from 'waitasecond';
@@ -19,7 +19,7 @@ var BOOK_LANGUAGE_VERSION = '1.0.0';
19
19
  * @generated
20
20
  * @see https://github.com/webgptorg/promptbook
21
21
  */
22
- var PROMPTBOOK_ENGINE_VERSION = '0.85.0-3';
22
+ var PROMPTBOOK_ENGINE_VERSION = '0.85.0-5';
23
23
  /**
24
24
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
25
25
  * Note: [💞] Ignore a discrepancy between file name and entity name
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- import type fs from 'node:fs/promises';
2
+ import type fs from 'fs/promises';
3
3
  /**
4
4
  * Container for all the tools needed to manipulate with filesystem
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/fake-llm",
3
- "version": "0.85.0-4",
3
+ "version": "0.85.0-6",
4
4
  "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -47,7 +47,7 @@
47
47
  "module": "./esm/index.es.js",
48
48
  "typings": "./esm/typings/src/_packages/fake-llm.index.d.ts",
49
49
  "peerDependencies": {
50
- "@promptbook/core": "0.85.0-4"
50
+ "@promptbook/core": "0.85.0-6"
51
51
  },
52
52
  "dependencies": {
53
53
  "lorem-ipsum": "2.0.8",
package/umd/index.umd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('spacetrim'), require('lorem-ipsum'), require('node:path'), require('prettier'), require('prettier/parser-html'), require('waitasecond')) :
3
- typeof define === 'function' && define.amd ? define(['exports', 'spacetrim', 'lorem-ipsum', 'node:path', 'prettier', 'prettier/parser-html', 'waitasecond'], factory) :
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('spacetrim'), require('lorem-ipsum'), require('path'), require('prettier'), require('prettier/parser-html'), require('waitasecond')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'spacetrim', 'lorem-ipsum', 'path', 'prettier', 'prettier/parser-html', 'waitasecond'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["promptbook-fake-llm"] = {}, global.spaceTrim, global.loremIpsum, null, global.prettier, global.parserHtml, global.waitasecond));
5
- })(this, (function (exports, spaceTrim, loremIpsum, node_path, prettier, parserHtml, waitasecond) { 'use strict';
5
+ })(this, (function (exports, spaceTrim, loremIpsum, path, prettier, parserHtml, waitasecond) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -23,7 +23,7 @@
23
23
  * @generated
24
24
  * @see https://github.com/webgptorg/promptbook
25
25
  */
26
- var PROMPTBOOK_ENGINE_VERSION = '0.85.0-3';
26
+ var PROMPTBOOK_ENGINE_VERSION = '0.85.0-5';
27
27
  /**
28
28
  * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
29
29
  * Note: [💞] Ignore a discrepancy between file name and entity name