schematic-symbols 0.0.191 → 0.0.192

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,7 +1,7 @@
1
1
  {
2
2
  "name": "schematic-symbols",
3
3
  "main": "./dist/index.js",
4
- "version": "0.0.191",
4
+ "version": "0.0.192",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -9,7 +9,7 @@
9
9
  "scripts": {
10
10
  "start": "bun run build && bun --hot run dev-server.ts",
11
11
  "dev": "bun run start",
12
- "build": "bun make-vfs ./symbols --content-format import-default --outfile ./generated/symbols-index.ts && tsup-node ./index.ts --format esm --dts --sourcemap && bun run scripts/generate-base-symbol-names.ts",
12
+ "build": "bun make-vfs ./symbols --content-format import-default --outfile ./generated/symbols-index.ts && tsup && bun run scripts/generate-base-symbol-names.ts",
13
13
  "test": "bun run build && bun test",
14
14
  "generate": "bun run scripts/generate-symbol-from-asset-svg.ts && bun run format",
15
15
  "generate:all": "bun run scripts/generate-symbols-from-asset-svgs.ts && bun run format",