@awsless/awsless 0.0.225 → 0.0.226

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 +8 -8
package/dist/bin.js CHANGED
@@ -3171,7 +3171,7 @@ type Store<Name extends string> = {
3171
3171
  readonly put: (key: string, body: Body, options?: Pick<PutObjectProps, 'metadata' | 'storageClass'>) => Promise<void>
3172
3172
  readonly get: (key: string) => Promise<BodyStream | undefined>
3173
3173
  readonly delete: (key: string) => Promise<void>
3174
- readonly createPresignedPost: key: string, contentLengthRange: [Size, Size], expires?: Duration, fields?: Record<string, string>) => Promise<PresignedPost>
3174
+ readonly createPresignedPost: (key: string, contentLengthRange: [Size, Size], expires?: Duration, fields?: Record<string, string>) => Promise<PresignedPost>
3175
3175
  }
3176
3176
  `;
3177
3177
  var storeFeature = defineFeature({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.225",
3
+ "version": "0.0.226",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@awsless/lambda": "^0.0.19",
32
- "@awsless/open-search": "^0.0.12",
33
32
  "@awsless/redis": "^0.0.12",
33
+ "@awsless/open-search": "^0.0.12",
34
34
  "@awsless/sns": "^0.0.7",
35
- "@awsless/sqs": "^0.0.7",
36
35
  "@awsless/ssm": "^0.0.7",
37
- "@awsless/s3": "^0.0.10",
36
+ "@awsless/sqs": "^0.0.7",
37
+ "@awsless/validate": "^0.0.14",
38
38
  "@awsless/weak-cache": "^0.0.1",
39
- "@awsless/validate": "^0.0.14"
39
+ "@awsless/s3": "^0.0.10"
40
40
  },
41
41
  "dependencies": {
42
42
  "@aws-appsync/utils": "^1.5.0",
@@ -98,11 +98,11 @@
98
98
  "zod": "^3.21.4",
99
99
  "zod-to-json-schema": "^3.22.3",
100
100
  "@awsless/code": "^0.0.10",
101
- "@awsless/duration": "^0.0.1",
102
101
  "@awsless/formation": "^0.0.21",
103
- "@awsless/graphql": "^0.0.9",
102
+ "@awsless/duration": "^0.0.1",
104
103
  "@awsless/size": "^0.0.1",
105
- "@awsless/validate": "^0.0.14"
104
+ "@awsless/validate": "^0.0.14",
105
+ "@awsless/graphql": "^0.0.9"
106
106
  },
107
107
  "scripts": {
108
108
  "test": "pnpm code test",