nativescript-vue 2.9.2 → 2.9.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.
package/README.md CHANGED
@@ -96,6 +96,7 @@ and these awesome backers:
96
96
  - Christian Quispe
97
97
  - Nhut Tran
98
98
  - Antonio
99
+ - Benjamin Hanzl
99
100
 
100
101
  If you'd like to join them, please consider [becoming a backer / sponsor on Patreon](https://www.patreon.com/rigor789).
101
102
 
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*!
3
- * NativeScript-Vue v2.9.2
3
+ * NativeScript-Vue v2.9.3
4
4
  * (Using Vue v2.6.14)
5
5
  * (c) 2017-2022 rigor789
6
6
  * Released under the MIT license.
@@ -7212,7 +7212,7 @@ function isUnknownElement(el) {
7212
7212
  }
7213
7213
 
7214
7214
  var VUE_VERSION = process.env.VUE_VERSION || '2.6.14';
7215
- var NS_VUE_VERSION = process.env.NS_VUE_VERSION || '2.9.2';
7215
+ var NS_VUE_VERSION = process.env.NS_VUE_VERSION || '2.9.3';
7216
7216
 
7217
7217
  var infoTrace = once(function () {
7218
7218
  console.log(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nativescript-vue",
3
- "version": "2.9.2",
3
+ "version": "2.9.3",
4
4
  "description": "NativeScript and Vue integration",
5
5
  "main": "dist/index.js",
6
6
  "files": [