@harvard-lts/mirador-template-plugin 0.1.23 → 0.1.24
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/es/index.js +1 -2
- package/package.json +7 -6
package/dist/es/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Component } from 'react';
|
|
2
2
|
import { getManifestoInstance } from 'mirador/dist/es/src/state/selectors/manifests';
|
|
3
|
-
import { jsx, Fragment } from 'react/jsx-runtime';
|
|
4
3
|
|
|
5
4
|
function _assertThisInitialized(e) {
|
|
6
5
|
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -93,7 +92,7 @@ var miradorTemplate = /*#__PURE__*/function (_Component) {
|
|
|
93
92
|
return _createClass(miradorTemplate, [{
|
|
94
93
|
key: "render",
|
|
95
94
|
value: function render() {
|
|
96
|
-
return
|
|
95
|
+
return "";
|
|
97
96
|
}
|
|
98
97
|
}, {
|
|
99
98
|
key: "componentDidMount",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harvard-lts/mirador-template-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "Template for Harvard mps-viewer Mirador plugins",
|
|
5
5
|
"module": "dist/es/index.js",
|
|
6
6
|
"files": [
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"homepage": "https://github.com/harvard-lts/mirador-template-plugin#readme",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"jquery": "^3.7.0",
|
|
30
|
+
"node": "^22.22.3",
|
|
30
31
|
"prop-types": "^15.8.1",
|
|
31
32
|
"react": "^16.14.0",
|
|
32
33
|
"react-dom": "^16.14.0",
|
|
@@ -41,16 +42,16 @@
|
|
|
41
42
|
"@rollup/plugin-babel": "^6.0.3",
|
|
42
43
|
"@testing-library/jest-dom": "^6.1.5",
|
|
43
44
|
"@testing-library/react": "^12.0.0",
|
|
44
|
-
"@vitejs/plugin-react": "^
|
|
45
|
-
"@vitest/coverage-v8": "^
|
|
46
|
-
"@vitest/ui": "^
|
|
45
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
46
|
+
"@vitest/coverage-v8": "^4.0.17",
|
|
47
|
+
"@vitest/ui": "^4.0.17",
|
|
47
48
|
"jsdom": "^23.0.0",
|
|
48
49
|
"mirador": "^3.4.3",
|
|
49
50
|
"npm-run-all": "^4.1.5",
|
|
50
51
|
"parcel": "^2.8.3",
|
|
51
52
|
"rollup": "^3.29.5",
|
|
52
53
|
"url": "^0.11.4",
|
|
53
|
-
"vite": "^
|
|
54
|
-
"vitest": "^
|
|
54
|
+
"vite": "^8.0.16",
|
|
55
|
+
"vitest": "^4.0.17"
|
|
55
56
|
}
|
|
56
57
|
}
|