Skip to content

Commit 308c031

Browse files
committed
Updating v3 in package.json
1 parent 483e1a1 commit 308c031

File tree

3 files changed

+57
-57
lines changed

3 files changed

+57
-57
lines changed

package-lock.json

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"typescript": "5.3.3"
1111
},
1212
"dependencies": {
13-
"sst": "ion"
13+
"sst": "^3"
1414
}
1515
}

sst-env.d.ts

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,38 @@
33
import "sst"
44
declare module "sst" {
55
export interface Resource {
6-
Api: {
7-
type: "sst.aws.ApiGatewayV2"
8-
url: string
9-
}
10-
Frontend: {
11-
type: "sst.aws.StaticSite"
12-
url: string
13-
}
14-
IdentityPool: {
15-
id: string
16-
type: "sst.aws.CognitoIdentityPool"
17-
}
18-
Notes: {
19-
name: string
20-
type: "sst.aws.Dynamo"
21-
}
22-
StripeSecretKey: {
23-
type: "sst.sst.Secret"
24-
value: string
25-
}
26-
Uploads: {
27-
name: string
28-
type: "sst.aws.Bucket"
29-
}
30-
UserPool: {
31-
id: string
32-
type: "sst.aws.CognitoUserPool"
33-
}
34-
UserPoolClient: {
35-
id: string
36-
secret: string
37-
type: "sst.aws.CognitoUserPoolClient"
6+
"Api": {
7+
"type": "sst.aws.ApiGatewayV2"
8+
"url": string
9+
}
10+
"Frontend": {
11+
"type": "sst.aws.StaticSite"
12+
"url": string
13+
}
14+
"IdentityPool": {
15+
"id": string
16+
"type": "sst.aws.CognitoIdentityPool"
17+
}
18+
"Notes": {
19+
"name": string
20+
"type": "sst.aws.Dynamo"
21+
}
22+
"StripeSecretKey": {
23+
"type": "sst.sst.Secret"
24+
"value": string
25+
}
26+
"Uploads": {
27+
"name": string
28+
"type": "sst.aws.Bucket"
29+
}
30+
"UserPool": {
31+
"id": string
32+
"type": "sst.aws.CognitoUserPool"
33+
}
34+
"UserPoolClient": {
35+
"id": string
36+
"secret": string
37+
"type": "sst.aws.CognitoUserPoolClient"
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)