@featurevisor/vue 1.27.5 → 1.27.6

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
+ ## [1.27.6](https://github.com/featurevisor/featurevisor/compare/v1.27.5...v1.27.6) (2025-01-20)
7
+
8
+ **Note:** Version bump only for package @featurevisor/vue
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.27.5](https://github.com/featurevisor/featurevisor/compare/v1.27.4...v1.27.5) (2024-12-21)
7
15
 
8
16
  **Note:** Version bump only for package @featurevisor/vue
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Fahad Heylaal (https://fahad19.com)
3
+ Copyright (c) 2025 Fahad Heylaal (https://fahad19.com)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1734809195820" clover="3.2.0">
3
- <project timestamp="1734809195820" name="All files">
2
+ <coverage generated="1737402570789" clover="3.2.0">
3
+ <project timestamp="1737402570789" 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 2024-12-21T19:26:35.815Z
104
+ at 2025-01-20T19:49:30.783Z
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 2024-12-21T19:26:35.815Z
97
+ at 2025-01-20T19:49:30.783Z
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": "1.27.5",
3
+ "version": "1.27.6",
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": "^1.27.5",
44
+ "@featurevisor/sdk": "^1.27.6",
45
45
  "@featurevisor/types": "^1.27.5",
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": "adb04db89781cd1adb190a576b6e3da31cb00a39"
53
+ "gitHead": "f9df0bbdef77915f6718647ff26e0ee1255978f5"
54
54
  }