@timothyw/pat-common 1.0.16 → 1.0.17

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@timothyw/pat-common",
3
3
  "description": "",
4
4
  "author": "Timothy Washburn",
5
- "version": "1.0.16",
5
+ "version": "1.0.17",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {
@@ -1,2 +0,0 @@
1
- export declare const PANEL_TYPES: readonly ["agenda", "tasks", "inbox", "people", "settings"];
2
- export type PanelType = (typeof PANEL_TYPES)[number];
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PANEL_TYPES = void 0;
4
- exports.PANEL_TYPES = ['agenda', 'tasks', 'inbox', 'people', 'settings'];