@startinblox/core 2.0.0-beta.5 → 2.0.0-beta.7
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/{helpers-BPYDgD10.js → helpers-Ae979zFb.js} +2 -2
- package/dist/helpers.js +3 -3
- package/dist/index.js +79785 -78299
- package/package.json +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@startinblox/core",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.7",
|
|
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",
|
|
@@ -70,35 +70,34 @@
|
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@biomejs/biome": "1.9.4",
|
|
72
72
|
"@rckeller/cypress-unfetch": "^1.0.1",
|
|
73
|
-
"@types/autolinker": "^2.0.0",
|
|
74
73
|
"@types/jsonld": "^1.5.15",
|
|
75
74
|
"@types/markdown-it": "^14.1.2",
|
|
76
75
|
"@types/markdown-it-link-attributes": "^3.0.5",
|
|
77
|
-
"@types/node": "^22.
|
|
76
|
+
"@types/node": "^22.13.10",
|
|
78
77
|
"@types/pubsub-js": "^1.8.6",
|
|
79
|
-
"autolinker": "^4.
|
|
80
|
-
"cypress": "^
|
|
78
|
+
"autolinker": "^4.1.0",
|
|
79
|
+
"cypress": "^14.1.0",
|
|
81
80
|
"cypress-iframe": "^1.0.1",
|
|
82
81
|
"cypress-plugin-tab": "^1.0.5",
|
|
83
82
|
"dialog-polyfill": "^0.5.6",
|
|
84
|
-
"express": "^4.21.
|
|
83
|
+
"express": "^4.21.2",
|
|
85
84
|
"find-free-port": "^2.0.0",
|
|
86
|
-
"jsonld": "^8.3.
|
|
85
|
+
"jsonld": "^8.3.3",
|
|
87
86
|
"jsonld-context-parser": "^1.3.4",
|
|
88
87
|
"markdown-it": "^14.1.0",
|
|
89
88
|
"markdown-it-link-attributes": "4.0.1",
|
|
90
|
-
"pubsub-js": "^1.9.
|
|
89
|
+
"pubsub-js": "^1.9.5",
|
|
91
90
|
"quill": "^2.0.3",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"vite": "^5.4.8"
|
|
91
|
+
"semver": "7.7.1",
|
|
92
|
+
"slim-select": "^2.10.0",
|
|
93
|
+
"typescript": "^5.8.2",
|
|
94
|
+
"vite": "^6.2.1"
|
|
97
95
|
},
|
|
98
96
|
"dependencies": {
|
|
99
97
|
"cors": "^2.8.5",
|
|
100
98
|
"lit": "^3.2.1",
|
|
101
|
-
"loglevel": "^1.9.
|
|
99
|
+
"loglevel": "^1.9.2",
|
|
100
|
+
"quill-delta-to-html": "^0.12.1",
|
|
102
101
|
"showdown": "^2.1.0",
|
|
103
102
|
"tinymce": "^6.0.2"
|
|
104
103
|
}
|