@awsless/awsless 0.0.357 → 0.0.358

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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +5 -5
package/dist/bin.js CHANGED
@@ -10998,7 +10998,7 @@ var createAsyncLambdaFunction = (group, ctx, ns, id, local2) => {
10998
10998
  var authFeature = defineFeature({
10999
10999
  name: "auth",
11000
11000
  async onTypeGen(ctx) {
11001
- const gen = new TypeFile("@awsless/awsless/client");
11001
+ const gen = new TypeFile("@awsless/awsless");
11002
11002
  const resources = new TypeObject(1);
11003
11003
  for (const name of Object.keys(ctx.appConfig.defaults.auth)) {
11004
11004
  resources.addType(name, `{ readonly userPoolId: string, readonly clientId: string }`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.357",
3
+ "version": "0.0.358",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -32,12 +32,12 @@
32
32
  "@awsless/lambda": "^0.0.26",
33
33
  "@awsless/open-search": "^0.0.15",
34
34
  "@awsless/redis": "^0.0.12",
35
- "@awsless/sns": "^0.0.7",
36
- "@awsless/ssm": "^0.0.7",
37
35
  "@awsless/sqs": "^0.0.7",
38
36
  "@awsless/s3": "^0.0.18",
39
37
  "@awsless/validate": "^0.0.15",
40
- "@awsless/weak-cache": "^0.0.1"
38
+ "@awsless/ssm": "^0.0.7",
39
+ "@awsless/weak-cache": "^0.0.1",
40
+ "@awsless/sns": "^0.0.7"
41
41
  },
42
42
  "dependencies": {
43
43
  "@arcanyx/cidr-slicer": "^0.3.0",
@@ -108,8 +108,8 @@
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/formation": "^0.0.55",
114
114
  "@awsless/size": "^0.0.1",
115
115
  "@awsless/ts-file-cache": "^0.0.9",