@kispace-io/gs-lib 1.3.3 → 1.3.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kispace-io/gs-lib",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "type": "module",
5
5
  "license": "EPL-2.0",
6
6
  "repository": {
@@ -16,6 +16,14 @@
16
16
  ".": {
17
17
  "types": "./dist/index.d.ts",
18
18
  "import": "./dist/index.js"
19
+ },
20
+ "./ol": {
21
+ "types": "./dist/ol/index.d.ts",
22
+ "import": "./src/ol/index.ts"
23
+ },
24
+ "./ml": {
25
+ "types": "./dist/ml/index.d.ts",
26
+ "import": "./src/ml/index.ts"
19
27
  }
20
28
  },
21
29
  "files": [
package/src/gs-litns.ts CHANGED
@@ -1,5 +1,2 @@
1
1
  // Re-export all Lit APIs from appspace's externals/lit module - single source of truth
2
2
  export * as lit from "@eclipse-lyra/core/externals/lit";
3
-
4
- import "@eclipse-lyra/core/externals/webawesome";
5
-