fossekall-interface 0.1.13 → 0.1.14

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.
@@ -1 +1,2 @@
1
1
  export declare const ip = "10.19.0.111";
2
+ export declare const commandPort = 25565;
@@ -1 +1,2 @@
1
1
  export const ip = "10.19.0.111";
2
+ export const commandPort = 25565;
@@ -0,0 +1 @@
1
+ export declare const ip = "10.19.0.110";
@@ -0,0 +1 @@
1
+ export const ip = "10.19.0.110";
@@ -0,0 +1 @@
1
+ export * as constants from "./constants";
@@ -0,0 +1 @@
1
+ export * as constants from "./constants";
package/dist/index.d.ts CHANGED
@@ -1,2 +1,7 @@
1
- export * as ecu from './ecu';
1
+ import * as ecu from './ecu';
2
+ import * as fc from './fc';
3
+ export declare const mcu: {
4
+ ecu: typeof ecu;
5
+ fc: typeof fc;
6
+ };
2
7
  export * as types from './types';
package/dist/index.js CHANGED
@@ -1,2 +1,7 @@
1
- export * as ecu from './ecu';
1
+ import * as ecu from './ecu';
2
+ import * as fc from './fc';
3
+ export const mcu = {
4
+ ecu,
5
+ fc,
6
+ };
2
7
  export * as types from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",