aeria 0.0.323 → 0.0.325
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/index.js +10 -26
- package/dist/loader.js +2 -4
- package/package.json +15 -19
- package/dist/index.mjs +0 -11
- package/dist/loader.mjs +0 -3
package/dist/index.js
CHANGED
|
@@ -1,26 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@aeriajs/core"), exports);
|
|
18
|
-
__exportStar(require("@aeriajs/common"), exports);
|
|
19
|
-
__exportStar(require("@aeriajs/entrypoint"), exports);
|
|
20
|
-
__exportStar(require("@aeriajs/http"), exports);
|
|
21
|
-
__exportStar(require("@aeriajs/node-http"), exports);
|
|
22
|
-
__exportStar(require("@aeriajs/security"), exports);
|
|
23
|
-
__exportStar(require("@aeriajs/server"), exports);
|
|
24
|
-
__exportStar(require("@aeriajs/builtins"), exports);
|
|
25
|
-
__exportStar(require("@aeriajs/types"), exports);
|
|
26
|
-
__exportStar(require("@aeriajs/validation"), exports);
|
|
1
|
+
export * from '@aeriajs/core';
|
|
2
|
+
export * from '@aeriajs/common';
|
|
3
|
+
export * from '@aeriajs/entrypoint';
|
|
4
|
+
export * from '@aeriajs/http';
|
|
5
|
+
export * from '@aeriajs/node-http';
|
|
6
|
+
export * from '@aeriajs/security';
|
|
7
|
+
export * from '@aeriajs/server';
|
|
8
|
+
export * from '@aeriajs/builtins';
|
|
9
|
+
export * from '@aeriajs/types';
|
|
10
|
+
export * from '@aeriajs/validation';
|
package/dist/loader.js
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aeria",
|
|
3
|
-
"
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.0.325",
|
|
4
5
|
"description": "",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
@@ -14,8 +14,7 @@
|
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
|
-
"
|
|
18
|
-
"require": "./dist/index.js"
|
|
17
|
+
"default": "./dist/index.js"
|
|
19
18
|
},
|
|
20
19
|
"./loader": "./dist/loader.js"
|
|
21
20
|
},
|
|
@@ -36,25 +35,22 @@
|
|
|
36
35
|
"@aeriajs/validation": "link:../validation"
|
|
37
36
|
},
|
|
38
37
|
"peerDependencies": {
|
|
39
|
-
"@aeriajs/cli": "^0.0.
|
|
40
|
-
"@aeriajs/core": "^0.0.
|
|
41
|
-
"@aeriajs/common": "^0.0.
|
|
42
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
43
|
-
"@aeriajs/http": "^0.0.
|
|
44
|
-
"@aeriajs/node-http": "^0.0.
|
|
45
|
-
"@aeriajs/security": "^0.0.
|
|
46
|
-
"@aeriajs/server": "^0.0.
|
|
47
|
-
"@aeriajs/builtins": "^0.0.
|
|
48
|
-
"@aeriajs/types": "^0.0.
|
|
49
|
-
"@aeriajs/validation": "^0.0.
|
|
38
|
+
"@aeriajs/cli": "^0.0.256",
|
|
39
|
+
"@aeriajs/core": "^0.0.278",
|
|
40
|
+
"@aeriajs/common": "^0.0.158",
|
|
41
|
+
"@aeriajs/entrypoint": "^0.0.164",
|
|
42
|
+
"@aeriajs/http": "^0.0.194",
|
|
43
|
+
"@aeriajs/node-http": "^0.0.194",
|
|
44
|
+
"@aeriajs/security": "^0.0.278",
|
|
45
|
+
"@aeriajs/server": "^0.0.280",
|
|
46
|
+
"@aeriajs/builtins": "^0.0.278",
|
|
47
|
+
"@aeriajs/types": "^0.0.136",
|
|
48
|
+
"@aeriajs/validation": "^0.0.179"
|
|
50
49
|
},
|
|
51
50
|
"scripts": {
|
|
52
51
|
"test": "echo skipping",
|
|
53
52
|
"lint": "eslint .",
|
|
54
53
|
"lint:fix": "eslint . --fix",
|
|
55
|
-
"build": "
|
|
56
|
-
"build:cjs": "tsc",
|
|
57
|
-
"build:esm": "esbuild './src/**/*.ts' --outdir=dist --out-extension:.js=.mjs && pnpm build:esm-transform",
|
|
58
|
-
"build:esm-transform": "pnpm -w esm-transform $PWD/dist"
|
|
54
|
+
"build": "tsc"
|
|
59
55
|
}
|
|
60
56
|
}
|
package/dist/index.mjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
export * from "@aeriajs/core";
|
|
3
|
-
export * from "@aeriajs/common";
|
|
4
|
-
export * from "@aeriajs/entrypoint";
|
|
5
|
-
export * from "@aeriajs/http";
|
|
6
|
-
export * from "@aeriajs/node-http";
|
|
7
|
-
export * from "@aeriajs/security";
|
|
8
|
-
export * from "@aeriajs/server";
|
|
9
|
-
export * from "@aeriajs/builtins";
|
|
10
|
-
export * from "@aeriajs/types";
|
|
11
|
-
export * from "@aeriajs/validation";
|
package/dist/loader.mjs
DELETED