@golemio/chmu 1.0.0-dev.696718290 → 1.0.0-dev.700463573

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.
@@ -0,0 +1,2 @@
1
+ alter table units
2
+ rename column jmeno_atributu to jmeno_atrinutu;
@@ -0,0 +1,2 @@
1
+ alter table units
2
+ rename column jmeno_atrinutu to jmeno_atributu;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/chmu",
3
- "version": "1.0.0-dev.696718290",
3
+ "version": "1.0.0-dev.700463573",
4
4
  "description": "Golemio CHMU module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",