webdggrid 1.0.1 → 1.0.3

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 +4 -4
  2. package/readme.md +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdggrid",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Wasm package for DGGRID ",
5
5
  "type": "module",
6
6
  "exports": {
@@ -40,9 +40,9 @@
40
40
  "docs:dev": "yarn publish-typedoc && vitepress dev docs",
41
41
  "docs:build": "yarn publish-typedoc && vitepress build docs",
42
42
  "publish-typedoc": "typedoc --options typedoc.json",
43
- "publish:patch": "yarn version patch",
44
- "publish:minor": "yarn version minor",
45
- "publish:major": "yarn version major",
43
+ "publish:patch": "npm version patch",
44
+ "publish:minor": "npm version minor",
45
+ "publish:major": "npm version major",
46
46
  "preversion": "yarn install && yarn test",
47
47
  "version": "yarn build && yarn docs:build && git add -A dist docs types",
48
48
  "postversion": "echo postversion"
package/readme.md CHANGED
@@ -1,13 +1,12 @@
1
1
  ## Web Assembly version of DGGRID
2
2
 
3
- ### Under development
3
+ <div align="center">
4
+
5
+ ![NPM Version](https://img.shields.io/npm/v/webdggrid?style=flat-square)
6
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/am2222/webDggrid/deploy.yml?style=flat-square&label=docs) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/am2222/webDggrid/main.yml?style=flat-square&label=npm%20pacakge) [![](https://data.jsdelivr.com/v1/package/npm/webdggrid/badge)](https://www.jsdelivr.com/package/npm/webdggrid)
4
7
 
8
+ </div>
5
9
 
6
- node ./utils/sfx-wasm.js -d ./lib-wasm/libdggrid.wasm > ./lib-esm/libdggrid.wasm.js
7
10
 
8
-
9
- # server
10
11
 
11
- `
12
- npx http-server -o ./lib-wasm
13
- `
12
+ ### Under development