@semcore/illustration 16.0.1-prerelease.3 → 16.0.2

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [16.0.1] - 2025-05-30
5
+ ## [16.0.2] - 2025-05-30
6
6
 
7
7
  ### Changed
8
8
 
package/lib/cjs/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.getIllustrationPath = void 0;
7
- var version = "16.0.1";
7
+ var version = "16.0.2";
8
8
 
9
9
  /**
10
10
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
package/lib/es6/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var version = "16.0.1";
1
+ var version = "16.0.2";
2
2
 
3
3
  /**
4
4
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
package/lib/esm/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- var version = "16.0.1";
1
+ var version = "16.0.2";
2
2
  var formatName = function formatName2(name) {
3
3
  return name.split(/_|-/).map(function(el) {
4
4
  return el[0].toUpperCase() + el.slice(1);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/illustration",
3
3
  "description": "Semrush Illustration Component",
4
- "version": "16.0.1-prerelease.3",
4
+ "version": "16.0.2",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.mjs",
7
7
  "typings": "lib/types/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "colorjs.io": "0.4.3"
14
14
  },
15
15
  "peerDependencies": {
16
- "@semcore/base-components": "^16.0.1-prerelease.3"
16
+ "@semcore/base-components": "^16.0.0"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",
@@ -300,6 +300,6 @@
300
300
  "build": "pnpm clear && pnpm semcore-builder --source=js && pnpm run transform && pnpm vite build",
301
301
  "transform": "tsm --require=../../.ci/tsm-filter-warnings.js transform.ts",
302
302
  "clear": "tsm --require=../../.ci/tsm-filter-warnings.js clear.ts",
303
- "upload-static": "gcs-upload svg/*.svg"
303
+ "upload-static": "gcs-upload intergalactic-illustrations svg/*.svg"
304
304
  }
305
305
  }