cradova 3.12.4 → 3.12.5

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/dist/index.js +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -534,9 +534,6 @@ class SilentStore {
534
534
  for (const key in this.$store.$_internal_data) {
535
535
  if (this.$store.$_internal_data.hasOwnProperty(key)) {
536
536
  Object.defineProperty(this, key, {
537
- get() {
538
- return this.$store.$_internal_data[key];
539
- },
540
537
  set(value) {
541
538
  this.$store.$_internal_data[key] = value;
542
539
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cradova",
3
- "version": "3.12.4",
3
+ "version": "3.12.5",
4
4
  "description": "Build Powerful ⚡ Web Apps with Ease",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",