@startinblox/core 2.0.6-beta.2 → 2.0.6-beta.20

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/store.js CHANGED
@@ -1,7 +1,11 @@
1
- import { s, S, b, i } from "./store-DI-dmiKR.js";
1
+ import { s, S, c, b, e, j, h, i } from "./store-D1nUbSMR.js";
2
2
  export {
3
3
  s as SEMANTIZER,
4
4
  S as StoreService,
5
+ c as StoreType,
5
6
  b as baseContext,
7
+ e as hasQueryIndex,
8
+ j as hasQueryIndexConjunction,
9
+ h as hasSetLocalData,
6
10
  i as sibStore
7
11
  };
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@startinblox/core",
3
- "version": "2.0.6-beta.2",
3
+ "version": "2.0.6-beta.20",
4
4
  "description": "This is a series of web component respecting both the web components standards and the Linked Data Platform convention.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
7
+ "exports": {
8
+ ".": "./dist/index.js",
9
+ "./store": "./dist/store.js",
10
+ "./helpers": "./dist/helpers.js"
11
+ },
7
12
  "type": "module",
8
13
  "directories": {
9
14
  "example": "examples"
@@ -16,6 +21,7 @@
16
21
  "dev": "vite",
17
22
  "build": "vite build",
18
23
  "watch": "vite build --watch --sourcemap 'inline'",
24
+ "watch:serve": "vite build --watch --sourcemap 'inline' & node server.js; wait",
19
25
  "serve": "node --watch server.js",
20
26
  "lint": "biome check --diagnostic-level=error",
21
27
  "lint-all": "biome check",
@@ -132,6 +138,7 @@
132
138
  "lit": "^3.2.1",
133
139
  "loglevel": "^1.9.2",
134
140
  "n3": "^1.25.2",
141
+ "oidc-client-ts": "^3.4.1",
135
142
  "quill-delta-to-html": "^0.12.1",
136
143
  "rdf-validate-shacl": "^0.6.2",
137
144
  "showdown": "^2.1.0",