Skip to content

Commit 2f223d2

Browse files
committed
update spin package and checkin package-lock for examples
Signed-off-by: karthik2804 <[email protected]>
1 parent b37b97c commit 2f223d2

File tree

52 files changed

+46210
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+46210
-127
lines changed

examples/aws/s3/package-lock.json

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

examples/aws/s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@fermyon/knitwit": "0.3.0"
2020
},
2121
"dependencies": {
22-
"@fermyon/spin-sdk": "^3.0.0-rc1",
22+
"@fermyon/spin-sdk": "^3.0.0",
2323
"itty-router": "^5.0.18",
2424
"@aws-sdk/client-s3": "^3.600.0"
2525
}

examples/aws/sqs/package-lock.json

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

examples/aws/sqs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@fermyon/knitwit": "0.3.0"
2020
},
2121
"dependencies": {
22-
"@fermyon/spin-sdk": "^3.0.0-rc1",
22+
"@fermyon/spin-sdk": "^3.0.0",
2323
"itty-router": "^5.0.18",
2424
"@aws-sdk/client-sqs": "^3.600.0"
2525
}
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
2-
"version": 1,
3-
"project": {
4-
"worlds": [
5-
"spin-http"
6-
]
7-
},
8-
"packages": {}
2+
"version": 1,
3+
"project": {
4+
"worlds": [
5+
"spin-http"
6+
]
7+
},
8+
"packages": {
9+
"@fermyon/spin-sdk": {
10+
"witPath": "../../bin/wit",
11+
"world": "spin-imports"
12+
}
13+
}
914
}

0 commit comments

Comments
 (0)