@toapi/common 0.12.1 → 1.0.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/README.md +10 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @toapi/common
2
+
3
+ Internal shared package for Toapi.
4
+
5
+ Do not depend on this / import this directly.
6
+
7
+ Instead use
8
+ * [@toapi/server](https://www.npmjs.com/package/@toapi/server)
9
+ * [@toapi/client](https://www.npmjs.com/package/@toapi/client)
10
+ * [@toapi/worker](https://www.npmjs.com/package/@toapi/worker)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toapi/common",
3
- "version": "0.12.1",
3
+ "version": "1.0.0",
4
4
  "author": {
5
5
  "name": "Michel Smola",
6
6
  "email": "michel.smola@farbenmeer.de"