sleepy-serv 0.16.0 → 0.17.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/src/index.ts +2 -0
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A more opinionated web server for building REST-ful applications",
4
4
  "author": "Travis J True",
5
5
  "license": "MIT",
6
- "version": "0.16.0",
6
+ "version": "0.17.0",
7
7
  "type": "module",
8
8
  "exports": {
9
9
  ".": {
package/src/index.ts CHANGED
@@ -572,3 +572,5 @@ export async function createApp (
572
572
  close,
573
573
  }
574
574
  }
575
+
576
+ console.info('This is a test. Make sure to publish this.')