corebasic 1.0.61 → 1.0.62

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.
Files changed (2) hide show
  1. package/libs/dip.js +1 -1
  2. package/package.json +1 -1
package/libs/dip.js CHANGED
@@ -13,7 +13,7 @@ export const transactionReset = Elabase.transactionReset
13
13
  export const transactionCommit = Elabase.transactionCommit
14
14
 
15
15
 
16
- export const IdempotentDip = async () => {
16
+ export const IdempotentDip = () => {
17
17
  return {
18
18
  txn: '',
19
19
  new: (async function (txn) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "corebasic",
3
3
  "type": "module",
4
- "version": "1.0.61",
4
+ "version": "1.0.62",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {