Skip to content

Commit

Permalink
chore: [FFM-11353]: Reduce ES target to 2018 and update JS SDK (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
knagurski authored Apr 30, 2024
1 parent 37b1533 commit 7eed876
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions examples/get-started/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harnessio/ff-react-client-sdk",
"version": "1.10.0",
"version": "1.11.0",
"author": "Harness",
"license": "Apache-2.0",
"module": "dist/esm/index.js",
Expand All @@ -21,7 +21,7 @@
"react": ">=16.7.0"
},
"dependencies": {
"@harnessio/ff-javascript-client-sdk": "^1.26.0",
"@harnessio/ff-javascript-client-sdk": "^1.26.2",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"noEmit": false,
"outDir": "dist/esm",
"declaration": true
"declaration": true,
"target": "ES2018"
},
"exclude": ["src/**/__tests__"]
}

0 comments on commit 7eed876

Please sign in to comment.