sst 3.9.29 → 3.9.31
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { tool } from "opencontrol/tool";
|
|
2
|
-
import { client } from "
|
|
3
|
-
import { Resource } from "
|
|
2
|
+
import { client } from "./aws/client.js";
|
|
3
|
+
import { Resource } from "./resource.js";
|
|
4
4
|
/**
|
|
5
5
|
* Creates an OpenControl tool that lists the resources in the current SST app. You can add
|
|
6
6
|
* this tool to your OpenControl app by passing it to the `tools` option when creating an
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "sst",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
|
-
"version": "3.9.
|
|
6
|
+
"version": "3.9.31",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"sst": "./bin/sst.mjs"
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"sst-linux-x64": "3.9.
|
|
45
|
-
"sst-linux-x86": "3.9.
|
|
46
|
-
"sst-linux-arm64": "3.9.
|
|
47
|
-
"sst-darwin-x64": "3.9.
|
|
48
|
-
"sst-darwin-arm64": "3.9.
|
|
44
|
+
"sst-linux-x64": "3.9.31",
|
|
45
|
+
"sst-linux-x86": "3.9.31",
|
|
46
|
+
"sst-linux-arm64": "3.9.31",
|
|
47
|
+
"sst-darwin-x64": "3.9.31",
|
|
48
|
+
"sst-darwin-arm64": "3.9.31"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"aws4fetch": "^1.0.18",
|
|
File without changes
|