rollup-plugin-keywords 1.0.0 → 1.0.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 (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "rollup-plugin-keywords",
3
- "version": "1.0.0",
4
- "description": "A Rollup plugin that provides minifiable Symbols (keywords) to use in place of string literals for aggressive minification.",
3
+ "version": "1.0.1",
4
+ "description": "A Rollup plugin that provides minifiable Symbols (keywords) to use in place of string literals for aggressive minification/obfuscation.",
5
5
  "keywords": [
6
6
  "rollup",
7
7
  "rollup-plugin",
8
- "minification"
8
+ "minification",
9
+ "obfuscation"
9
10
  ],
10
11
  "repository": {
11
12
  "type": "git",
@@ -36,7 +37,7 @@
36
37
  "dist"
37
38
  ],
38
39
  "dependencies": {
39
- "minifiable-keywords": "1.0.0"
40
+ "minifiable-keywords": "1.0.1"
40
41
  },
41
42
  "devDependencies": {
42
43
  "@types/node": "^24.1.0",