@opentagcloud/core 0.3.0 → 0.4.0

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentagcloud/core",
3
- "version": "0.3.0",
4
- "description": "Framework-agnostic layout engine, vanilla-JS renderer, and stylesheet for openTagCloud \u2014 a dependency-free, self-packing, SSR-friendly tag cloud.",
3
+ "version": "0.4.0",
4
+ "description": "Framework-agnostic layout engine, vanilla-JS renderer, and stylesheet for openTagCloud a dependency-free, self-packing, SSR-friendly tag cloud.",
5
5
  "keywords": [
6
6
  "tag-cloud",
7
7
  "tagcloud",
@@ -45,7 +45,7 @@
45
45
  "./dist/opentagcloud.vanilla.js"
46
46
  ],
47
47
  "scripts": {
48
- "build": "tsc -p tsconfig.json && node scripts/emit-css.mjs && esbuild src/umd.ts --bundle --format=iife --global-name=openTagCloud --outfile=dist/opentagcloud.vanilla.js --banner:js=\"/* openTagCloud \u2014 script-tag build. window.openTagCloud.{mount,defineElement,renderTagCloud,...}; registers <otc-tag-cloud> automatically. Generated from src/umd.ts. */\"",
48
+ "build": "tsc -p tsconfig.json && node scripts/emit-css.mjs && esbuild src/umd.ts --bundle --format=iife --global-name=openTagCloud --outfile=dist/opentagcloud.vanilla.js --banner:js=\"/* openTagCloud script-tag build. window.openTagCloud.{mount,defineElement,renderTagCloud,...}; registers <otc-tag-cloud> automatically. Generated from src/umd.ts. */\"",
49
49
  "test": "vitest run",
50
50
  "prepublishOnly": "npm run build"
51
51
  },