@razaman2/reactive-view 0.0.12 → 0.0.13

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
@@ -162,7 +162,7 @@ var import_vue = require("vue");
162
162
 
163
163
  // package.json
164
164
  var name = "@razaman2/reactive-view";
165
- var version = "0.0.12";
165
+ var version = "0.0.13";
166
166
 
167
167
  // src/ReactiveView.ts
168
168
  var props = {
package/dist/index.mjs CHANGED
@@ -125,7 +125,7 @@ import { h, ref, reactive, watch, nextTick, getCurrentInstance, onMounted } from
125
125
 
126
126
  // package.json
127
127
  var name = "@razaman2/reactive-view";
128
- var version = "0.0.12";
128
+ var version = "0.0.13";
129
129
 
130
130
  // src/ReactiveView.ts
131
131
  var props = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@razaman2/reactive-view",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
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",
@@ -20,19 +20,18 @@
20
20
  "author": "razaman2",
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@razaman2/collection-proxy": "^0.0.29",
24
- "@razaman2/data-manager": "^3.2.9",
23
+ "@razaman2/data-manager": "^3.2.11",
25
24
  "@razaman2/object-manager": "^3.3.9",
26
- "date-fns": "^3.6.0",
27
- "date-fns-tz": "^3.1.3",
28
- "uuid": "^10.0.0",
29
- "vue": "^3.5.3"
25
+ "date-fns": "^4.1.0",
26
+ "date-fns-tz": "^3.2.0",
27
+ "uuid": "^11.0.2",
28
+ "vue": "^3.5.12"
30
29
  },
31
30
  "devDependencies": {
32
31
  "@types/uuid": "^10.0.0",
33
- "tsup": "^8.2.4",
34
- "typescript": "^5.5.4",
35
- "vitest": "^2.0.5"
32
+ "tsup": "^8.3.5",
33
+ "typescript": "^5.6.3",
34
+ "vitest": "^2.1.4"
36
35
  },
37
36
  "publishConfig": {
38
37
  "access": "public"