Skip to content

Commit

Permalink
chore: update CONTRIBUTING and NOTICE, test-cases pkg update
Browse files Browse the repository at this point in the history
  • Loading branch information
softvar committed Jun 3, 2024
1 parent cb42305 commit 9902465
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ When you submit code changes, your submissions are understood to be under the sa

### Report bugs using GitHub issues

We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/wingify/vwo-node-sdk/issues); it's that easy!
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/wingify/vwo-fme-node-sdk/issues); it's that easy!

**Note**: Write bug reports with detail, background, and sample code

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Wingify VWO Node SDK
Wingify VWO FME Node SDK

This product includes software developed at
Wingify Software Pvt. Ltd. (https://wingify.com/).
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export class SegmentEvaluator implements Segmentation {
}

// this will be checked for all cases where wildcard is not present
if (expectedValues.includes(actualValue.toLowerCase())) {
if (expectedValues.includes(actualValue?.toLowerCase())) {
return true; // Direct value match found, return true
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"vwo-fme-sdk-e2e-test-settings-n-cases": "^1.0.0"
"vwo-fme-sdk-e2e-test-settings-n-cases": "^1.0.1"
},
"lint-staged": {
"**/*.{ts,json,md}": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4803,10 +4803,10 @@ vscode-textmate@^8.0.0:
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==

vwo-fme-sdk-e2e-test-settings-n-cases@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/vwo-fme-sdk-e2e-test-settings-n-cases/-/vwo-fme-sdk-e2e-test-settings-n-cases-1.0.0.tgz#fc0316235484705b1377d4e25b612c7593d4bda9"
integrity sha512-QxE3dKdqw5FrFbLJRwfM/wGQSpd+pVI0Mydks8z/xsJlXdyTtxjvAvGoE+nyYahh8oy9AEOg5jOWNjnMbn/TUQ==
vwo-fme-sdk-e2e-test-settings-n-cases@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/vwo-fme-sdk-e2e-test-settings-n-cases/-/vwo-fme-sdk-e2e-test-settings-n-cases-1.0.1.tgz#ea9c7eeb427cc1537fa7b3882a9739ede198a27a"
integrity sha512-qnY68XFH9lXLnWQCo0IpTVVy0ej7+0qgFOKsxdDF8dLqorBdrLSRIfsqnM83FoBKatQ90DBBrTfUxnDKHy1sQg==

vwo-fme-sdk-log-messages@^0.1.2:
version "0.1.2"
Expand Down

0 comments on commit 9902465

Please sign in to comment.