ados-rcm 1.1.548 → 1.1.550

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.548",
3
+ "version": "1.1.550",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -33,7 +33,8 @@
33
33
  "check": "tsc && npm run lint",
34
34
  "build": "vite build",
35
35
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",
36
- "format": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,json,scss,css}\""
36
+ "format": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,json,scss,css}\"",
37
+ "sonar": "sonar-scanner"
37
38
  },
38
39
  "peerDependencies": {
39
40
  "react": "^18.2.0",