cotomy 0.1.69 → 0.1.70

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/dist/esm/form.js CHANGED
@@ -162,7 +162,7 @@ export class CotomyApiForm extends CotomyForm {
162
162
  }
163
163
  export class CotomyEntityApiForm extends CotomyApiForm {
164
164
  get entityKey() {
165
- return this.attribute("data-cotomy-entity-key") ?? undefined;
165
+ return this.attribute("data-cotomy-entity-key") || undefined;
166
166
  }
167
167
  get requiresEntityKey() {
168
168
  return this.attribute("data-cotomy-identify") !== "false";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cotomy",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "main": "dist/cjs/index.cjs",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",