@miniblox/protocol 3.41.77-0.0.1 → 3.41.77-0.0.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 +3 -0
  2. package/package.json +2 -2
package/ReadME.md ADDED
@@ -0,0 +1,3 @@
1
+ # @miniblox/protocol
2
+
3
+ Just contains generated protobuf definitions for `@miniblox/bot` and `@miniblox/server` (TODO: actually make these).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miniblox/protocol",
3
- "version": "3.41.77-0.0.1",
3
+ "version": "3.41.77-0.0.2",
4
4
  "main": "dist/index.mjs",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.4",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "files": [
19
19
  "dist",
20
- "ReadME"
20
+ "ReadME.md"
21
21
  ],
22
22
  "dependencies": {
23
23
  "@bufbuild/buf": "^1.70.0",