Skip to content

Commit

Permalink
5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Feb 1, 2024
1 parent 54feffa commit 6914a27
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions package.json
@@ -1,8 +1,13 @@
{
"name": "unleash-server",
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
"version": "5.8.0+main",
"keywords": ["unleash", "feature toggle", "feature", "toggle"],
"version": "5.9.0",
"keywords": [
"unleash",
"feature toggle",
"feature",
"toggle"
],
"files": [
"dist",
"docs",
Expand Down Expand Up @@ -75,11 +80,23 @@
"testTimeout": 10000,
"globalSetup": "./scripts/jest-setup.js",
"transform": {
"^.+\\.tsx?$": ["@swc/jest"]
"^.+\\.tsx?$": [
"@swc/jest"
]
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": ["/dist/", "/node_modules/", "/frontend/"],
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json"],
"testPathIgnorePatterns": [
"/dist/",
"/node_modules/",
"/frontend/"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/dist/",
Expand Down Expand Up @@ -215,7 +232,11 @@
"tough-cookie": "4.1.3"
},
"lint-staged": {
"*.{js,ts}": ["biome check --apply"],
"*.json": ["biome format --write --no-errors-on-unmatched"]
"*.{js,ts}": [
"biome check --apply"
],
"*.json": [
"biome format --write --no-errors-on-unmatched"
]
}
}

0 comments on commit 6914a27

Please sign in to comment.