@limetech/lime-web-components 5.12.0 → 5.13.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.
@@ -27,6 +27,13 @@ export interface LimeWebComponentPlatform {
27
27
  * @param service - the service
28
28
  */
29
29
  register(name: string, service: any): void;
30
+ /**
31
+ * Check if a feature is enabled
32
+ *
33
+ * @param name - name of the feature switch
34
+ * @beta
35
+ */
36
+ isFeatureEnabled?(name: keyof FeatureSwitches): boolean;
30
37
  }
31
38
  /**
32
39
  * Core platform service names
@@ -44,4 +51,12 @@ export interface PlatformServiceNameType {
44
51
  */
45
52
  Route: 'route';
46
53
  }
54
+ /**
55
+ * Available feature switches
56
+ *
57
+ * @beta
58
+ * @group Core
59
+ */
60
+ export interface FeatureSwitches {
61
+ }
47
62
  //# sourceMappingURL=platform.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../src/core/platform.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAC;IAE5E;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;IAE3B;;;;;;;;OAQG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;CAC9C;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,uBAE1B,CAAC;AAET;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;CAClB"}
1
+ {"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../../src/core/platform.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,kBAAkB,GAAG,sBAAsB,GAAG,uBAAuB,CAAC;IAE5E;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAEvB;;;;OAIG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;IAE3B;;;;;;;;OAQG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;IAE3C;;;;;OAKG;IACH,gBAAgB,CAAC,CAAC,IAAI,EAAE,MAAM,eAAe,GAAG,OAAO,CAAC;CAC3D;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,uBAE1B,CAAC;AAET;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,KAAK,EAAE,OAAO,CAAC;CAClB;AAED;;;;;GAKG;AACH,MAAM,WAAW,eAAe;CAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-web-components",
3
- "version": "5.12.0",
3
+ "version": "5.13.0",
4
4
  "description": "Lime Web Components",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  "dependencies": {
32
32
  "@stencil/core": "^2.22.3",
33
33
  "rxjs": "^7.8.1",
34
- "tslib": "^2.5.0"
34
+ "tslib": "^2.6.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@commitlint/config-conventional": "^16.2.4",
38
- "@microsoft/api-extractor": "^7.34.9",
38
+ "@microsoft/api-extractor": "^7.36.1",
39
39
  "@types/jest": "^27.5.0",
40
- "@typescript-eslint/eslint-plugin": "^5.59.6",
41
- "@typescript-eslint/parser": "^5.59.6",
40
+ "@typescript-eslint/eslint-plugin": "^5.61.0",
41
+ "@typescript-eslint/parser": "^5.61.0",
42
42
  "commitizen": "^4.3.0",
43
43
  "cz-conventional-changelog": "^3.3.0",
44
- "eslint": "^8.40.0",
44
+ "eslint": "^8.44.0",
45
45
  "eslint-config-prettier": "^8.8.0",
46
46
  "eslint-plugin-ban": "^1.6.0",
47
47
  "eslint-plugin-prefer-arrow": "^1.2.3",