@webex/cc-user-state 1.28.0-eft-pipeline.6 → 1.28.0-eft.1

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,6 +1,6 @@
1
1
  "use strict";
2
2
  /*
3
- * UserState helpers
3
+ * UserState helper
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.useUserState = void 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webex/cc-user-state",
3
3
  "description": "Webex Contact Center Widgets: User State",
4
- "version": "1.28.0-eft-pipeline.6",
4
+ "version": "1.28.0-eft.1",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,7 @@
10
10
  "build": "yarn run -T tsc",
11
11
  "build:src": "webpack && yarn run build",
12
12
  "build:watch": "webpack --watch",
13
- "test:unit": "jest",
14
- "release": "echo 'Releasing @webex/cc-user-state' && semantic-release --no-ci && echo 'Released @webex/cc-user-state'"
13
+ "test:unit": "jest"
15
14
  },
16
15
  "dependencies": {
17
16
  "@r2wc/react-to-web-component": "2.0.3",
@@ -19,7 +18,7 @@
19
18
  "@semantic-release/exec": "^6.0.3",
20
19
  "@semantic-release/git": "^10.0.1",
21
20
  "@semantic-release/github": "^11.0.1",
22
- "@webex/cc-store": "1.28.0-eft-pipeline.6",
21
+ "@webex/cc-store": "1.28.0-eft.1",
23
22
  "mobx-react": "9.1.1",
24
23
  "react": "18.3.1",
25
24
  "react-dom": "18.3.1",
@@ -49,5 +48,5 @@
49
48
  "jest": {
50
49
  "testEnvironment": "jsdom"
51
50
  },
52
- "stableVersion": "1.28.0-eft-pipeline.3"
51
+ "stableVersion": "1.27.6-eft.2"
53
52
  }
package/src/helper.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * UserState helpers
2
+ * UserState helper
3
3
  */
4
4
 
5
5
  export const useUserState = () => {