mashlib 1.7.11 → 1.7.12-3cd76621
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/LICENSE.md +0 -0
- package/README.md +0 -0
- package/dist/browse.html +0 -0
- package/dist/databrowser.html +0 -0
- package/dist/mash.css +0 -0
- package/dist/mash.css.map +0 -0
- package/dist/mashlib.js +170 -163
- package/dist/mashlib.js.map +1 -1
- package/dist/mashlib.min.js +3 -3
- package/dist/mashlib.min.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mashlib",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.12-3cd76621",
|
|
4
4
|
"description": "Data mashup library",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"files": [
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"lint": "eslint 'src/**/*.ts'",
|
|
18
18
|
"lint-fix": "eslint 'src/**/*.ts' --fix",
|
|
19
19
|
"test": "npm run lint",
|
|
20
|
-
"prepublishOnly": "npm test && npm run build && npm run bundlesize",
|
|
21
|
-
"postpublish": "git push origin main --follow-tags",
|
|
20
|
+
"ignore:prepublishOnly": "npm test && npm run build && npm run bundlesize",
|
|
21
|
+
"ignore:postpublish": "git push origin main --follow-tags",
|
|
22
22
|
"bundlesize": "bundlesize"
|
|
23
23
|
},
|
|
24
24
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"normalize.css": "^8.0.1",
|
|
49
49
|
"rdflib": "^2.2.10",
|
|
50
|
-
"solid-panes": "^3.5.
|
|
50
|
+
"solid-panes": "^3.5.12",
|
|
51
51
|
"solid-ui": "^2.4.11"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|