@awsless/awsless 0.0.610 → 0.0.612

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 CHANGED
@@ -5121,7 +5121,13 @@ var siteFeature = defineFeature({
5121
5121
  if (props.build) {
5122
5122
  const buildProps = props.build;
5123
5123
  ctx.registerBuild("site", name, async (build3) => {
5124
+ console.log("");
5125
+ console.log("START SITE BUILD", name);
5126
+ console.log("");
5124
5127
  const fingerprint = await generateCacheKey(buildProps.cacheKey);
5128
+ console.log("");
5129
+ console.log("fingerprint", fingerprint);
5130
+ console.log("");
5125
5131
  return build3(fingerprint, async (write) => {
5126
5132
  const credentialProvider = await getCredentials(ctx.appConfig.profile);
5127
5133
  const credentials = await credentialProvider();
@@ -7604,7 +7610,7 @@ var routerFeature = defineFeature({
7604
7610
  ctx.onReady(() => {
7605
7611
  new Invalidation(
7606
7612
  group2,
7607
- name2,
7613
+ [id, name2].join("-"),
7608
7614
  {
7609
7615
  distributionId: distribution.id,
7610
7616
  paths,
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.610",
3
+ "version": "0.0.612",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -35,21 +35,21 @@
35
35
  "peerDependencies": {
36
36
  "@awsless/big-float": "^0.1.5",
37
37
  "@awsless/duration": "^0.0.4",
38
+ "@awsless/cloudwatch": "^0.0.1",
38
39
  "@awsless/clui": "^0.0.8",
40
+ "@awsless/json": "^0.0.10",
39
41
  "@awsless/dynamodb": "^0.3.8",
42
+ "@awsless/lambda": "^0.0.35",
40
43
  "@awsless/iot": "^0.0.3",
41
- "@awsless/json": "^0.0.10",
42
- "@awsless/cloudwatch": "^0.0.1",
43
- "@awsless/redis": "^0.0.14",
44
44
  "@awsless/s3": "^0.0.21",
45
- "@awsless/lambda": "^0.0.35",
46
- "@awsless/validate": "^0.1.3",
47
45
  "@awsless/sns": "^0.0.10",
48
- "@awsless/mqtt": "^0.0.2",
49
- "@awsless/open-search": "^0.0.21",
50
46
  "@awsless/sqs": "^0.0.16",
47
+ "@awsless/redis": "^0.0.14",
48
+ "@awsless/open-search": "^0.0.21",
49
+ "@awsless/validate": "^0.1.3",
50
+ "@awsless/weak-cache": "^0.0.1",
51
51
  "@awsless/ssm": "^0.0.7",
52
- "@awsless/weak-cache": "^0.0.1"
52
+ "@awsless/mqtt": "^0.0.2"
53
53
  },
54
54
  "dependencies": {
55
55
  "@arcanyx/cidr-slicer": "^0.3.0",
@@ -140,15 +140,15 @@
140
140
  "zod": "^3.24.2",
141
141
  "zod-to-json-schema": "^3.24.3",
142
142
  "@awsless/big-float": "^0.1.5",
143
- "@awsless/cloudwatch": "^0.0.1",
144
- "@awsless/clui": "^0.0.8",
145
143
  "@awsless/duration": "^0.0.4",
146
- "@awsless/graphql": "^0.0.9",
147
144
  "@awsless/json": "^0.0.10",
148
- "@awsless/scheduler": "^0.0.4",
149
- "@awsless/ts-file-cache": "^0.0.12",
145
+ "@awsless/cloudwatch": "^0.0.1",
146
+ "@awsless/graphql": "^0.0.9",
150
147
  "@awsless/validate": "^0.1.3",
151
- "@awsless/size": "^0.0.2"
148
+ "@awsless/size": "^0.0.2",
149
+ "@awsless/clui": "^0.0.8",
150
+ "@awsless/ts-file-cache": "^0.0.12",
151
+ "@awsless/scheduler": "^0.0.4"
152
152
  },
153
153
  "devDependencies": {
154
154
  "@hono/node-server": "1.19.9",