@pathscale/ui 1.1.63 → 1.1.64

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": "@pathscale/ui",
3
- "version": "1.1.63",
3
+ "version": "1.1.64",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "scripts": {
119
119
  "build": "bun run scripts/check-contracts.ts && rslib build && bun run postbuild:manifest",
120
- "postbuild:manifest": "bun run ../rebuild-plugin-ui-css-purge/src/generate-manifest.ts src/components --out dist/purge-manifest.json",
120
+ "postbuild:manifest": "bun run ../rsbuild-plugin-ui-css-purge/src/generate-manifest.ts src/components --out dist/purge-manifest.json",
121
121
  "build:watch": "rslib build --watch",
122
122
  "dev": "rslib dev",
123
123
  "preview": "rslib preview",