@zac-apps/helium 1.2.2 → 1.2.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ZAC Apps Helium Component
2
2
 
3
- This is react component to manage and visualize the helium consumption of a set of NMR spectrometers. The productive use is showcased in a simple Next JS project ([Source](https://gitlab.rlp.net/zac/helium-app) | [Demo](https://zac.pages.gitlab.rlp.net/helium-app/)).
3
+ A react component to manage and visualize the helium consumption of a set of NMR spectrometers. The productive use is showcased in a simple Next JS project ([Source](https://gitlab.rlp.net/zac/helium-app) | [Demo](https://zac.pages.gitlab.rlp.net/helium-app/)).
4
4
 
5
5
  ## Requirements
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/helium",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",
@@ -67,5 +67,5 @@
67
67
  "react": "^18",
68
68
  "react-dom": "^18"
69
69
  },
70
- "description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app)."
70
+ "description": "A React component to manage and visualize the helium consumption of a set of NMR spectrometers."
71
71
  }