@featurevisor/vue 2.3.1 → 2.3.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.3.2](https://github.com/featurevisor/featurevisor/compare/v2.3.1...v2.3.2) (2025-11-19)
7
+
8
+ **Note:** Version bump only for package @featurevisor/vue
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.3.1](https://github.com/featurevisor/featurevisor/compare/v2.3.0...v2.3.1) (2025-11-06)
7
15
 
8
16
  **Note:** Version bump only for package @featurevisor/vue
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1762458958122" clover="3.2.0">
3
- <project timestamp="1762458958123" name="All files">
2
+ <coverage generated="1763591426868" clover="3.2.0">
3
+ <project timestamp="1763591426869" name="All files">
4
4
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1" elements="4" coveredelements="4" complexity="0" loc="3" ncloc="3" packages="1" files="1" classes="1"/>
5
5
  <file name="setupApp.ts" path="/home/runner/work/featurevisor/featurevisor/packages/vue/src/setupApp.ts">
6
6
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2025-11-06T19:55:58.106Z
104
+ at 2025-11-19T22:30:26.846Z
105
105
  </div>
106
106
  <script src="prettify.js"></script>
107
107
  <script>
@@ -94,7 +94,7 @@ export function setupApp(app: App, sdk: FeaturevisorInstance) {
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
97
- at 2025-11-06T19:55:58.106Z
97
+ at 2025-11-19T22:30:26.846Z
98
98
  </div>
99
99
  <script src="prettify.js"></script>
100
100
  <script>
package/dist/index.js.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featurevisor/vue",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Vue.js package for Featurevisor",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib/index.js",
@@ -41,7 +41,7 @@
41
41
  "url": "https://github.com/featurevisor/featurevisor/issues"
42
42
  },
43
43
  "dependencies": {
44
- "@featurevisor/sdk": "2.3.1",
44
+ "@featurevisor/sdk": "2.3.2",
45
45
  "@featurevisor/types": "2.1.2",
46
46
  "vue": "^3.3.4"
47
47
  },
@@ -50,5 +50,5 @@
50
50
  "@vue/cli-plugin-unit-jest": "^5.0.8",
51
51
  "@vue/test-utils": "^2.4.0"
52
52
  },
53
- "gitHead": "6071aba4428cba5ddd7727969dbe797e0e72c75c"
53
+ "gitHead": "aa3daee9d3fcbc17d628eb7cf793c1fb7fc8ffc4"
54
54
  }