@startinblox/core 2.0.5 → 2.0.6-beta.10

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,5 +1,8 @@
1
- import { b, s } from "./store-YR4Gxt5W.js";
1
+ import { s, S, c, b, i } from "./store-CwnNMnLT.js";
2
2
  export {
3
+ s as SEMANTIZER,
4
+ S as StoreService,
5
+ c as StoreType,
3
6
  b as baseContext,
4
- s as store
7
+ i as sibStore
5
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/core",
3
- "version": "2.0.5",
3
+ "version": "2.0.6-beta.10",
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",
@@ -16,6 +16,7 @@
16
16
  "dev": "vite",
17
17
  "build": "vite build",
18
18
  "watch": "vite build --watch --sourcemap 'inline'",
19
+ "watch:serve": "vite build --watch --sourcemap 'inline' & node server.js; wait",
19
20
  "serve": "node --watch server.js",
20
21
  "lint": "biome check --diagnostic-level=error",
21
22
  "lint-all": "biome check",
@@ -70,12 +71,16 @@
70
71
  },
71
72
  "devDependencies": {
72
73
  "@biomejs/biome": "1.9.4",
73
- "@rckeller/cypress-unfetch": "^1.0.1",
74
+ "@rckeller/cypress-unfetch": "latest",
74
75
  "@types/jsonld": "^1.5.15",
75
76
  "@types/markdown-it": "^14.1.2",
76
77
  "@types/markdown-it-link-attributes": "^3.0.5",
77
- "@types/node": "^22.13.10",
78
+ "@types/n3": "^1.24.2",
79
+ "@types/node": "^22.14.1",
78
80
  "@types/pubsub-js": "^1.8.6",
81
+ "@types/rdfjs__dataset": "^2.0.7",
82
+ "@types/rdfjs__parser-jsonld": "^2.1.7",
83
+ "@types/rdfjs__serializer-turtle": "^1.1.0",
79
84
  "autolinker": "^4.1.0",
80
85
  "cypress": "^14.1.0",
81
86
  "cypress-iframe": "^1.0.1",
@@ -87,19 +92,51 @@
87
92
  "jsonld-context-parser": "^3.0.0",
88
93
  "markdown-it": "^14.1.0",
89
94
  "markdown-it-link-attributes": "4.0.1",
95
+ "node-stdlib-browser": "^1.3.1",
96
+ "process": "^0.11.10",
90
97
  "pubsub-js": "^1.9.5",
91
98
  "quill": "^2.0.3",
92
99
  "semver": "7.7.1",
93
100
  "slim-select": "^2.10.0",
94
101
  "typescript": "^5.8.2",
95
- "vite": "^6.2.1"
102
+ "vite": "^6.2.1",
103
+ "vite-plugin-top-level-await": "^1.5.0"
96
104
  },
97
105
  "dependencies": {
106
+ "@comunica/query-sparql": "latest",
107
+ "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
108
+ "@rdfjs/data-model": "2.0.2",
109
+ "@rdfjs/dataset": "^2.0.2",
110
+ "@rdfjs/fetch": "^3.1.1",
111
+ "@rdfjs/parser-jsonld": "^2.1.3",
112
+ "@rdfjs/serializer-turtle": "^1.1.5",
113
+ "@semantizer/core": "https://cdn.startinblox.com/semantizer/src/packages/core/semantizer-core-1.0.0-2.1.0.tgz",
114
+ "@semantizer/core-rdfjs": "https://cdn.startinblox.com/semantizer/src/packages/core-rdfjs/semantizer-core-rdfjs-1.0.0-2.1.0.tgz",
115
+ "@semantizer/default": "https://cdn.startinblox.com/semantizer/src/packages/default/semantizer-default-1.0.0-2.1.0.tgz",
116
+ "@semantizer/http-error": "https://cdn.startinblox.com/semantizer/src/packages/http-error/semantizer-http-error-1.0.0-1.1.0.tgz",
117
+ "@semantizer/loader-quad-stream-rdfjs": "https://cdn.startinblox.com/semantizer/src/packages/loader-quad-stream-rdfjs/semantizer-loader-quad-stream-rdfjs-1.0.0-2.1.0.tgz",
118
+ "@semantizer/mixin-dataset": "https://cdn.startinblox.com/semantizer/src/mixins/dataset/semantizer-mixin-dataset-1.0.0-2.1.0.tgz",
119
+ "@semantizer/mixin-index": "https://cdn.startinblox.com/semantizer/src/mixins/index/semantizer-mixin-index-1.0.0-2.tgz",
120
+ "@semantizer/mixin-shacl": "https://cdn.startinblox.com/semantizer/src/mixins/shacl/semantizer-mixin-shacl-1.0.0-1.0.0.tgz",
121
+ "@semantizer/mixin-solid-webid": "https://cdn.startinblox.com/semantizer/src/mixins/solid-webid/semantizer-mixin-solid-webid-1.0.0-3.1.0.tgz",
122
+ "@semantizer/mixin-webid": "https://cdn.startinblox.com/semantizer/src/mixins/webid/semantizer-mixin-webid-1.0.0-2.1.0.tgz",
123
+ "@semantizer/rdfjs-dataset-impl": "https://cdn.startinblox.com/semantizer/src/packages/rdfjs-dataset-impl/semantizer-rdfjs-dataset-impl-1.0.0-2.1.0.tgz",
124
+ "@semantizer/types": "https://cdn.startinblox.com/semantizer/src/packages/types/semantizer-types-1.0.0-3.0.0.tgz",
125
+ "@semantizer/util-index-querying-strategy-shacl": "https://cdn.startinblox.com/semantizer/src/utils/index-querying-strategy-shacl/semantizer-util-index-querying-strategy-shacl-1.0.0-1.0.0.tgz",
126
+ "@semantizer/util-index-querying-strategy-shacl-comunica": "https://cdn.startinblox.com/semantizer/src/utils/index-querying-strategy-shacl-comunica/semantizer-util-index-querying-strategy-shacl-comunica-1.0.0-1.0.0.tgz",
127
+ "@semantizer/util-index-querying-strategy-shacl-conjunction": "https://cdn.startinblox.com/semantizer/src/utils/index-querying-strategy-shacl-conjunction/semantizer-util-index-querying-strategy-shacl-conjunction-1.0.0-1.0.0.tgz",
128
+ "@semantizer/util-index-querying-strategy-shacl-final": "https://cdn.startinblox.com/semantizer/src/utils/index-querying-strategy-shacl-final/semantizer-util-index-querying-strategy-shacl-final-1.0.0-1.0.0.tgz",
129
+ "@semantizer/util-loader-base": "https://cdn.startinblox.com/semantizer/src/utils/loader-base/semantizer-util-loader-base-1.0.0-1.0.0.tgz",
130
+ "@semantizer/util-shacl-validator-default": "https://cdn.startinblox.com/semantizer/src/utils/shacl-validator-default/semantizer-util-shacl-validator-default-1.0.0-1.0.0.tgz",
131
+ "buffer": "^6.0.3",
98
132
  "cors": "^2.8.5",
99
133
  "lit": "^3.2.1",
100
134
  "loglevel": "^1.9.2",
135
+ "n3": "^1.25.2",
101
136
  "quill-delta-to-html": "^0.12.1",
137
+ "rdf-validate-shacl": "^0.6.2",
102
138
  "showdown": "^2.1.0",
139
+ "stream-browserify": "^3.0.0",
103
140
  "tinymce": "^6.0.2"
104
141
  }
105
142
  }