@razaman2/reactive-view 0.0.34-beta.14 → 0.0.34-beta.15

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/index.js CHANGED
@@ -172,7 +172,7 @@ var import_vue = require("vue");
172
172
 
173
173
  // package.json
174
174
  var name = "@razaman2/reactive-view";
175
- var version = "0.0.34-beta.14";
175
+ var version = "0.0.34-beta.15";
176
176
 
177
177
  // src/ReactiveView.ts
178
178
  var setup = {
package/dist/index.mjs CHANGED
@@ -128,7 +128,7 @@ import { ref, reactive, watch, isRef, isReactive, createVNode, getCurrentInstanc
128
128
 
129
129
  // package.json
130
130
  var name = "@razaman2/reactive-view";
131
- var version = "0.0.34-beta.14";
131
+ var version = "0.0.34-beta.15";
132
132
 
133
133
  // src/ReactiveView.ts
134
134
  var setup = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razaman2/reactive-view",
3
- "version": "0.0.34-beta.14",
3
+ "version": "0.0.34-beta.15",
4
4
  "description": "This library enables you to build vue apps in an object oriented way. It provides a convenient approach to extend and override ui components. It provides a built in eventing system along with component data management.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",