@cryptofi/core-ui 0.14.2 → 0.14.4

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptofi/core-ui",
3
- "version": "0.14.2",
3
+ "version": "0.14.4",
4
4
  "author": {
5
5
  "name": "CryptoFi"
6
6
  },
@@ -22,10 +22,11 @@
22
22
  "storybook": "storybook dev -p 6006",
23
23
  "build:storybook": "storybook build",
24
24
  "publish:local": "yarn build && yarn dlx yalc publish --push",
25
- "publish:npm": "npm publish --access public && dotenv cross-var node scripts/npmPublishNotifier.cjs %SLACK_WEBHOOK_URL%",
25
+ "publish:npm": "npm publish --access public && yarn publish:notifier",
26
26
  "icons:gen": "yarn icons:clean && yarn icons:prefix && yarn dlx @svgr/cli -- ./svg-icons",
27
27
  "icons:clean": "rm -rf src/icons && mkdir src/icons",
28
- "icons:prefix": "node scripts/prefixIcons.cjs"
28
+ "icons:prefix": "node scripts/prefixIcons.cjs",
29
+ "publish:notifier": "dotenv cross-var node scripts/npmPublishNotifier.cjs %SLACK_WEBHOOK_URL%"
29
30
  },
30
31
  "module": "dist/index.js",
31
32
  "types": "dist/types/index.d.ts",
@@ -89,6 +90,7 @@
89
90
  "@types/stringify-object": "^4.0.4",
90
91
  "@typescript-eslint/eslint-plugin": "^6.13.1",
91
92
  "@typescript-eslint/parser": "^6.13.1",
93
+ "chalk": "^5.3.0",
92
94
  "cross-var": "^1.1.0",
93
95
  "dotenv-cli": "^7.3.0",
94
96
  "eslint": "^8.9.0",