@redhat-cloud-services/types 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -116,7 +116,7 @@ export interface ChromeAPI {
116
116
  /** @deprecated This function server no purpse. For document title update use "updateDocumentTitle" function instead. */
117
117
  identifyApp: (data: any, appTitle?: string) => Promise<undefined>;
118
118
  init: () => void;
119
- isbeta: () => boolean;
119
+ isBeta: () => boolean;
120
120
  isChrome2: boolean;
121
121
  isDemo: () => boolean;
122
122
  isPenTest: () => boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/types",
3
3
  "description": "TypeScript definitions for @redhat-cloud-services common typings",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
7
7
  "publishConfig": {