@intechstudio/grid-protocol 1.20251125.1303 → 1.20251126.1325

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { __spreadArray, __assign } from 'tslib';
2
2
 
3
3
  var GRID_PROTOCOL_VERSION_MAJOR = "1";
4
- var GRID_PROTOCOL_VERSION_MINOR = "4";
5
- var GRID_PROTOCOL_VERSION_PATCH = "2";
4
+ var GRID_PROTOCOL_VERSION_MINOR = "5";
5
+ var GRID_PROTOCOL_VERSION_PATCH = "0";
6
6
  var GRID_PARAMETER_ELEMENT_SYSTEM = "0";
7
7
  var GRID_PARAMETER_ELEMENT_POTMETER = "1";
8
8
  var GRID_PARAMETER_ELEMENT_BUTTON = "2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-protocol",
3
- "version": "1.20251125.1303",
3
+ "version": "1.20251126.1325",
4
4
  "description": "Grid protocol descriptors automatically generated from the grid-fw repository!",
5
5
  "scripts": {
6
6
  "test": "npx patch-package && vitest run",