@pellux/goodvibes-contracts 0.34.1 → 0.35.0

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.34.1"
6
+ "version": "0.35.0"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -19080,6 +19080,7 @@
19080
19080
  ],
19081
19081
  "additionalProperties": false
19082
19082
  },
19083
+ "dangerous": true,
19083
19084
  "invokable": true
19084
19085
  },
19085
19086
  {
@@ -20213,6 +20214,7 @@
20213
20214
  ],
20214
20215
  "additionalProperties": false
20215
20216
  },
20217
+ "dangerous": true,
20216
20218
  "invokable": true
20217
20219
  },
20218
20220
  {
@@ -25383,6 +25385,7 @@
25383
25385
  ],
25384
25386
  "additionalProperties": false
25385
25387
  },
25388
+ "dangerous": true,
25386
25389
  "invokable": true
25387
25390
  },
25388
25391
  {
@@ -1,6 +1,6 @@
1
1
  export declare const FOUNDATION_METADATA: {
2
2
  readonly productId: "goodvibes";
3
- readonly productVersion: "0.34.1";
3
+ readonly productVersion: "0.35.0";
4
4
  readonly operatorMethodCount: 297;
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.34.1",
3
+ "productVersion": "0.35.0",
4
4
  "operatorMethodCount": 297,
5
5
  "operatorEventCount": 30,
6
6
  "peerEndpointCount": 6
@@ -1 +1 @@
1
- {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBA0t1EtB,CAAC"}
1
+ {"version":3,"file":"operator-contract.d.ts","sourceRoot":"","sources":["../../src/generated/operator-contract.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,iBAAiB,EAAE,wBA6t1EtB,CAAC"}
@@ -3,7 +3,7 @@ export const OPERATOR_CONTRACT = {
3
3
  "product": {
4
4
  "id": "goodvibes",
5
5
  "surface": "operator",
6
- "version": "0.34.1"
6
+ "version": "0.35.0"
7
7
  },
8
8
  "auth": {
9
9
  "modes": [
@@ -19080,6 +19080,7 @@ export const OPERATOR_CONTRACT = {
19080
19080
  ],
19081
19081
  "additionalProperties": false
19082
19082
  },
19083
+ "dangerous": true,
19083
19084
  "invokable": true
19084
19085
  },
19085
19086
  {
@@ -20213,6 +20214,7 @@ export const OPERATOR_CONTRACT = {
20213
20214
  ],
20214
20215
  "additionalProperties": false
20215
20216
  },
20217
+ "dangerous": true,
20216
20218
  "invokable": true
20217
20219
  },
20218
20220
  {
@@ -25383,6 +25385,7 @@ export const OPERATOR_CONTRACT = {
25383
25385
  ],
25384
25386
  "additionalProperties": false
25385
25387
  },
25388
+ "dangerous": true,
25386
25389
  "invokable": true
25387
25390
  },
25388
25391
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-contracts",
3
- "version": "0.34.1",
3
+ "version": "0.35.0",
4
4
  "engines": {
5
5
  "bun": "1.3.10",
6
6
  "node": ">=22.0.0"