@live-change/vue3-components 0.1.16 → 0.1.17

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.
@@ -14,6 +14,7 @@
14
14
  </template>
15
15
 
16
16
  <script>
17
+ import analytics from '../logic/analytics.js'
17
18
  import debugLib from 'debug'
18
19
 
19
20
  const info = debugLib('working:info')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-components",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Live Change Framework - vue components",
5
5
  "main": "index.js",
6
6
  "scripts": {