@opra/core 0.28.0 → 0.28.1
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.
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PlatformAdapterHost = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
require("./augmentation/18n.augmentation.js");
|
|
5
6
|
const path_1 = tslib_1.__importDefault(require("path"));
|
|
6
7
|
const putil_varhelpers_1 = require("putil-varhelpers");
|
|
7
8
|
const strict_typed_events_1 = require("strict-typed-events");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/core",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.1",
|
|
4
4
|
"description": "Opra schema package",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@browsery/type-is": "^0.6.3",
|
|
31
|
-
"@opra/common": "^0.28.
|
|
31
|
+
"@opra/common": "^0.28.1",
|
|
32
32
|
"accepts": "^1.3.8",
|
|
33
33
|
"content-disposition": "^0.5.4",
|
|
34
34
|
"content-type": "^1.0.5",
|