@jait/shared 0.1.6 → 0.1.7

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,4 +1,4 @@
1
- export declare const VERSION = "0.1.5";
1
+ export declare const VERSION = "0.1.7";
2
2
  export declare const DEFAULT_PORT = 8000;
3
3
  export declare const DEFAULT_WS_PORT = 18789;
4
4
  export declare const DEFAULT_WEB_PORT = 3000;
@@ -1,4 +1,4 @@
1
- export const VERSION = "0.1.5";
1
+ export const VERSION = "0.1.7";
2
2
  export const DEFAULT_PORT = 8000;
3
3
  export const DEFAULT_WS_PORT = 18789;
4
4
  export const DEFAULT_WEB_PORT = 3000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jait/shared",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Shared schemas, constants, and domain types for Jait",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",