@featurevisor/vue 0.47.0 → 0.47.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/.eslintcache +1 -1
- package/CHANGELOG.md +42 -26
- package/coverage/clover.xml +2 -2
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/setupApp.ts.html +1 -1
- package/dist/index.js.gz +0 -0
- package/package.json +6 -6
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/home/runner/work/featurevisor/featurevisor/packages/vue/src/activateFeature.ts":"1","/home/runner/work/featurevisor/featurevisor/packages/vue/src/index.spec.ts":"2","/home/runner/work/featurevisor/featurevisor/packages/vue/src/index.ts":"3","/home/runner/work/featurevisor/featurevisor/packages/vue/src/setupApp.ts":"4","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useFlag.ts":"5","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useSdk.ts":"6","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useStatus.ts":"7","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useVariable.ts":"8","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useVariation.ts":"9","/home/runner/work/featurevisor/featurevisor/packages/vue/stub/types__react/index.d.ts":"10"},{"size":299,"mtime":
|
|
1
|
+
[{"/home/runner/work/featurevisor/featurevisor/packages/vue/src/activateFeature.ts":"1","/home/runner/work/featurevisor/featurevisor/packages/vue/src/index.spec.ts":"2","/home/runner/work/featurevisor/featurevisor/packages/vue/src/index.ts":"3","/home/runner/work/featurevisor/featurevisor/packages/vue/src/setupApp.ts":"4","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useFlag.ts":"5","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useSdk.ts":"6","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useStatus.ts":"7","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useVariable.ts":"8","/home/runner/work/featurevisor/featurevisor/packages/vue/src/useVariation.ts":"9","/home/runner/work/featurevisor/featurevisor/packages/vue/stub/types__react/index.d.ts":"10"},{"size":299,"mtime":1694889316864,"results":"11","hashOfConfig":"12"},{"size":1941,"mtime":1694889316864,"results":"13","hashOfConfig":"12"},{"size":209,"mtime":1694889316864,"results":"14","hashOfConfig":"12"},{"size":233,"mtime":1694889316864,"results":"15","hashOfConfig":"12"},{"size":250,"mtime":1694889316864,"results":"16","hashOfConfig":"12"},{"size":261,"mtime":1694889316864,"results":"17","hashOfConfig":"12"},{"size":435,"mtime":1694889316864,"results":"18","hashOfConfig":"12"},{"size":350,"mtime":1694889316864,"results":"19","hashOfConfig":"12"},{"size":300,"mtime":1694889316864,"results":"20","hashOfConfig":"12"},{"size":11,"mtime":1694889316864,"results":"21","hashOfConfig":"12"},{"filePath":"22","messages":"23","suppressedMessages":"24","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1mneopy",{"filePath":"25","messages":"26","suppressedMessages":"27","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","suppressedMessages":"30","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"31","messages":"32","suppressedMessages":"33","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","suppressedMessages":"36","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"37","messages":"38","suppressedMessages":"39","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"40","messages":"41","suppressedMessages":"42","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"43","messages":"44","suppressedMessages":"45","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"46","messages":"47","suppressedMessages":"48","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"49","messages":"50","suppressedMessages":"51","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/featurevisor/featurevisor/packages/vue/src/activateFeature.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/index.spec.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/index.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/setupApp.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/useFlag.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/useSdk.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/useStatus.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/useVariable.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/src/useVariation.ts",[],[],"/home/runner/work/featurevisor/featurevisor/packages/vue/stub/types__react/index.d.ts",[],[]]
|
package/CHANGELOG.md
CHANGED
|
@@ -3,18 +3,34 @@
|
|
|
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
|
-
|
|
6
|
+
## [0.47.2](https://github.com/featurevisor/featurevisor/compare/v0.47.1...v0.47.2) (2023-09-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @featurevisor/vue
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.47.1](https://github.com/featurevisor/featurevisor/compare/v0.47.0...v0.47.1) (2023-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @featurevisor/vue
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.47.0](https://github.com/featurevisor/featurevisor/compare/v0.46.2...v0.47.0) (2023-09-05)
|
|
7
23
|
|
|
8
24
|
|
|
9
25
|
### Features
|
|
10
26
|
|
|
11
|
-
* use Prettier v2.x ([#143](https://github.com/
|
|
27
|
+
* use Prettier v2.x ([#143](https://github.com/featurevisor/featurevisor/issues/143)) ([ddca499](https://github.com/featurevisor/featurevisor/commit/ddca499526f2f8bf10dc340fb55877584501a682))
|
|
12
28
|
|
|
13
29
|
|
|
14
30
|
|
|
15
31
|
|
|
16
32
|
|
|
17
|
-
## [0.46.2](https://github.com/
|
|
33
|
+
## [0.46.2](https://github.com/featurevisor/featurevisor/compare/v0.46.1...v0.46.2) (2023-08-31)
|
|
18
34
|
|
|
19
35
|
**Note:** Version bump only for package @featurevisor/vue
|
|
20
36
|
|
|
@@ -22,7 +38,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
22
38
|
|
|
23
39
|
|
|
24
40
|
|
|
25
|
-
## [0.46.1](https://github.com/
|
|
41
|
+
## [0.46.1](https://github.com/featurevisor/featurevisor/compare/v0.46.0...v0.46.1) (2023-08-31)
|
|
26
42
|
|
|
27
43
|
**Note:** Version bump only for package @featurevisor/vue
|
|
28
44
|
|
|
@@ -30,7 +46,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
30
46
|
|
|
31
47
|
|
|
32
48
|
|
|
33
|
-
# [0.46.0](https://github.com/
|
|
49
|
+
# [0.46.0](https://github.com/featurevisor/featurevisor/compare/v0.45.0...v0.46.0) (2023-08-27)
|
|
34
50
|
|
|
35
51
|
**Note:** Version bump only for package @featurevisor/vue
|
|
36
52
|
|
|
@@ -38,18 +54,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
54
|
|
|
39
55
|
|
|
40
56
|
|
|
41
|
-
# [0.45.0](https://github.com/
|
|
57
|
+
# [0.45.0](https://github.com/featurevisor/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
|
|
42
58
|
|
|
43
59
|
|
|
44
60
|
### Features
|
|
45
61
|
|
|
46
|
-
* React provider component prop renamed from sdk to instance ([#129](https://github.com/
|
|
62
|
+
* React provider component prop renamed from sdk to instance ([#129](https://github.com/featurevisor/featurevisor/issues/129)) ([9e8015c](https://github.com/featurevisor/featurevisor/commit/9e8015c14a0924d25b75f06fd2a6e6ef6c5eee7a))
|
|
47
63
|
|
|
48
64
|
|
|
49
65
|
|
|
50
66
|
|
|
51
67
|
|
|
52
|
-
# [0.44.0](https://github.com/
|
|
68
|
+
# [0.44.0](https://github.com/featurevisor/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
|
|
53
69
|
|
|
54
70
|
**Note:** Version bump only for package @featurevisor/vue
|
|
55
71
|
|
|
@@ -57,7 +73,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
57
73
|
|
|
58
74
|
|
|
59
75
|
|
|
60
|
-
# [0.43.0](https://github.com/
|
|
76
|
+
# [0.43.0](https://github.com/featurevisor/featurevisor/compare/v0.42.1...v0.43.0) (2023-08-05)
|
|
61
77
|
|
|
62
78
|
**Note:** Version bump only for package @featurevisor/vue
|
|
63
79
|
|
|
@@ -65,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
65
81
|
|
|
66
82
|
|
|
67
83
|
|
|
68
|
-
## [0.42.1](https://github.com/
|
|
84
|
+
## [0.42.1](https://github.com/featurevisor/featurevisor/compare/v0.42.0...v0.42.1) (2023-08-01)
|
|
69
85
|
|
|
70
86
|
**Note:** Version bump only for package @featurevisor/vue
|
|
71
87
|
|
|
@@ -73,7 +89,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
73
89
|
|
|
74
90
|
|
|
75
91
|
|
|
76
|
-
# [0.42.0](https://github.com/
|
|
92
|
+
# [0.42.0](https://github.com/featurevisor/featurevisor/compare/v0.41.0...v0.42.0) (2023-07-23)
|
|
77
93
|
|
|
78
94
|
**Note:** Version bump only for package @featurevisor/vue
|
|
79
95
|
|
|
@@ -81,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
81
97
|
|
|
82
98
|
|
|
83
99
|
|
|
84
|
-
# [0.41.0](https://github.com/
|
|
100
|
+
# [0.41.0](https://github.com/featurevisor/featurevisor/compare/v0.40.1...v0.41.0) (2023-07-23)
|
|
85
101
|
|
|
86
102
|
**Note:** Version bump only for package @featurevisor/vue
|
|
87
103
|
|
|
@@ -89,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
89
105
|
|
|
90
106
|
|
|
91
107
|
|
|
92
|
-
## [0.40.1](https://github.com/
|
|
108
|
+
## [0.40.1](https://github.com/featurevisor/featurevisor/compare/v0.40.0...v0.40.1) (2023-07-23)
|
|
93
109
|
|
|
94
110
|
**Note:** Version bump only for package @featurevisor/vue
|
|
95
111
|
|
|
@@ -97,18 +113,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
97
113
|
|
|
98
114
|
|
|
99
115
|
|
|
100
|
-
# [0.40.0](https://github.com/
|
|
116
|
+
# [0.40.0](https://github.com/featurevisor/featurevisor/compare/v0.39.2...v0.40.0) (2023-07-16)
|
|
101
117
|
|
|
102
118
|
|
|
103
119
|
### Features
|
|
104
120
|
|
|
105
|
-
* Hooks for checking if feature is enabled in React and Vue.js ([#108](https://github.com/
|
|
121
|
+
* Hooks for checking if feature is enabled in React and Vue.js ([#108](https://github.com/featurevisor/featurevisor/issues/108)) ([4e2a269](https://github.com/featurevisor/featurevisor/commit/4e2a269da923a94055d232ec479e6562dc297120))
|
|
106
122
|
|
|
107
123
|
|
|
108
124
|
|
|
109
125
|
|
|
110
126
|
|
|
111
|
-
## [0.39.1](https://github.com/
|
|
127
|
+
## [0.39.1](https://github.com/featurevisor/featurevisor/compare/v0.39.0...v0.39.1) (2023-07-16)
|
|
112
128
|
|
|
113
129
|
**Note:** Version bump only for package @featurevisor/vue
|
|
114
130
|
|
|
@@ -116,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
116
132
|
|
|
117
133
|
|
|
118
134
|
|
|
119
|
-
# [0.39.0](https://github.com/
|
|
135
|
+
# [0.39.0](https://github.com/featurevisor/featurevisor/compare/v0.38.0...v0.39.0) (2023-07-16)
|
|
120
136
|
|
|
121
137
|
**Note:** Version bump only for package @featurevisor/vue
|
|
122
138
|
|
|
@@ -124,29 +140,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
124
140
|
|
|
125
141
|
|
|
126
142
|
|
|
127
|
-
# [0.38.0](https://github.com/
|
|
143
|
+
# [0.38.0](https://github.com/featurevisor/featurevisor/compare/v0.37.1...v0.38.0) (2023-07-16)
|
|
128
144
|
|
|
129
145
|
|
|
130
146
|
### Features
|
|
131
147
|
|
|
132
|
-
* SDK to support isEnabled() checks ([#104](https://github.com/
|
|
148
|
+
* SDK to support isEnabled() checks ([#104](https://github.com/featurevisor/featurevisor/issues/104)) ([4f52136](https://github.com/featurevisor/featurevisor/commit/4f521367a3f1ef76833ba614b6a1f4b66abef2e1))
|
|
133
149
|
|
|
134
150
|
|
|
135
151
|
|
|
136
152
|
|
|
137
153
|
|
|
138
|
-
# [0.37.0](https://github.com/
|
|
154
|
+
# [0.37.0](https://github.com/featurevisor/featurevisor/compare/v0.36.0...v0.37.0) (2023-07-14)
|
|
139
155
|
|
|
140
156
|
|
|
141
157
|
### Features
|
|
142
158
|
|
|
143
|
-
* renamed Attributes (object) to Context ([#101](https://github.com/
|
|
159
|
+
* renamed Attributes (object) to Context ([#101](https://github.com/featurevisor/featurevisor/issues/101)) ([c392ad5](https://github.com/featurevisor/featurevisor/commit/c392ad5f1b6100167aa5637b131f08036a7f5a55))
|
|
144
160
|
|
|
145
161
|
|
|
146
162
|
|
|
147
163
|
|
|
148
164
|
|
|
149
|
-
# [0.36.0](https://github.com/
|
|
165
|
+
# [0.36.0](https://github.com/featurevisor/featurevisor/compare/v0.35.0...v0.36.0) (2023-07-13)
|
|
150
166
|
|
|
151
167
|
**Note:** Version bump only for package @featurevisor/vue
|
|
152
168
|
|
|
@@ -154,7 +170,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
154
170
|
|
|
155
171
|
|
|
156
172
|
|
|
157
|
-
# [0.35.0](https://github.com/
|
|
173
|
+
# [0.35.0](https://github.com/featurevisor/featurevisor/compare/v0.34.0...v0.35.0) (2023-07-13)
|
|
158
174
|
|
|
159
175
|
**Note:** Version bump only for package @featurevisor/vue
|
|
160
176
|
|
|
@@ -162,7 +178,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
162
178
|
|
|
163
179
|
|
|
164
180
|
|
|
165
|
-
# [0.34.0](https://github.com/
|
|
181
|
+
# [0.34.0](https://github.com/featurevisor/featurevisor/compare/v0.33.1...v0.34.0) (2023-07-08)
|
|
166
182
|
|
|
167
183
|
**Note:** Version bump only for package @featurevisor/vue
|
|
168
184
|
|
|
@@ -170,9 +186,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
170
186
|
|
|
171
187
|
|
|
172
188
|
|
|
173
|
-
# [0.33.0](https://github.com/
|
|
189
|
+
# [0.33.0](https://github.com/featurevisor/featurevisor/compare/v0.32.1...v0.33.0) (2023-07-06)
|
|
174
190
|
|
|
175
191
|
|
|
176
192
|
### Features
|
|
177
193
|
|
|
178
|
-
* Vue.js SDK ([#97](https://github.com/
|
|
194
|
+
* Vue.js SDK ([#97](https://github.com/featurevisor/featurevisor/issues/97)) ([d099adb](https://github.com/featurevisor/featurevisor/commit/d099adbb6df923bc10aeb8c0a60c85612669e1a1))
|
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1694889489810" clover="3.2.0">
|
|
3
|
+
<project timestamp="1694889489811" 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 2023-09-
|
|
104
|
+
at 2023-09-16T18:38:09.805Z
|
|
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 2023-09-
|
|
97
|
+
at 2023-09-16T18:38:09.805Z
|
|
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": "0.47.
|
|
3
|
+
"version": "0.47.2",
|
|
4
4
|
"description": "Vue.js package for Featurevisor",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
],
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/featurevisor/featurevisor.git"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public",
|
|
42
42
|
"registry": "https://registry.npmjs.org/"
|
|
43
43
|
},
|
|
44
44
|
"bugs": {
|
|
45
|
-
"url": "https://github.com/
|
|
45
|
+
"url": "https://github.com/featurevisor/featurevisor/issues"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@featurevisor/sdk": "^0.47.
|
|
49
|
-
"@featurevisor/types": "^0.47.
|
|
48
|
+
"@featurevisor/sdk": "^0.47.2",
|
|
49
|
+
"@featurevisor/types": "^0.47.1",
|
|
50
50
|
"vue": "^3.3.4"
|
|
51
51
|
},
|
|
52
52
|
"license": "MIT",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"@vue/cli-plugin-unit-jest": "^5.0.8",
|
|
55
55
|
"@vue/test-utils": "^2.4.0"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "4f7b0c721da93130299f6978808f0816857d8137"
|
|
58
58
|
}
|