@awsless/awsless 0.0.348 → 0.0.349
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/bin.js +10509 -1961
- package/dist/chunk-JSBRDJBE.js +30 -0
- package/dist/client.js +1 -0
- package/dist/server.js +1 -0
- package/package.json +6 -6
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
8
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
20
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
21
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
22
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
23
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
24
|
+
mod
|
|
25
|
+
));
|
|
26
|
+
|
|
27
|
+
export {
|
|
28
|
+
__commonJS,
|
|
29
|
+
__toESM
|
|
30
|
+
};
|
package/dist/client.js
CHANGED
package/dist/server.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.349",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@awsless/iot": "^0.0.2",
|
|
32
|
-
"@awsless/lambda": "^0.0.26",
|
|
33
32
|
"@awsless/open-search": "^0.0.15",
|
|
34
|
-
"@awsless/s3": "^0.0.18",
|
|
35
33
|
"@awsless/redis": "^0.0.12",
|
|
36
|
-
"@awsless/
|
|
34
|
+
"@awsless/s3": "^0.0.18",
|
|
37
35
|
"@awsless/sns": "^0.0.7",
|
|
36
|
+
"@awsless/lambda": "^0.0.26",
|
|
37
|
+
"@awsless/sqs": "^0.0.7",
|
|
38
38
|
"@awsless/ssm": "^0.0.7",
|
|
39
39
|
"@awsless/validate": "^0.0.15",
|
|
40
40
|
"@awsless/weak-cache": "^0.0.1"
|
|
@@ -108,11 +108,11 @@
|
|
|
108
108
|
"zod": "^3.21.4",
|
|
109
109
|
"zod-to-json-schema": "^3.22.3",
|
|
110
110
|
"@awsless/code": "^0.0.10",
|
|
111
|
-
"@awsless/graphql": "^0.0.9",
|
|
112
111
|
"@awsless/duration": "^0.0.1",
|
|
112
|
+
"@awsless/graphql": "^0.0.9",
|
|
113
113
|
"@awsless/size": "^0.0.1",
|
|
114
|
+
"@awsless/ts-file-cache": "^0.0.6",
|
|
114
115
|
"@awsless/validate": "^0.0.15",
|
|
115
|
-
"@awsless/ts-file-cache": "^0.0.4",
|
|
116
116
|
"@awsless/formation": "^0.0.53"
|
|
117
117
|
},
|
|
118
118
|
"scripts": {
|