quidproquo-web-react 0.0.201 → 0.0.203

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 +13 -13
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # quidproquo
2
-
3
- JS Library for building web servers using pure functions and generators.
4
-
5
- ## tsconfig
6
-
7
- core for quidproquo library packages ~ Should probably not be used by itself
8
-
9
- use `quidproquo`
10
-
11
- ### Note
12
-
13
- Currently under development ~ Not for production
1
+ # quidproquo
2
+
3
+ JS Library for building web servers using pure functions and generators.
4
+
5
+ ## tsconfig
6
+
7
+ core for quidproquo library packages ~ Should probably not be used by itself
8
+
9
+ use `quidproquo`
10
+
11
+ ### Note
12
+
13
+ Currently under development ~ Not for production
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quidproquo-web-react",
3
- "version": "0.0.201",
3
+ "version": "0.0.203",
4
4
  "description": "",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -29,10 +29,10 @@
29
29
  },
30
30
  "homepage": "https://github.com/joe-coady/quidproquo#readme",
31
31
  "devDependencies": {
32
- "quidproquo-core": "0.0.201",
33
- "quidproquo-tsconfig": "0.0.201",
34
- "quidproquo-webserver": "0.0.201",
35
- "quidproquo-web": "0.0.201",
32
+ "quidproquo-core": "0.0.203",
33
+ "quidproquo-tsconfig": "0.0.203",
34
+ "quidproquo-webserver": "0.0.203",
35
+ "quidproquo-web": "0.0.203",
36
36
  "typescript": "^4.9.3"
37
37
  },
38
38
  "peerDependencies": {