@stryke/string-format 0.12.28 → 0.12.29
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.
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Stryke - String Format
|
|
4
|
+
|
|
5
|
+
## [0.12.28](https://github.com/storm-software/stryke/releases/tag/string-format%400.12.28) (12/18/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update CDN URLs for banner assets
|
|
10
|
+
([5aefe1b](https://github.com/storm-software/stryke/commit/5aefe1b))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **helpers** to **v0.9.30**
|
|
15
|
+
- Updated **types** to **v0.10.27**
|
|
16
|
+
|
|
1
17
|

|
|
2
18
|
|
|
3
19
|
# Changelog for Stryke - String Format
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/string-format",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing utility functions to transform strings into various formats.",
|
|
6
6
|
"repository": {
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"types": "./dist/index.d.cts",
|
|
124
124
|
"devDependencies": { "tsdown": "^0.17.2" },
|
|
125
125
|
"publishConfig": { "access": "public" },
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "91cfc26c66c3042fd25e7c39d65f2a9cc88fb920"
|
|
127
127
|
}
|