@carbon-labs/wc-global-header 0.3.0 → 0.5.0

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.
@@ -13,7 +13,7 @@ export default meta;
13
13
  type Story = StoryObj<typeof CommonHeader>;
14
14
  export declare const Basic: Story;
15
15
  export declare const UnauthenticatedContext: Story;
16
- export declare const WebMethodsHybridIntegration: Story;
16
+ export declare const IbmMockProduct: Story;
17
17
  export declare const HelpLinks: Story;
18
18
  export declare const ChatBot: Story;
19
19
  export declare const Notifications: Story;
@@ -13,7 +13,7 @@ export default meta;
13
13
  type Story = StoryObj<typeof CommonHeader>;
14
14
  export declare const Basic: Story;
15
15
  export declare const UnauthenticatedContext: Story;
16
- export declare const WebMethodsHybridIntegration: Story;
16
+ export declare const IbmMockProduct: Story;
17
17
  export declare const HelpLinks: Story;
18
18
  export declare const ChatBot: Story;
19
19
  export declare const Notifications: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/wc-global-header",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "author": "Your Name <your@email.com>",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -30,7 +30,8 @@
30
30
  "build": "node ../../../tasks/build.js",
31
31
  "build:dist": "rm -rf dist && rollup --config ../../../tasks/build-dist.js",
32
32
  "build:dist:canary": "rm -rf dist && rollup --config ../../../tasks/build-dist.js --configCanary",
33
- "clean": "rimraf es lib"
33
+ "clean": "rimraf es lib",
34
+ "test": "web-test-runner"
34
35
  },
35
36
  "dependencies": {
36
37
  "@babel/runtime": "^7.23.2",
@@ -38,5 +39,9 @@
38
39
  "@carbon/web-components": "2.36.0",
39
40
  "@lit-labs/motion": "^1.0.9"
40
41
  },
41
- "gitHead": "c92a6e914327632677985604f485d315fbee2f5a"
42
+ "devDependencies": {
43
+ "@remcovaes/web-test-runner-vite-plugin": "^1.3.0",
44
+ "@web/test-runner": "^0.20.2"
45
+ },
46
+ "gitHead": "a8d4e3ddb39fa66d9981843bba15f6ee80518767"
42
47
  }