@kylincloud/flamegraph 0.35.17 → 0.35.18
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 +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.35.18](/compare/v0.35.17...v0.35.18) (2025-12-11)
|
|
4
|
+
|
|
3
5
|
## [0.35.17](/compare/v0.35.15...v0.35.17) (2025-12-11)
|
|
4
6
|
|
|
5
7
|
|
|
@@ -8,6 +10,7 @@
|
|
|
8
10
|
|
|
9
11
|
### Bug Fixes | Bug 修复
|
|
10
12
|
|
|
13
|
+
* 修复publish->manual 639086f4
|
|
11
14
|
* 统一使用npm e3950dbb
|
|
12
15
|
* 修复输入框聚焦黑色框影响过大的问题 8138fe5f
|
|
13
16
|
* .npmrc 1ac264b2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kylincloud/flamegraph",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.18",
|
|
4
4
|
"description": "KylinCloud flamegraph renderer (Pyroscope-based)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dev": "npm run dev:js",
|
|
39
39
|
"lint": "eslint ./ --cache --fix",
|
|
40
40
|
"release": "bash -c 'source .env && export GITLAB_TOKEN=\"glpat-$RELEASE_TOKEN\" && release-it'",
|
|
41
|
-
"publish": "npm publish --access public --registry=https://registry.npmjs.org/"
|
|
41
|
+
"publish:manual": "npm publish --access public --registry=https://registry.npmjs.org/"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"graphviz-react": "^1.2.5",
|