@promptbook/types 0.63.0-0 → 0.63.0-1
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,9 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The version of the Promptbook library
|
|
3
|
-
*
|
|
4
|
-
* @public exported from all packages
|
|
5
3
|
*/
|
|
6
|
-
var PROMPTBOOK_VERSION = '0.
|
|
4
|
+
var PROMPTBOOK_VERSION = '0.63.0-0';
|
|
7
5
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
8
6
|
|
|
9
7
|
export { PROMPTBOOK_VERSION };
|
package/esm/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":"AAEA
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":"AAEA;;;IAGa,kBAAkB,GAA8B,WAAW;AAGxE;;;;"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { string_semantic_version } from './types/typeAliases';
|
|
2
2
|
/**
|
|
3
3
|
* The version of the Promptbook library
|
|
4
|
-
*
|
|
5
|
-
* @public exported from all packages
|
|
6
4
|
*/
|
|
7
5
|
export declare const PROMPTBOOK_VERSION: string_promptbook_version;
|
|
8
6
|
export type string_promptbook_version = string_semantic_version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/types",
|
|
3
|
-
"version": "0.63.0-
|
|
3
|
+
"version": "0.63.0-1",
|
|
4
4
|
"description": "Supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@promptbook/core": "0.63.0-
|
|
48
|
+
"@promptbook/core": "0.63.0-1"
|
|
49
49
|
},
|
|
50
50
|
"main": "./umd/index.umd.js",
|
|
51
51
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -6,10 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* The version of the Promptbook library
|
|
9
|
-
*
|
|
10
|
-
* @public exported from all packages
|
|
11
9
|
*/
|
|
12
|
-
var PROMPTBOOK_VERSION = '0.
|
|
10
|
+
var PROMPTBOOK_VERSION = '0.63.0-0';
|
|
13
11
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
14
12
|
|
|
15
13
|
exports.PROMPTBOOK_VERSION = PROMPTBOOK_VERSION;
|
package/umd/index.umd.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.umd.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;CAEA
|
|
1
|
+
{"version":3,"file":"index.umd.js","sources":["../../../../src/version.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;CAEA;;;KAGa,kBAAkB,GAA8B,WAAW;CAGxE;;;;;;;;;;"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { string_semantic_version } from './types/typeAliases';
|
|
2
2
|
/**
|
|
3
3
|
* The version of the Promptbook library
|
|
4
|
-
*
|
|
5
|
-
* @public exported from all packages
|
|
6
4
|
*/
|
|
7
5
|
export declare const PROMPTBOOK_VERSION: string_promptbook_version;
|
|
8
6
|
export type string_promptbook_version = string_semantic_version;
|