@hexah/skin-sdk 0.9.1 → 0.10.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -19,7 +19,7 @@
19
19
  * major. Bump: major = zmiana łamiąca powierzchnię, minor = dodanie zgodne wstecz,
20
20
  * patch = bez zmiany powierzchni.
21
21
  */
22
- const SKIN_API_VERSION = "0.9.0";
22
+ const SKIN_API_VERSION = "0.10.0";
23
23
 
24
24
  /** Domyślny szablon, gdy motyw nie ma własnego wariantu wizualnego. */
25
25
  const DEFAULT_TEMPLATE = "medieval";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexah/skin-sdk",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "description": "Publiczny, wersjonowany kontrakt SDK skórek Hexah (stałe + typy). Implementacje dostarcza host w runtime.",
5
5
  "main": "index.js",
6
6
  "types": "index.js",