Skip to content

Commit

Permalink
Updated Version 1.6.8 and added .snyk file
Browse files Browse the repository at this point in the history
Updated Version 1.6.8 and added .snyk file
  • Loading branch information
gnbm committed Dec 12, 2023
1 parent adcc590 commit 136e5e5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ dist
# don't lint libraries
src/libraries/**
*.d.ts
*.js
*.js
# don't lint settings
*.snyk
6 changes: 4 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* prettier-ignore */
*.css
*.md
*.d.ts
*.d.ts
# don't lint settings
.snyk
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
exclude:
global:
- styles/**
- jobs/**
- docs/**
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outsystems-maps",
"version": "1.6.7",
"version": "1.6.8",
"description": "Outsystems Maps",
"license": "BSD-3-Clause",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/OSFramework/Maps/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OSFramework.Maps.Constants {
/* OutSystems Maps Version */
export const OSMapsVersion = '1.6.7';
export const OSMapsVersion = '1.6.8';
}

0 comments on commit 136e5e5

Please sign in to comment.