@live-change/dao-vue 0.6.0 → 0.8.3

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/LICENSE.md +1 -1
  2. package/package.json +3 -4
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2019-2022 Michał Łaszczewski
1
+ Copyright 2019-2024 Michał Łaszczewski
2
2
 
3
3
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/dao-vue",
3
- "version": "0.6.0",
3
+ "version": "0.8.3",
4
4
  "author": {
5
5
  "email": "m8@em8.pl",
6
6
  "name": "Michał Łaszczewski",
@@ -10,11 +10,10 @@
10
10
  "url": "https://github.com/live-change/live-change-dao/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@live-change/dao": "^0.6.0"
13
+ "@live-change/dao": "0.6.0"
14
14
  },
15
15
  "type": "module",
16
16
  "description": "Vue.js integration for live-change dao",
17
- "directories": {},
18
17
  "homepage": "https://github.com/live-change/live-change-dao",
19
18
  "license": "BSD-3-Clause",
20
19
  "main": "index.js",
@@ -33,5 +32,5 @@
33
32
  "scripts": {
34
33
  "compileTests": "webpack test/*.js tests-bundle.js"
35
34
  },
36
- "gitHead": "a74891e96d33fc1f70f49423f3e560517890f067"
35
+ "gitHead": "81b4ac5a36ab1abdf9d521e3c4fbea6d194bb892"
37
36
  }