@swc/plugin-swc-confidential 11.7.0 → 11.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @swc/plugin-swc-confidential
2
2
 
3
+ ## 11.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d2f9cfa: build: Update swc_core to v65.0.0
8
+
9
+ ## 11.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - a0fb975: Update swc_core to v61.0.1
14
+
3
15
  ## 11.7.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @swc/plugin-swc-confidential
2
2
 
3
+ `@swc/plugin-swc-confidential` encrypts string literals marked with the `/*#__CONFIDENTIAL__*/` comment using AES encryption at build time. This lets you ship sensitive strings (such as feature flag names or identifiers) in an obfuscated form so they are not trivially readable in your production bundle.
4
+
3
5
  ## Usage
4
6
 
5
7
  .swcrc:
package/README.tmpl.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @swc/plugin-swc-confidential
2
2
 
3
+ `@swc/plugin-swc-confidential` encrypts string literals marked with the `/*#__CONFIDENTIAL__*/` comment using AES encryption at build time. This lets you ship sensitive strings (such as feature flag names or identifiers) in an obfuscated form so they are not trivially readable in your production bundle.
4
+
3
5
  ## Usage
4
6
 
5
7
  .swcrc:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-swc-confidential",
3
- "version": "11.7.0",
3
+ "version": "11.9.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
Binary file