Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix build issue #25

Merged
merged 25 commits into from
Sep 6, 2024
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
00a4512
fix: added github workflow
RambhauWaykar Aug 31, 2024
edba470
fix: added specs workflow for PR
RambhauWaykar Aug 31, 2024
ab9ec98
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Aug 31, 2024
c94d63a
fix: fixed exception messages for tests
RambhauWaykar Aug 31, 2024
24ba2fc
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
faad0f3
fix: updated package version
RambhauWaykar Sep 6, 2024
9c423d8
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
930bb14
fix: updated package version
RambhauWaykar Sep 6, 2024
a0592c5
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
081063d
fix: reverted package version
RambhauWaykar Sep 6, 2024
bdb35c8
fix: fixing build issue
RambhauWaykar Sep 6, 2024
aaf7803
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
87ad79b
fix: fixing build issue
RambhauWaykar Sep 6, 2024
ffa821e
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
2bead9c
fix: fixing build issue
RambhauWaykar Sep 6, 2024
f69a4fc
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
a416e7f
fix: fixing type issues
RambhauWaykar Sep 6, 2024
c2d8fa0
fix: fixing build issues
RambhauWaykar Sep 6, 2024
f36810e
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
815ce54
fix: fixing build issues
RambhauWaykar Sep 6, 2024
a5f8f4a
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
e6bbf12
fix: fixing type issues
RambhauWaykar Sep 6, 2024
b4227e8
fix: fixing type issues
RambhauWaykar Sep 6, 2024
bde4884
Merge branch 'main' of https://github.com/syngenta/convert-to-geojson…
RambhauWaykar Sep 6, 2024
4716463
fix: fixing type issues
RambhauWaykar Sep 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syngenta/convert-to-geojson",
"version": "1.0.5",
"version": "1.0.6",
"description": "A common package to convert different shape files to geojson",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -75,7 +75,6 @@
"preset": "ts-jest"
},
"files": [
"dist",
"src"
"dist"
]
}