apexify.js 2.4.1 → 2.4.2

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,4 +1,4 @@
1
- const { ApexPainter } = require('apexify.js');
1
+ const { ApexPainter } = require('../ApexPainter');
2
2
  const painter = new ApexPainter();
3
3
 
4
4
  async function levelCard(message, userRecord) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apexify.js",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Ai with Canvas and Database library. Supports typescript and javascript",
5
5
  "main": "index.js",
6
6
  "scripts": {