webdggrid 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdggrid",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "Wasm package for DGGRID ",
5
5
  "packageManager": "yarn@4.10.3",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -1,13 +1,13 @@
1
1
  ## Web Assembly version of DGGRID
2
2
 
3
- A wrapper for DGGRID in Web Assembly. Based on last DGGRID c++ library developed by Dr. Kevin
3
+ A WebAssembly wrapper for [DGGRID](https://github.com/sahrk/DGGRID), the C++ library for working with Discrete Global Grid Systems.
4
4
 
5
5
 
6
6
  <div align="center">
7
7
 
8
8
  [![NPM Version](https://img.shields.io/npm/v/webdggrid?style=flat-square)](https://www.npmjs.com/package/webdggrid)
9
9
  [![Docs](https://img.shields.io/github/actions/workflow/status/am2222/webDggrid/deploy.yml?style=flat-square&label=docs)](https://am2222.github.io/webDggrid/)
10
- [![CI](https://img.shields.io/github/actions/workflow/status/am2222/webDggrid/ci.yml?style=flat-square&label=ci)](https://github.com/am2222/webDggrid/actions/workflows/ci.yml)
10
+ [![CI](https://img.shields.io/github/actions/workflow/status/am2222/webDggrid/pr-check.yml?style=flat-square&label=ci)](https://github.com/am2222/webDggrid/actions/workflows/pr-check.yml)
11
11
  [![npm package](https://img.shields.io/github/actions/workflow/status/am2222/webDggrid/publish.yml?style=flat-square&label=publish)](https://github.com/am2222/webDggrid/actions/workflows/publish.yml)
12
12
  [![](https://data.jsdelivr.com/v1/package/npm/webdggrid/badge)](https://www.jsdelivr.com/package/npm/webdggrid)
13
13