corebasic 1.0.187 → 1.0.188
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/dip.js +1 -1
- package/libs/elabase.js +1 -1
- package/package.json +1 -1
package/libs/dip.js
CHANGED
|
@@ -12,7 +12,7 @@ export const batchBegin = Elabase.batchBegin
|
|
|
12
12
|
export const batchAbort = Elabase.batchAbort
|
|
13
13
|
export const batchSubmit = Elabase.batchSubmit
|
|
14
14
|
export const batch = Elabase.batch
|
|
15
|
-
export const
|
|
15
|
+
export const globalMeta = Elabase.globalMeta
|
|
16
16
|
|
|
17
17
|
export const shard_stats = Elabase.shard_stats
|
|
18
18
|
export let config = Elabase.config
|
package/libs/elabase.js
CHANGED