Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
## Version 2.1.0
### Changes
- Base TS Config file was renamed. (#226)

### Fixes
- Dependency vulnerabilities were remediated. (#225, #227)
  • Loading branch information
tmeyer2115 committed Nov 15, 2022
2 parents c0e7f82 + 1e70164 commit f81b65f
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 98 deletions.
92 changes: 23 additions & 69 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": "@yext/search-core",
"version": "2.0.0",
"version": "2.1.0",
"description": "Typescript Networking Library for the Yext Search API",
"main": "./dist/commonjs/src/index.js",
"module": "./dist/esm/src/index.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@yext/eslint-config-slapshot": "^0.4.0",
"@yext/eslint-plugin-export-star": "^1.0.2",
"babel-jest": "^26.6.1",
"babel-loader": "^8.2.2",
"babel-loader": "^8.3.0",
"eslint": "^8.11.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-tsdoc": "^0.2.14",
Expand Down
142 changes: 117 additions & 25 deletions test-site/package-lock.json

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

2 changes: 1 addition & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.base.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "es5",
"module": "es6",
Expand Down
File renamed without changes.

0 comments on commit f81b65f

Please sign in to comment.