@semcore/illustration 16.0.1-prerelease.4 → 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 +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/es6/index.js +1 -1
- package/lib/esm/index.mjs +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/lib/cjs/index.js
CHANGED
package/lib/es6/index.js
CHANGED
package/lib/esm/index.mjs
CHANGED
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.
|
|
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.
|
|
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
|
}
|