Skip to content

Commit 9d611cb

Browse files
chore(Common): Update dependency version and improve documentation
This commit makes minor maintenance updates to the Common crate: - Update `@cloudflare/workers-types` from 4.20260304.0 to 4.20260317.1 to include latest type definitions for Cloudflare Workers - Remove empty `dependencies` object from package.json - Add visual indicators (📥, 🚀) to README section headers for improved readability These changes keep the Common crate's tooling up to date while improving developer experience through minor documentation enhancements.
1 parent 7b568a5 commit 9d611cb

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ graph LR
206206

207207
## Getting Started 🚀
208208

209-
### Installation
209+
### Installation 📥
210210

211211
`Common` is intended to be used as a local path dependency within the `Land`
212212
workspace. In `Mountain`'s `Cargo.toml`:
@@ -216,7 +216,7 @@ workspace. In `Mountain`'s `Cargo.toml`:
216216
Common = { path = "../Common" }
217217
```
218218

219-
### Usage
219+
### Usage 🚀
220220

221221
A developer working within the `Mountain` codebase would use `Common` as
222222
follows:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
"scripts": {
2222
"prepublishOnly": "Build 'Source/**/*.ts'"
2323
},
24-
"dependencies": {},
2524
"devDependencies": {
26-
"@cloudflare/workers-types": "4.20260304.0",
25+
"@cloudflare/workers-types": "4.20260317.1",
2726
"@playform/build": "0.3.0"
2827
},
2928
"publishConfig": {

0 commit comments

Comments
 (0)