@micromag/core 0.4.11 → 0.4.14
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/es/components.js +2 -1
- package/lib/components.js +2 -1
- package/package.json +7 -6
package/es/components.js
CHANGED
|
@@ -2098,7 +2098,8 @@ function Meta(_ref) {
|
|
|
2098
2098
|
return /*#__PURE__*/React.createElement("script", {
|
|
2099
2099
|
type: "application/ld+json",
|
|
2100
2100
|
id: "".concat(it["@type"], "-").concat(it.identifier),
|
|
2101
|
-
key: "microformat-".concat(it["@type"], "-").concat(it.identifier)
|
|
2101
|
+
key: "microformat-".concat(it["@type"], "-").concat(it.identifier),
|
|
2102
|
+
async: true
|
|
2102
2103
|
}, JSON.stringify(it));
|
|
2103
2104
|
}), children);
|
|
2104
2105
|
}
|
package/lib/components.js
CHANGED
|
@@ -2100,7 +2100,8 @@ function Meta(_ref) {
|
|
|
2100
2100
|
return /*#__PURE__*/React.createElement("script", {
|
|
2101
2101
|
type: "application/ld+json",
|
|
2102
2102
|
id: "".concat(it["@type"], "-").concat(it.identifier),
|
|
2103
|
-
key: "microformat-".concat(it["@type"], "-").concat(it.identifier)
|
|
2103
|
+
key: "microformat-".concat(it["@type"], "-").concat(it.identifier),
|
|
2104
|
+
async: true
|
|
2104
2105
|
}, JSON.stringify(it));
|
|
2105
2106
|
}), children);
|
|
2106
2107
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.14",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"build": "../../scripts/prepare-package.sh --types && npm run vendor"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"react": "^18.3.0 ||
|
|
97
|
+
"react": "^18.3.0 || ^19.0.0",
|
|
98
98
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
@@ -109,14 +109,15 @@
|
|
|
109
109
|
"@panneau/element-media-card": "^4.0.21",
|
|
110
110
|
"@panneau/element-media-player": "^4.0.21",
|
|
111
111
|
"@panneau/element-modal": "^4.0.21",
|
|
112
|
-
"@panneau/fields": "^4.0.
|
|
112
|
+
"@panneau/fields": "^4.0.24",
|
|
113
113
|
"@panneau/filters": "^4.0.21",
|
|
114
|
-
"@panneau/
|
|
114
|
+
"@panneau/intl": "^4.0.24",
|
|
115
|
+
"@panneau/medias": "^4.0.24",
|
|
115
116
|
"@panneau/uppy": "^4.0.21",
|
|
116
117
|
"@uppy/core": "^5.1.1",
|
|
117
118
|
"@uppy/dashboard": "^5.0.4",
|
|
118
119
|
"@uppy/react": "^5.1.1",
|
|
119
|
-
"react": "^18.3.0 ||
|
|
120
|
+
"react": "^18.3.0 || ^19.0.0",
|
|
120
121
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
121
122
|
},
|
|
122
123
|
"dependencies": {
|
|
@@ -160,6 +161,6 @@
|
|
|
160
161
|
"access": "public",
|
|
161
162
|
"registry": "https://registry.npmjs.org/"
|
|
162
163
|
},
|
|
163
|
-
"gitHead": "
|
|
164
|
+
"gitHead": "87b2efa931f82ddcdbebd3c483de7602beb8cbd3",
|
|
164
165
|
"types": "es/index.d.ts"
|
|
165
166
|
}
|