ptbk 0.85.0-3 โ 0.85.0-5
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.
|
@@ -2,12 +2,9 @@
|
|
|
2
2
|
// <- TODO: [๐บ] Ensure correct version of Node.js is used
|
|
3
3
|
// promptbook-cli-proxy.js
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
console.log('!!!');
|
|
7
|
-
|
|
8
|
-
// TODO: !!!!!! Remove or proxy
|
|
5
|
+
console.log('Please install `ptbk` package first');
|
|
9
6
|
|
|
10
7
|
/**
|
|
11
8
|
* If kept:
|
|
12
|
-
* TODO:
|
|
9
|
+
* TODO: [๐ฉโ๐ฉโ๐งโ๐ฆ] During the build check that this file exists
|
|
13
10
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ptbk",
|
|
3
|
-
"version": "0.85.0-
|
|
3
|
+
"version": "0.85.0-5",
|
|
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,
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://www.npmjs.com/package/@promptbook/core",
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@promptbook/core": "0.85.0-
|
|
47
|
+
"@promptbook/core": "0.85.0-5"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"promptbook": "0.85.0-
|
|
50
|
+
"promptbook": "0.85.0-5"
|
|
51
51
|
},
|
|
52
52
|
"bin": {
|
|
53
53
|
"ptbk": "bin/promptbook-cli-proxy.js"
|