@micromag/core 0.2.386 → 0.2.391
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/contexts.js +2 -3
- package/es/index.js +1 -1
- package/lib/contexts.js +2 -3
- package/lib/index.js +1 -1
- package/package.json +2 -3
package/es/contexts.js
CHANGED
|
@@ -1157,9 +1157,8 @@ var _excluded$2 = ["default"];
|
|
|
1157
1157
|
|
|
1158
1158
|
var packagesCache$1 = {};
|
|
1159
1159
|
var defaultPackagesMap$1 = {
|
|
1160
|
-
transloadit:
|
|
1161
|
-
|
|
1162
|
-
},
|
|
1160
|
+
transloadit: null,
|
|
1161
|
+
// Disabled for compatibility reasons
|
|
1163
1162
|
tus: function tus() {
|
|
1164
1163
|
return import('@uppy/tus');
|
|
1165
1164
|
},
|
package/es/index.js
CHANGED
|
@@ -1119,7 +1119,7 @@ var FieldsManager = /*#__PURE__*/function (_DefinitionsManager) {
|
|
|
1119
1119
|
return _super.apply(this, arguments);
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
|
-
return FieldsManager;
|
|
1122
|
+
return _createClass(FieldsManager);
|
|
1123
1123
|
}(DefinitionsManager);
|
|
1124
1124
|
|
|
1125
1125
|
var _excluded$2 = ["medias"];
|
package/lib/contexts.js
CHANGED
|
@@ -1191,9 +1191,8 @@ var _excluded$2 = ["default"];
|
|
|
1191
1191
|
|
|
1192
1192
|
var packagesCache$1 = {};
|
|
1193
1193
|
var defaultPackagesMap$1 = {
|
|
1194
|
-
transloadit:
|
|
1195
|
-
|
|
1196
|
-
},
|
|
1194
|
+
transloadit: null,
|
|
1195
|
+
// Disabled for compatibility reasons
|
|
1197
1196
|
tus: function tus() {
|
|
1198
1197
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('@uppy/tus')); });
|
|
1199
1198
|
},
|
package/lib/index.js
CHANGED
|
@@ -1145,7 +1145,7 @@ var FieldsManager = /*#__PURE__*/function (_DefinitionsManager) {
|
|
|
1145
1145
|
return _super.apply(this, arguments);
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
|
-
return FieldsManager;
|
|
1148
|
+
return _createClass__default["default"](FieldsManager);
|
|
1149
1149
|
}(DefinitionsManager);
|
|
1150
1150
|
|
|
1151
1151
|
var _excluded$2 = ["medias"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.391",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
"@uppy/instagram": "^2.0.4",
|
|
95
95
|
"@uppy/locales": "^2.0.3",
|
|
96
96
|
"@uppy/react": "^2.1.1",
|
|
97
|
-
"@uppy/transloadit": "^2.0.4",
|
|
98
97
|
"@uppy/tus": "^2.1.1",
|
|
99
98
|
"@uppy/webcam": "^2.0.4",
|
|
100
99
|
"@uppy/xhr-upload": "^2.0.5",
|
|
@@ -125,5 +124,5 @@
|
|
|
125
124
|
"publishConfig": {
|
|
126
125
|
"access": "public"
|
|
127
126
|
},
|
|
128
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "8136754d570e4fc8c1bb9c89f8635279f252e89f"
|
|
129
128
|
}
|