@lidofinance/satanizer 0.19.0 → 0.21.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 (3) hide show
  1. package/README.md +1 -1
  2. package/README.mdx +4 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lidofinance/satanizer
2
2
 
3
- Zero dependecies tool, which masks secrets 🕵️
3
+ Zero dependencies tool, which masks secrets 🕵️
4
4
 
5
5
  ## Installation
6
6
 
package/README.mdx ADDED
@@ -0,0 +1,4 @@
1
+ import { MarkdownWrapper } from '../../../.storybook/components/markdownWrapper.tsx'
2
+ import ReadmeContent from './README.md?raw'
3
+
4
+ <MarkdownWrapper>{ReadmeContent}</MarkdownWrapper>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Tool, which mask secrets",
4
4
  "repository": "git@github.com:lidofinance/warehouse.git",
5
5
  "license": "MIT",
6
- "version": "0.19.0",
6
+ "version": "0.21.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
@@ -22,7 +22,7 @@
22
22
  "test": "jest && tsd -f 'src/*.test-d.ts'"
23
23
  },
24
24
  "devDependencies": {
25
- "@lidofinance/config-prettier": "~0.19.0",
25
+ "@lidofinance/config-prettier": "~0.21.0",
26
26
  "@types/jest": "^29.2.4",
27
27
  "@types/node": "^18.11.17",
28
28
  "jest": "^29.3.1",