Skip to content

Commit

Permalink
📦 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Feb 8, 2024
1 parent 7be9ae0 commit 6455270
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @koopjs/geoservice-utils

## 2.2.2
### Fixed
- include type declarations in build

## 2.2.1
### Fixed
- handle single number of string values for object ids
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koopjs/geoservice-utils",
"version": "2.2.1",
"version": "2.2.2",
"description": "A set of utilities for working with Geoservice requests and parameters.",
"main": "dist/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
"outDir": "dist",
"declaration": true
},
"lib": ["es2015"],
"include": ["src"],
Expand Down

0 comments on commit 6455270

Please sign in to comment.