@featurevisor/vue 0.47.0 → 0.47.1
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 +34 -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":1694550300699,"results":"11","hashOfConfig":"12"},{"size":1941,"mtime":1694550300699,"results":"13","hashOfConfig":"12"},{"size":209,"mtime":1694550300699,"results":"14","hashOfConfig":"12"},{"size":233,"mtime":1694550300699,"results":"15","hashOfConfig":"12"},{"size":250,"mtime":1694550300699,"results":"16","hashOfConfig":"12"},{"size":261,"mtime":1694550300699,"results":"17","hashOfConfig":"12"},{"size":435,"mtime":1694550300699,"results":"18","hashOfConfig":"12"},{"size":350,"mtime":1694550300699,"results":"19","hashOfConfig":"12"},{"size":300,"mtime":1694550300703,"results":"20","hashOfConfig":"12"},{"size":11,"mtime":1694550300703,"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,26 @@
|
|
|
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.1](https://github.com/featurevisor/featurevisor/compare/v0.47.0...v0.47.1) (2023-09-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @featurevisor/vue
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.47.0](https://github.com/featurevisor/featurevisor/compare/v0.46.2...v0.47.0) (2023-09-05)
|
|
7
15
|
|
|
8
16
|
|
|
9
17
|
### Features
|
|
10
18
|
|
|
11
|
-
* use Prettier v2.x ([#143](https://github.com/
|
|
19
|
+
* use Prettier v2.x ([#143](https://github.com/featurevisor/featurevisor/issues/143)) ([ddca499](https://github.com/featurevisor/featurevisor/commit/ddca499526f2f8bf10dc340fb55877584501a682))
|
|
12
20
|
|
|
13
21
|
|
|
14
22
|
|
|
15
23
|
|
|
16
24
|
|
|
17
|
-
## [0.46.2](https://github.com/
|
|
25
|
+
## [0.46.2](https://github.com/featurevisor/featurevisor/compare/v0.46.1...v0.46.2) (2023-08-31)
|
|
18
26
|
|
|
19
27
|
**Note:** Version bump only for package @featurevisor/vue
|
|
20
28
|
|
|
@@ -22,7 +30,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
22
30
|
|
|
23
31
|
|
|
24
32
|
|
|
25
|
-
## [0.46.1](https://github.com/
|
|
33
|
+
## [0.46.1](https://github.com/featurevisor/featurevisor/compare/v0.46.0...v0.46.1) (2023-08-31)
|
|
26
34
|
|
|
27
35
|
**Note:** Version bump only for package @featurevisor/vue
|
|
28
36
|
|
|
@@ -30,7 +38,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
30
38
|
|
|
31
39
|
|
|
32
40
|
|
|
33
|
-
# [0.46.0](https://github.com/
|
|
41
|
+
# [0.46.0](https://github.com/featurevisor/featurevisor/compare/v0.45.0...v0.46.0) (2023-08-27)
|
|
34
42
|
|
|
35
43
|
**Note:** Version bump only for package @featurevisor/vue
|
|
36
44
|
|
|
@@ -38,18 +46,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
38
46
|
|
|
39
47
|
|
|
40
48
|
|
|
41
|
-
# [0.45.0](https://github.com/
|
|
49
|
+
# [0.45.0](https://github.com/featurevisor/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
|
|
42
50
|
|
|
43
51
|
|
|
44
52
|
### Features
|
|
45
53
|
|
|
46
|
-
* React provider component prop renamed from sdk to instance ([#129](https://github.com/
|
|
54
|
+
* 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
55
|
|
|
48
56
|
|
|
49
57
|
|
|
50
58
|
|
|
51
59
|
|
|
52
|
-
# [0.44.0](https://github.com/
|
|
60
|
+
# [0.44.0](https://github.com/featurevisor/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
|
|
53
61
|
|
|
54
62
|
**Note:** Version bump only for package @featurevisor/vue
|
|
55
63
|
|
|
@@ -57,7 +65,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
57
65
|
|
|
58
66
|
|
|
59
67
|
|
|
60
|
-
# [0.43.0](https://github.com/
|
|
68
|
+
# [0.43.0](https://github.com/featurevisor/featurevisor/compare/v0.42.1...v0.43.0) (2023-08-05)
|
|
61
69
|
|
|
62
70
|
**Note:** Version bump only for package @featurevisor/vue
|
|
63
71
|
|
|
@@ -65,7 +73,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
65
73
|
|
|
66
74
|
|
|
67
75
|
|
|
68
|
-
## [0.42.1](https://github.com/
|
|
76
|
+
## [0.42.1](https://github.com/featurevisor/featurevisor/compare/v0.42.0...v0.42.1) (2023-08-01)
|
|
69
77
|
|
|
70
78
|
**Note:** Version bump only for package @featurevisor/vue
|
|
71
79
|
|
|
@@ -73,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
73
81
|
|
|
74
82
|
|
|
75
83
|
|
|
76
|
-
# [0.42.0](https://github.com/
|
|
84
|
+
# [0.42.0](https://github.com/featurevisor/featurevisor/compare/v0.41.0...v0.42.0) (2023-07-23)
|
|
77
85
|
|
|
78
86
|
**Note:** Version bump only for package @featurevisor/vue
|
|
79
87
|
|
|
@@ -81,7 +89,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
81
89
|
|
|
82
90
|
|
|
83
91
|
|
|
84
|
-
# [0.41.0](https://github.com/
|
|
92
|
+
# [0.41.0](https://github.com/featurevisor/featurevisor/compare/v0.40.1...v0.41.0) (2023-07-23)
|
|
85
93
|
|
|
86
94
|
**Note:** Version bump only for package @featurevisor/vue
|
|
87
95
|
|
|
@@ -89,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
89
97
|
|
|
90
98
|
|
|
91
99
|
|
|
92
|
-
## [0.40.1](https://github.com/
|
|
100
|
+
## [0.40.1](https://github.com/featurevisor/featurevisor/compare/v0.40.0...v0.40.1) (2023-07-23)
|
|
93
101
|
|
|
94
102
|
**Note:** Version bump only for package @featurevisor/vue
|
|
95
103
|
|
|
@@ -97,18 +105,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
97
105
|
|
|
98
106
|
|
|
99
107
|
|
|
100
|
-
# [0.40.0](https://github.com/
|
|
108
|
+
# [0.40.0](https://github.com/featurevisor/featurevisor/compare/v0.39.2...v0.40.0) (2023-07-16)
|
|
101
109
|
|
|
102
110
|
|
|
103
111
|
### Features
|
|
104
112
|
|
|
105
|
-
* Hooks for checking if feature is enabled in React and Vue.js ([#108](https://github.com/
|
|
113
|
+
* 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
114
|
|
|
107
115
|
|
|
108
116
|
|
|
109
117
|
|
|
110
118
|
|
|
111
|
-
## [0.39.1](https://github.com/
|
|
119
|
+
## [0.39.1](https://github.com/featurevisor/featurevisor/compare/v0.39.0...v0.39.1) (2023-07-16)
|
|
112
120
|
|
|
113
121
|
**Note:** Version bump only for package @featurevisor/vue
|
|
114
122
|
|
|
@@ -116,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
116
124
|
|
|
117
125
|
|
|
118
126
|
|
|
119
|
-
# [0.39.0](https://github.com/
|
|
127
|
+
# [0.39.0](https://github.com/featurevisor/featurevisor/compare/v0.38.0...v0.39.0) (2023-07-16)
|
|
120
128
|
|
|
121
129
|
**Note:** Version bump only for package @featurevisor/vue
|
|
122
130
|
|
|
@@ -124,29 +132,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
124
132
|
|
|
125
133
|
|
|
126
134
|
|
|
127
|
-
# [0.38.0](https://github.com/
|
|
135
|
+
# [0.38.0](https://github.com/featurevisor/featurevisor/compare/v0.37.1...v0.38.0) (2023-07-16)
|
|
128
136
|
|
|
129
137
|
|
|
130
138
|
### Features
|
|
131
139
|
|
|
132
|
-
* SDK to support isEnabled() checks ([#104](https://github.com/
|
|
140
|
+
* SDK to support isEnabled() checks ([#104](https://github.com/featurevisor/featurevisor/issues/104)) ([4f52136](https://github.com/featurevisor/featurevisor/commit/4f521367a3f1ef76833ba614b6a1f4b66abef2e1))
|
|
133
141
|
|
|
134
142
|
|
|
135
143
|
|
|
136
144
|
|
|
137
145
|
|
|
138
|
-
# [0.37.0](https://github.com/
|
|
146
|
+
# [0.37.0](https://github.com/featurevisor/featurevisor/compare/v0.36.0...v0.37.0) (2023-07-14)
|
|
139
147
|
|
|
140
148
|
|
|
141
149
|
### Features
|
|
142
150
|
|
|
143
|
-
* renamed Attributes (object) to Context ([#101](https://github.com/
|
|
151
|
+
* renamed Attributes (object) to Context ([#101](https://github.com/featurevisor/featurevisor/issues/101)) ([c392ad5](https://github.com/featurevisor/featurevisor/commit/c392ad5f1b6100167aa5637b131f08036a7f5a55))
|
|
144
152
|
|
|
145
153
|
|
|
146
154
|
|
|
147
155
|
|
|
148
156
|
|
|
149
|
-
# [0.36.0](https://github.com/
|
|
157
|
+
# [0.36.0](https://github.com/featurevisor/featurevisor/compare/v0.35.0...v0.36.0) (2023-07-13)
|
|
150
158
|
|
|
151
159
|
**Note:** Version bump only for package @featurevisor/vue
|
|
152
160
|
|
|
@@ -154,7 +162,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
154
162
|
|
|
155
163
|
|
|
156
164
|
|
|
157
|
-
# [0.35.0](https://github.com/
|
|
165
|
+
# [0.35.0](https://github.com/featurevisor/featurevisor/compare/v0.34.0...v0.35.0) (2023-07-13)
|
|
158
166
|
|
|
159
167
|
**Note:** Version bump only for package @featurevisor/vue
|
|
160
168
|
|
|
@@ -162,7 +170,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
162
170
|
|
|
163
171
|
|
|
164
172
|
|
|
165
|
-
# [0.34.0](https://github.com/
|
|
173
|
+
# [0.34.0](https://github.com/featurevisor/featurevisor/compare/v0.33.1...v0.34.0) (2023-07-08)
|
|
166
174
|
|
|
167
175
|
**Note:** Version bump only for package @featurevisor/vue
|
|
168
176
|
|
|
@@ -170,9 +178,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
170
178
|
|
|
171
179
|
|
|
172
180
|
|
|
173
|
-
# [0.33.0](https://github.com/
|
|
181
|
+
# [0.33.0](https://github.com/featurevisor/featurevisor/compare/v0.32.1...v0.33.0) (2023-07-06)
|
|
174
182
|
|
|
175
183
|
|
|
176
184
|
### Features
|
|
177
185
|
|
|
178
|
-
* Vue.js SDK ([#97](https://github.com/
|
|
186
|
+
* 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="1694550498012" clover="3.2.0">
|
|
3
|
+
<project timestamp="1694550498012" 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-12T20:28:18.006Z
|
|
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-12T20:28:18.006Z
|
|
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.1",
|
|
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.1",
|
|
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": "1f71f945cf6bbfe420d41ae03ac205cbf30aba83"
|
|
58
58
|
}
|