ep_search 0.0.34 → 0.0.37

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 +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Publish Status](https://github.com/ether/ep_search/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_search/workflows/Backend%20tests/badge.svg)
1
+ ![Publish Status](https://github.com/ether/ep_search/workflows/Node.js%20Package/badge.svg) [![Backend Tests Status](https://github.com/ether/ep_search/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/ether/ep_search/actions/workflows/test-and-release.yml)
2
2
 
3
3
  # Description
4
4
  A very crude search function
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_search",
3
3
  "description": "Search through all pads for a string",
4
- "version": "0.0.34",
4
+ "version": "0.0.37",
5
5
  "author": {
6
6
  "name": "John McLear",
7
7
  "email": "john@mclear.co.uk",