@pellux/goodvibes-contracts 0.33.2 → 0.33.4

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.
@@ -3,7 +3,7 @@
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.33.2"
6
+ "version": "0.33.4"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -263,7 +263,7 @@
263
263
  {
264
264
  "id": "accounts.snapshot",
265
265
  "title": "Accounts Snapshot",
266
- "description": "Return provider and channel account posture.",
266
+ "description": "Return provider account posture.",
267
267
  "category": "accounts",
268
268
  "source": "builtin",
269
269
  "access": "authenticated",
@@ -1,6 +1,6 @@
1
1
  export declare const FOUNDATION_METADATA: {
2
2
  readonly productId: "goodvibes";
3
- readonly productVersion: "0.33.2";
3
+ readonly productVersion: "0.33.4";
4
4
  readonly operatorMethodCount: 263;
5
5
  readonly operatorEventCount: 30;
6
6
  readonly peerEndpointCount: 6;
@@ -1,6 +1,6 @@
1
1
  export const FOUNDATION_METADATA = {
2
2
  "productId": "goodvibes",
3
- "productVersion": "0.33.2",
3
+ "productVersion": "0.33.4",
4
4
  "operatorMethodCount": 263,
5
5
  "operatorEventCount": 30,
6
6
  "peerEndpointCount": 6
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.33.2"
6
+ "version": "0.33.4"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -263,7 +263,7 @@ export const OPERATOR_CONTRACT = {
263
263
  {
264
264
  "id": "accounts.snapshot",
265
265
  "title": "Accounts Snapshot",
266
- "description": "Return provider and channel account posture.",
266
+ "description": "Return provider account posture.",
267
267
  "category": "accounts",
268
268
  "source": "builtin",
269
269
  "access": "authenticated",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-contracts",
3
- "version": "0.33.2",
3
+ "version": "0.33.4",
4
4
  "engines": {
5
5
  "bun": "1.3.10",
6
6
  "node": ">=22.0.0"