@webex/cc-station-login 1.28.0-eft.6 → 1.28.0-eft.8

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/dist/helper.js CHANGED
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useStationLogin = void 0;
4
- /*
5
- * StationLogin helper
6
- */
7
4
  const useStationLogin = () => {
8
5
  return { name: 'StationLogin' };
9
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"helper.js","sourceRoot":"","sources":["../src/helper.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACI,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,OAAO,EAAC,IAAI,EAAE,cAAc,EAAC,CAAC;AAChC,CAAC,CAAC;AAFW,QAAA,eAAe,mBAE1B"}
1
+ {"version":3,"file":"helper.js","sourceRoot":"","sources":["../src/helper.ts"],"names":[],"mappings":";;;AAAO,MAAM,eAAe,GAAG,GAAG,EAAE;IAClC,OAAO,EAAC,IAAI,EAAE,cAAc,EAAC,CAAC;AAChC,CAAC,CAAC;AAFW,QAAA,eAAe,mBAE1B"}
@@ -4,7 +4,6 @@
4
4
  export interface IStationLoginProps {
5
5
  /**
6
6
  * The name of the station.
7
- *
8
7
  */
9
8
  name: string;
10
9
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webex/cc-station-login",
3
3
  "description": "Webex Contact Center Widgets: Station Login",
4
- "version": "1.28.0-eft.6",
4
+ "version": "1.28.0-eft.8",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@r2wc/react-to-web-component": "2.0.3",
21
- "@webex/cc-store": "1.28.0-eft.6",
21
+ "@webex/cc-store": "1.28.0-eft.8",
22
22
  "mobx-react": "9.1.1",
23
23
  "react": "18.3.1",
24
24
  "react-dom": "18.3.1",
@@ -49,8 +49,7 @@
49
49
  "testMatch": [
50
50
  "**/tests/**/*.ts",
51
51
  "**/tests/**/*.tsx"
52
- ],
53
- "passWithNoTests": true
52
+ ]
54
53
  },
55
- "stableVersion": "1.28.0-eft.5"
54
+ "stableVersion": "1.0.0"
56
55
  }