@shrkcrft/shared 0.1.0-alpha.10 → 0.1.0-alpha.11

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/dist/index.d.ts CHANGED
@@ -3,5 +3,5 @@
3
3
  * multiple packages without belonging to any one of them. Intentionally
4
4
  * kept minimal — do not dump utilities here when @shrkcrft/core fits.
5
5
  */
6
- export declare const SHARKCRAFT_VERSION = "0.1.0-alpha.10";
6
+ export declare const SHARKCRAFT_VERSION = "0.1.0-alpha.11";
7
7
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -3,4 +3,4 @@
3
3
  * multiple packages without belonging to any one of them. Intentionally
4
4
  * kept minimal — do not dump utilities here when @shrkcrft/core fits.
5
5
  */
6
- export const SHARKCRAFT_VERSION = '0.1.0-alpha.10';
6
+ export const SHARKCRAFT_VERSION = '0.1.0-alpha.11';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shrkcrft/shared",
3
- "version": "0.1.0-alpha.10",
3
+ "version": "0.1.0-alpha.11",
4
4
  "description": "SharkCraft shared internals.",
5
5
  "license": "MIT",
6
6
  "author": "SharkCraft contributors",