@sapphire/string-store 3.0.0-pr-935.7da5c8bb → 3.0.0
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 +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
# [@sapphire/string-store@3.0.0](https://github.com/sapphiredev/utilities/compare/@sapphire/string-store@2.0.0...@sapphire/string-store@3.0.0) - (2025-12-14)
|
|
6
|
+
|
|
7
|
+
## 🐛 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **string-store:** Use only valid unicode characters to encode ([15184ba](https://github.com/sapphiredev/utilities/commit/15184bad08fad49e861bebafbe0b21e0da2a462b)) ([#935](https://github.com/sapphiredev/utilities/pull/935) by @SammyWhamy)
|
|
10
|
+
- **deps:** Update all non-major dependencies ([841436f](https://github.com/sapphiredev/utilities/commit/841436f1b501f468b002790283a25298561768d6)) ([#946](https://github.com/sapphiredev/utilities/pull/946) by @renovate[bot])
|
|
11
|
+
- **deps:** Update all non-major dependencies ([636a5ee](https://github.com/sapphiredev/utilities/commit/636a5eed0939fd96a82213bf8459846aedd54037)) ([#897](https://github.com/sapphiredev/utilities/pull/897) by @renovate[bot])
|
|
12
|
+
- **deps:** Update all non-major dependencies ([4bc5591](https://github.com/sapphiredev/utilities/commit/4bc55911f95456a2caee10a3588c7b5f1542fb00)) ([#879](https://github.com/sapphiredev/utilities/pull/879) by @renovate[bot])
|
|
13
|
+
- **deps:** Update all non-major dependencies ([bc2f01c](https://github.com/sapphiredev/utilities/commit/bc2f01ce7d6932c9a0e02faa7cc081ecbae9640d)) ([#869](https://github.com/sapphiredev/utilities/pull/869) by @renovate[bot])
|
|
14
|
+
|
|
5
15
|
# [@sapphire/string-store@2.0.0](https://github.com/sapphiredev/utilities/compare/@sapphire/string-store@1.2.0...@sapphire/string-store@2.0.0) - (2025-01-31)
|
|
6
16
|
|
|
7
17
|
## 🏠 Refactor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/string-store",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "High-capacity raw data storage in UTF-16 strings",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@favware/cliff-jumper": "^6.0.0",
|
|
66
|
-
"@vitest/coverage-v8": "^
|
|
67
|
-
"tsup": "^8.5.
|
|
68
|
-
"tsx": "^4.
|
|
66
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
67
|
+
"tsup": "^8.5.1",
|
|
68
|
+
"tsx": "^4.21.0",
|
|
69
69
|
"typedoc": "^0.26.11",
|
|
70
70
|
"typedoc-json-parser": "^10.2.0",
|
|
71
71
|
"typescript": "~5.4.5",
|
|
72
|
-
"vitest": "^
|
|
72
|
+
"vitest": "^4.0.15"
|
|
73
73
|
}
|
|
74
74
|
}
|