@claspo/common 6.0.7 → 6.0.8-rc

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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @claspo/common
2
+
3
+ ## Overview
4
+
5
+ This package provides core utilities, types, and helper functions used across the Claspo widget ecosystem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claspo/common",
3
- "version": "6.0.7",
3
+ "version": "6.0.8-rc",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -23,7 +23,7 @@
23
23
  "build": "rm -rf out && tsc --project tsconfig.json && npm run minify",
24
24
  "minify": "find out -name '*.js' ! -name '*.d.js' -exec terser {} --compress --mangle --output {} \\;",
25
25
  "dev": " tsc --project tsconfig.json --watch",
26
- "package": "npm i && npm run test && npm run build && cp package.json out && cd out && npm publish --access=public && cd .."
26
+ "package": "npm i && npm run test && npm run build && cp package.json README.md out && cd out && npm publish --access=public && cd .."
27
27
  },
28
28
  "dependencies": {
29
29
  "velocityjs": "2.0.6"
@@ -40,5 +40,5 @@
40
40
  },
41
41
  "author": "alex-chernysh",
42
42
  "license": "",
43
- "homepage": "https://claspo.io/"
43
+ "homepage": "https://docs.claspo.io/docs/claspocommon"
44
44
  }