corebasic 1.0.55 → 1.0.57

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/libs/auth.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as axios from 'axios'
1
+ import axios from 'axios'
2
2
  import otpGenerator from 'otp-generator'
3
3
 
4
4
  import * as Elabase from './elabase.js'
package/libs/elabase.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as axios from 'axios'
1
+ import axios from 'axios'
2
2
 
3
3
 
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "corebasic",
3
3
  "type": "module",
4
- "version": "1.0.55",
4
+ "version": "1.0.57",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {