corebasic 1.0.195 → 1.0.196

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 +3 -0
  2. package/package.json +1 -1
package/libs/dip.js CHANGED
@@ -13,6 +13,9 @@ export const batchAbort = Elabase.batchAbort
13
13
  export const batchSubmit = Elabase.batchSubmit
14
14
  export const batch = Elabase.batch
15
15
  export const globalMeta = Elabase.globalMeta
16
+ export const companyMeta = Elabase.companyMeta
17
+ export const outletMeta = Elabase.outletMeta
18
+ export const customMeta = Elabase.customMeta
16
19
 
17
20
  export const shard_stats = Elabase.shard_stats
18
21
  export let config = Elabase.config
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "corebasic",
3
3
  "type": "module",
4
- "version": "1.0.195",
4
+ "version": "1.0.196",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {