sst 0.1.93 → 0.1.95

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/resource.js +1 -1
  2. package/package.json +6 -6
package/dist/resource.js CHANGED
@@ -48,7 +48,7 @@ export const Resource = new Proxy(raw, {
48
48
  if (!env.SST_RESOURCE_App) {
49
49
  throw new Error("It does not look like SST links are active. If this is in local development and you are not starting this process through the multiplexer, wrap your command with `sst dev -- <command>`");
50
50
  }
51
- let msg = `"${prop}" is not linked`;
51
+ let msg = `"${prop}" is not linked in your sst.config.ts`;
52
52
  if (env.AWS_LAMBDA_FUNCTION_NAME) {
53
53
  msg += ` to ${env.AWS_LAMBDA_FUNCTION_NAME}`;
54
54
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "sst",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
- "version": "0.1.93",
6
+ "version": "0.1.95",
7
7
  "main": "./dist/index.js",
8
8
  "exports": {
9
9
  ".": "./dist/index.js",
@@ -47,11 +47,11 @@
47
47
  }
48
48
  },
49
49
  "optionalDependencies": {
50
- "sst-linux-x64": "0.1.93",
51
- "sst-linux-x86": "0.1.93",
52
- "sst-darwin-x64": "0.1.93",
53
- "sst-linux-arm64": "0.1.93",
54
- "sst-darwin-arm64": "0.1.93"
50
+ "sst-linux-x64": "0.1.95",
51
+ "sst-linux-x86": "0.1.95",
52
+ "sst-linux-arm64": "0.1.95",
53
+ "sst-darwin-x64": "0.1.95",
54
+ "sst-darwin-arm64": "0.1.95"
55
55
  },
56
56
  "dependencies": {
57
57
  "@aws-sdk/client-lambda": "3.478.0",