@rhinestone/shared-configs 2.12.1 → 2.13.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.
@@ -1092,7 +1092,7 @@
1092
1092
  "zerion": null
1093
1093
  },
1094
1094
  "publicRpcUrl": "https://xlayerrpc.okx.com",
1095
- "sessionCapable": false,
1095
+ "sessionCapable": true,
1096
1096
  "settlementConfig": {
1097
1097
  "lz": {
1098
1098
  "chainKey": "xlayer"
@@ -1128,7 +1128,7 @@ const chains = {
1128
1128
  "zerion": null
1129
1129
  },
1130
1130
  "publicRpcUrl": "https://xlayerrpc.okx.com",
1131
- "sessionCapable": false,
1131
+ "sessionCapable": true,
1132
1132
  "settlementConfig": {
1133
1133
  "lz": {
1134
1134
  "chainKey": "xlayer"
@@ -1,2 +1,2 @@
1
- declare const PACKAGE_VERSION = "2.12.1";
1
+ declare const PACKAGE_VERSION = "2.13.0";
2
2
  export { PACKAGE_VERSION };
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PACKAGE_VERSION = void 0;
4
4
  // Auto-generated by scripts/generate.ts. Do not edit manually.
5
- const PACKAGE_VERSION = "2.12.1";
5
+ const PACKAGE_VERSION = "2.13.0";
6
6
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "2.12.1",
3
+ "version": "2.13.0",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",