@remnic/connector-bee 9.3.679 → 9.3.680

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/connector-bee",
3
- "version": "9.3.679",
3
+ "version": "9.3.680",
4
4
  "description": "Bee wearable connector for Remnic — pull, clean, and remember bracelet transcripts via the Bee developer API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,13 +19,13 @@
19
19
  "provenance": true
20
20
  },
21
21
  "peerDependencies": {
22
- "@remnic/core": "^9.3.679"
22
+ "@remnic/core": "^9.3.680"
23
23
  },
24
24
  "devDependencies": {
25
25
  "tsup": "^8.0.0",
26
26
  "typescript": "^5.7.0",
27
27
  "tsx": "^4.0.0",
28
- "@remnic/core": "9.3.679"
28
+ "@remnic/core": "9.3.680"
29
29
  },
30
30
  "license": "MIT",
31
31
  "repository": {