Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Lazar committed Nov 3, 2024
1 parent 50d62da commit a3941f2
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 44 deletions.
8 changes: 4 additions & 4 deletions libs/cypress-interface/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cypress-interface
# MapGrab Cypress Interface

This library was generated with [Nx](https://nx.dev).
This library is a [MapGrab](https://mapgrab.github.io/) testing tool for Cypress.

## Building
## MapGrab

Run `nx build cypress-interface` to build the library.
MapGrab is a tool that enables the writing of automated map tests based on the MapLibre GL JS and Mapbox GL JS libraries.
24 changes: 20 additions & 4 deletions libs/cypress-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
{
"name": "@mapgrab/cypress",
"version": "0.0.0-alpha.0",
"version": "0.0.1",
"description": "The Cypress interface to MapGrab",
"repository": {
"type": "git",
"url": "https://github.com/MapGrab/map-grab-packages"
},
"homepage": "https://mapgrab.github.io",
"keywords": [
"MapGrab",
"mapgrab",
"automation",
"testing",
"test",
"e2e",
"mapbox-gl-js",
"maplibre-gl-js",
"cypress"
],
"dependencies": {
"tslib": "^2.3.0",
"@mapgrab/map-interface-types": "0.0.6"
"@mapgrab/map-interface-types": "0.x"
},
"peerDependencies": {
"cypress": ">=13"
"cypress": ">=13.x"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion libs/map-interface
12 changes: 4 additions & 8 deletions libs/map-interface-types/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# map-interface-types
# MapGrab map-interface-types

This library was generated with [Nx](https://nx.dev).
This library contains internal Map Types for [MapGrab](https://mapgrab.github.io/) Map Interface

## Building
## MapGrab

Run `nx build map-interface-types` to build the library.

## Running unit tests

Run `nx test map-interface-types` to execute the unit tests via [Jest](https://jestjs.io).
MapGrab is a tool that enables the writing of automated map tests based on the MapLibre GL JS and Mapbox GL JS libraries.
19 changes: 17 additions & 2 deletions libs/map-interface-types/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
{
"name": "@mapgrab/map-interface-types",
"version": "0.0.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/MapGrab/map-grab-packages"
},
"homepage": "https://mapgrab.github.io",
"keywords": [
"MapGrab",
"mapgrab",
"automation",
"testing",
"test",
"e2e",
"mapbox-gl-js",
"maplibre-gl-js"
],
"dependencies": {
"tslib": "^2.3.0",
"@types/mapbox__point-geometry": "^0.1.4",
"@mapbox/point-geometry": "0.1.0"
"@mapbox/point-geometry": "0.x"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
12 changes: 4 additions & 8 deletions libs/map-locator/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# map-locator
# MapGrab MapLocator

This library was generated with [Nx](https://nx.dev).
This library is a [MapGrab](https://mapgrab.github.io/) locator interface

## Building
## MapGrab

Run `nx build map-locator` to build the library.

## Running unit tests

Run `nx test map-locator` to execute the unit tests via [Jest](https://jestjs.io).
MapGrab is a tool that enables the writing of automated map tests based on the MapLibre GL JS and Mapbox GL JS libraries.
2 changes: 1 addition & 1 deletion libs/map-locator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapgrab/map-locator",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
12 changes: 4 additions & 8 deletions libs/npm-setup/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# npm-setup
# MapGrab npm-setup

This library was generated with [Nx](https://nx.dev).
Setup the MapGrab private registry

## Building
## MapGrab

Run `nx build npm-setup` to build the library.

## Running unit tests

Run `nx test npm-setup` to execute the unit tests via [Jest](https://jestjs.io).
MapGrab is a tool that enables the writing of automated map tests based on the MapLibre GL JS and Mapbox GL JS libraries.
17 changes: 16 additions & 1 deletion libs/npm-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@mapgrab/npm-setup",
"version": "0.0.9",
"version": "0.0.10",
"repository": {
"type": "git",
"url": "https://github.com/MapGrab/map-grab-packages"
},
"homepage": "https://mapgrab.github.io",
"keywords": [
"MapGrab",
"mapgrab",
"automation",
"testing",
"test",
"e2e",
"mapbox-gl-js",
"maplibre-gl-js"
],
"bin": {
"npm-setup": "./src/index.js"
},
Expand Down
8 changes: 4 additions & 4 deletions libs/playwright-interface/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# playwright-interface
# MapGrab Playwright Interface

This library was generated with [Nx](https://nx.dev).
This library is a [MapGrab](https://mapgrab.github.io/) testing tool for Playwright.

## Building
## MapGrab

Run `nx build playwright-interface` to build the library.
MapGrab is a tool that enables the writing of automated map tests based on the MapLibre GL JS and Mapbox GL JS libraries.
13 changes: 10 additions & 3 deletions libs/playwright-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "@mapgrab/playwright",
"version": "0.0.0",
"version": "0.0.2",
"description": "The playwright interface to MapGrab",
"repository": {
"type": "git",
"url": "https://github.com/MapGrab/map-grab-packages"
},
"homepage": "https://mapgrab.github.io",
"keywords": [
"MapGrab",
"mapgrab",
Expand All @@ -13,10 +18,12 @@
"maplibre-gl-js",
"playwright"
],
"peerDependencies": {
"playwright": ">=1.20",
"dependencies": {
"@mapgrab/map-interface-types": "0.x"
},
"peerDependencies": {
"playwright": ">=1.20"
},
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
Expand Down

0 comments on commit a3941f2

Please sign in to comment.