@openpicker/protocol 0.1.2 → 0.1.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @openpicker/protocol
2
2
 
3
- The open [openpicker](https://openpicker.dev) postMessage protocol: the wire types, constants, and
3
+ The open [OpenPicker](https://openpicker.dev) postMessage protocol: the wire types, constants, and
4
4
  selector helpers that the browser extension and any client share. Website:
5
5
  [openpicker.dev](https://openpicker.dev) · Docs: [docs.openpicker.dev](https://docs.openpicker.dev)
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpicker/protocol",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Open postMessage protocol for the openpicker CSS element picker — wire types, constants, and selector helpers.",
5
5
  "license": "MIT",
6
6
  "author": "Usertour (https://www.usertour.io)",