Skip to content

Commit

Permalink
Merge branch 'feature/packaging' of github.com:Dataport/polar into fe…
Browse files Browse the repository at this point in the history
…ature/packaging
  • Loading branch information
dopenguin committed Mar 5, 2024
2 parents 42d88d1 + 473ec99 commit fda995d
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 15 deletions.
180 changes: 175 additions & 5 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions packages/lib/getCluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/lib-get-cluster",
"version": "1.0.0",
"version": "1.1.0-alpha.1",
"description": "Helper function to retrieve the related cluster of a feature.",
"license": "EUPL-1.2",
"type": "module",
Expand Down Expand Up @@ -31,6 +31,8 @@
"ol": "^7.1.0"
},
"nx": {
"includedScripts": ["bundle"]
"includedScripts": [
"bundle"
]
}
}
6 changes: 4 additions & 2 deletions packages/lib/getFeatures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/lib-get-features",
"version": "1.0.1",
"version": "2.0.0-alpha.1",
"description": "Helper functions to be able to send GetFeature-Requests to WFS-services.",
"license": "EUPL-1.2",
"type": "module",
Expand Down Expand Up @@ -31,6 +31,8 @@
"ol": "^7.1.0"
},
"nx": {
"includedScripts": ["bundle"]
"includedScripts": [
"bundle"
]
}
}
6 changes: 4 additions & 2 deletions packages/lib/invisibleStyle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/lib-invisible-style",
"version": "1.0.0",
"version": "1.1.0-alpha.1",
"description": "Exports a style for vector layer features that results in invisibility. Plugins that work with feature visibility ought to use this package to keep them interoperable.",
"license": "EUPL-1.2",
"type": "module",
Expand Down Expand Up @@ -31,6 +31,8 @@
"ol": "^7.1.0"
},
"nx": {
"includedScripts": ["bundle"]
"includedScripts": [
"bundle"
]
}
}
6 changes: 4 additions & 2 deletions packages/lib/passesBoundaryCheck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polar/lib-passes-boundary-check",
"version": "2.0.0",
"version": "2.1.0-alpha.1",
"description": "Helper function to decide whether a coordinate is within the geometry of a vector layer.",
"license": "EUPL-1.2",
"type": "module",
Expand Down Expand Up @@ -34,6 +34,8 @@
"@polar/lib-custom-types": "^1.1.0"
},
"nx": {
"includedScripts": ["bundle"]
"includedScripts": [
"bundle"
]
}
}
Loading

0 comments on commit fda995d

Please sign in to comment.