@kylincloud/flamegraph 0.35.15 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kylincloud/flamegraph",
3
- "version": "0.35.15",
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",
@@ -28,17 +28,17 @@
28
28
  ],
29
29
  "scripts": {
30
30
  "clean": "rm -rf dist",
31
- "build": "pnpm run clean && pnpm run build:types && pnpm run build:js && pnpm run build:assets",
31
+ "build": "npm run clean && npm run build:types && npm run build:js && npm run build:assets",
32
32
  "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly",
33
33
  "build:js": "rollup -c",
34
34
  "build:assets": "cp src/logo-v3-small.svg dist/logo-v3-small.svg || true",
35
35
  "type-check": "tsc -p tsconfig.build.json --noEmit",
36
36
  "dev:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --watch",
37
37
  "dev:js": "rollup -c -w",
38
- "dev": "pnpm run dev:js",
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 login --registry=https://registry.npmjs.org/ && pnpm 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",
@@ -403,5 +403,5 @@ pre {
403
403
  // --------------------------------------------------------------------------
404
404
 
405
405
  :focus-visible {
406
- outline: revert !important;
406
+ outline: revert;
407
407
  }