@pb33f/cowboy-components 0.1.10 → 0.1.11

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.
@@ -10,7 +10,7 @@ import { html, LitElement } from "lit";
10
10
  import feedbackCss from "./feedback.css.js";
11
11
  import buttonCss from "../../css/button.css";
12
12
  import sharedCss from "../../css/shared.css";
13
- import { FeedbackService } from "@/services/feedback-service";
13
+ import { FeedbackService } from "../../services/feedback-service";
14
14
  let FeedbackComponent = class FeedbackComponent extends LitElement {
15
15
  constructor() {
16
16
  super();
@@ -1,4 +1,4 @@
1
- import { FeedbackResult } from "@/model/feedback";
1
+ import { FeedbackResult } from "../model/feedback.js";
2
2
  export declare class FeedbackService {
3
3
  static doctorEndpoint: string;
4
4
  static sendFeedback(email: string, message: string): Promise<FeedbackResult>;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Princess Beef Heavy Industries Cowboy Components",
4
4
  "private": false,
5
5
  "license": "BUSL-1.1",
6
- "version": "0.1.10",
6
+ "version": "0.1.11",
7
7
  "type": "module",
8
8
  "main": "./dist/cowboy-components.umd.cjs",
9
9
  "module": "./dist/cowboy-components.js",