@kerebron/test-utils 0.3.1 → 0.3.2

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 +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## Playground Demo
10
10
 
11
- [playground](https://editor-test.gitgis.com) - be nice.
11
+ [playground](https://demo.kerebron.com) - be nice.
12
12
 
13
13
  ## Overview
14
14
 
@@ -31,9 +31,13 @@ number of output npm modules.
31
31
  To start example server:
32
32
 
33
33
  ```
34
- deno task -f example-server-hono start
34
+ deno task -f server-deno-hono start
35
35
  ```
36
36
 
37
+ ## Examples
38
+
39
+ TODO
40
+
37
41
  ## Build
38
42
 
39
43
  ### Build static examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kerebron/test-utils",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "license": "MIT",
5
5
  "module": "./esm/test-utils.js",
6
6
  "exports": {