@stryke/string-format 0.17.0 → 0.17.1

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/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  # Changelog for Stryke - String Format
4
4
 
5
+ ## [0.17.1](https://github.com/storm-software/stryke/releases/tag/string-format%400.17.1) (03/08/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **helpers** to **v0.10.1**
10
+ - Updated **types** to **v0.10.50**
11
+ - Updated **path** to **v0.26.17**
12
+
5
13
  ## [0.17.0](https://github.com/storm-software/stryke/releases/tag/string-format%400.17.0) (03/08/2026)
6
14
 
7
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/string-format",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "type": "module",
5
5
  "description": "A package containing utility functions to transform strings into various formats.",
6
6
  "repository": {
@@ -134,8 +134,8 @@
134
134
  "./*": "./*"
135
135
  },
136
136
  "types": "./dist/index.d.cts",
137
- "dependencies": { "@stryke/path": "^0.26.16" },
137
+ "dependencies": { "@stryke/path": "^0.26.17" },
138
138
  "devDependencies": { "tsdown": "^0.17.2" },
139
139
  "publishConfig": { "access": "public" },
140
- "gitHead": "ddf54318bd81f6321233db8cfef8b991eb161413"
140
+ "gitHead": "875e633229d2ed1637cc483474a977c001ab46cc"
141
141
  }