Skip to content

Commit

Permalink
Update package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Mar 8, 2024
1 parent 2ad9ff2 commit 1a8ad89
Show file tree
Hide file tree
Showing 24 changed files with 245 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .changeset/friendly-jars-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"@open-pioneer/experimental-layout-sidebar": patch
"@open-pioneer/coordinate-viewer": patch
"@open-pioneer/spatial-bookmarks": patch
"@open-pioneer/basemap-switcher": patch
"@open-pioneer/map-navigation": patch
"@open-pioneer/map-test-utils": patch
"@open-pioneer/ogc-features": patch
"@open-pioneer/overview-map": patch
"@open-pioneer/scale-viewer": patch
"@open-pioneer/geolocation": patch
"@open-pioneer/measurement": patch
"@open-pioneer/react-utils": patch
"@open-pioneer/result-list": patch
"@open-pioneer/scale-bar": patch
"@open-pioneer/selection": patch
"@open-pioneer/printing": patch
"@open-pioneer/editing": patch
"@open-pioneer/legend": patch
"@open-pioneer/search": patch
"@open-pioneer/theme": patch
"@open-pioneer/map": patch
"@open-pioneer/toc": patch
---

Update package.json metadata
9 changes: 9 additions & 0 deletions src/experimental-packages/layout-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
"version": "0.2.0",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/experimental-packages/layout-sidebar"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/basemap-switcher/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"name": "@open-pioneer/basemap-switcher",
"version": "0.3.1",
"description": "This package provides a UI component that allows a user to switch between different base maps.",
"license": "Apache-2.0",
"main": "index.ts",
"scripts": {
"build": "build-pioneer-package"
},
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/basemap-switcher"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"peerDependencies": {
"@open-pioneer/chakra-integration": "^1.1.1",
"@open-pioneer/map": "workspace:^",
Expand Down
10 changes: 10 additions & 0 deletions src/packages/coordinate-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/coordinate-viewer",
"version": "0.4.0",
"description": "This package provides a UI component to show the current coordinates at the users current mouse position.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/coordinate-viewer"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/editing/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/editing",
"version": "0.0.1",
"description": "This package provides an editing service that allows to start and handle geometry editing workflows.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/editing"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/geolocation/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/geolocation",
"version": "0.3.1",
"description": "This package provides a component to locate a user's position.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/geolocation"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/legend/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/legend",
"version": "0.1.1",
"description": "This package provides a legend UI component that allows a user to see legend information for layers in the map.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/legend"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/map-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/map-navigation",
"version": "0.3.1",
"description": "This package provides a collection of map navigation controls.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/map-navigation"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/map-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/map-test-utils",
"version": "0.2.2",
"description": "This package is an internal support package for testing map-related UI components.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/map-test-utils"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/map/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @open-pioneer/map

This package integrates [OpenLayers](https://openlayers.org/) maps into a Trails application.
This package integrates [OpenLayers](https://openlayers.org/) maps into an open pioneer trails application.
APIs provided by this package can be used to configure, embed and access the map and its contents.

## Usage
Expand Down
10 changes: 10 additions & 0 deletions src/packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/map",
"version": "0.3.1",
"description": "This package integrates OpenLayers maps into an open pioneer trails application.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/map"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/measurement/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/measurement",
"version": "0.3.1",
"description": "This package provides a UI component that allows the user to perform area and distance measurements on the map.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/measurement"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/ogc-features/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/ogc-features",
"version": "0.3.1",
"description": "This package provides utilities to work with OGC API Features services.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/ogc-features"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/overview-map/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/overview-map",
"version": "0.3.1",
"description": "This package offers a UI component with which an overview map can be integrated.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/overview-map"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/printing/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/printing",
"version": "0.0.1",
"description": "This package provides a UI component to export the current map view as a printable file.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/printing"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
9 changes: 9 additions & 0 deletions src/packages/react-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
"version": "0.2.1",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/react-utils"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/result-list/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/result-list",
"version": "0.0.1",
"description": "This package provides a UI component to display features and their attributes.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/result-list"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/scale-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/scale-bar",
"version": "0.3.1",
"description": "This package provides a UI component to show the scale as a line or bar to the user.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/scale-bar"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/scale-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/scale-viewer",
"version": "0.3.1",
"description": "This package provides a UI component to show the actual map scale to the user.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/scale-viewer"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/search/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/search",
"version": "0.3.1",
"description": "This package provides a UI component to perform a search on given search sources.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/search"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
10 changes: 10 additions & 0 deletions src/packages/selection/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"name": "@open-pioneer/selection",
"version": "0.1.1",
"description": "This package provides a UI component to perform a selection on given selection sources from the map.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/selection"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
Expand Down
Loading

0 comments on commit 1a8ad89

Please sign in to comment.