@taqueria/protocol 0.0.5 → 0.0.9

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # README
1
+ # Taqueria Protocol
2
2
 
3
- Provides a shared collection of TypeScript types used in Taqueria.
3
+ Provides a shared collection of TypeScript types used in Taqueria
4
4
 
5
- This package is consumed by `taqueria` itself, as well as `taqueria-sdk`.
5
+ This package is consumed by `taqueria` itself, as well as `taqueria-sdk`
6
6
 
7
- This package can be consumed as an NPM package, and too included as a Deno module.
7
+ This package can be consumed as an NPM package or included as a Deno module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taqueria/protocol",
3
- "version": "0.0.5",
3
+ "version": "0.0.9",
4
4
  "description": "A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,6 +29,6 @@
29
29
  },
30
30
  "homepage": "https://github.com/ecadlabs/taqueria#readme",
31
31
  "devDependencies": {
32
- "typescript": "^4.5.4"
32
+ "typescript": "4.5.4"
33
33
  }
34
34
  }