Skip to content

Commit

Permalink
deploy: 08237be
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Apr 3, 2024
1 parent 59e609e commit fcfa856
Show file tree
Hide file tree
Showing 15 changed files with 5,304 additions and 4,261 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.0
v18.19.0
1 change: 0 additions & 1 deletion dist/670.mashlib.min.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/789.mashlib.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(self.webpackChunkMashlib=self.webpackChunkMashlib||[]).push([[789],{7789:()=>{}}]);
3 changes: 0 additions & 3 deletions dist/805.mashlib.min.js

This file was deleted.

3 changes: 3 additions & 0 deletions dist/841.mashlib.min.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

4,927 changes: 2,740 additions & 2,187 deletions dist/mashlib.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mashlib.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mashlib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mashlib.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object-assign
/*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/
*/

/*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */
/*! @license DOMPurify 3.0.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.11/LICENSE */

/*! Mike Samuel (c) 2009 | code.google.com/p/json-sans-eval
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/mashlib.min.js.map

Large diffs are not rendered by default.

4,582 changes: 2,536 additions & 2,046 deletions package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mashlib",
"version": "1.8.9",
"version": "1.8.10",
"description": "Data mashup library",
"main": "./index.js",
"files": [
Expand Down Expand Up @@ -46,29 +46,29 @@
},
"homepage": "https://github.com/solidos/mashlib",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-loader": "^9.1.3",
"bundlesize": "^0.18.1",
"bundlesize": "^0.18.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.55.0",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.4",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.8.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.2"
},
"husky": {
"hooks": {
Expand All @@ -91,7 +91,7 @@
}
],
"dependencies": {
"rdflib": "^2.2.33",
"solid-panes": "^3.5.34"
"rdflib": "^2.2.34",
"solid-panes": "^3.5.35"
}
}
6 changes: 3 additions & 3 deletions src/versionInfo.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export default {
buildTime: "2023-12-17T18:15:34Z",
commit: "28e9a31b86cfa80a68eee2927c66edb8e9c5ea25",
buildTime: "2024-04-03T16:03:25Z",
commit: "08237be917384a1e968fb21041261f2a0eb3b1ad",
npmInfo:
{
mashlib: '1.8.9',
mashlib: '1.8.10',
npm: '8.19.4',
node: '16.20.2',
v8: '9.4.146.26-node.26',
Expand Down

0 comments on commit fcfa856

Please sign in to comment.