@carbonorm/carbonnode 3.3.9 → 3.3.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbonorm/carbonnode",
3
- "version": "3.3.9",
3
+ "version": "3.3.10",
4
4
  "browser": "dist/index.umd.js",
5
5
  "exports": {
6
6
  ".": {
@@ -143,7 +143,7 @@ async function dynamicRestImport(tableName: string) : Promise<iDynamicApiImport>
143
143
 
144
144
  export type RestTableInterfaces = {{{RestTableInterfaces}}};
145
145
 
146
- export const C6 : iC6Object = {
146
+ export const C6 : iC6Object<RestTableInterfaces> = {
147
147
  ...C6Constants,
148
148
  C6VERSION: '{{C6VERSION}}',
149
149
  IMPORT: dynamicRestImport,