ptbk 0.84.0 → 0.85.0-0

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.
@@ -1,3 +1,8 @@
1
+ #!/usr/bin/env node
2
+ // <- TODO: [🎺] Ensure correct version of Node.js is used
3
+
4
+ console.log('!!!');
5
+
1
6
  // TODO: !!!!!! Remove or proxy
2
7
 
3
8
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
3
- "version": "0.84.0",
3
+ "version": "0.85.0-0",
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,9 +44,9 @@
44
44
  },
45
45
  "homepage": "https://www.npmjs.com/package/@promptbook/core",
46
46
  "peerDependencies": {
47
- "@promptbook/core": "0.84.0"
47
+ "@promptbook/core": "0.85.0-0"
48
48
  },
49
49
  "dependencies": {
50
- "promptbook": "0.84.0"
50
+ "promptbook": "0.85.0-0"
51
51
  }
52
52
  }