nuudel-core 0.4.9 → 0.4.11

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ git config --global push.default current
24
24
 
25
25
  # npm
26
26
 
27
- export NODE_AUTH_TOKEN=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
27
+ export NODE_AUTH_TOKEN=
28
28
  npm login --registry=https://npm.pkg.github.com --scope=c0des1gn
29
29
  npm login --registry=registry.npmjs.org
30
30
  yarn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "description": "Web components for react with material UI",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",
@@ -86,7 +86,7 @@
86
86
  "@mui/icons-material": "^5.18.0",
87
87
  "@mui/material": "^5.18.0",
88
88
  "@types/i18next": "^13.0.0",
89
- "@types/node-sass": "^4.11.3",
89
+ "@types/node-sass": "^4.11.8",
90
90
  "@types/pica": "^5.1.3",
91
91
  "@types/react": "^18.3.1",
92
92
  "@types/react-dom": "^18.3.1",