@datadog/rollup-plugin 3.2.1 → 3.2.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@datadog/rollup-plugin",
3
3
  "packageManager": "yarn@4.0.2",
4
- "version": "3.2.1",
4
+ "version": "3.2.3",
5
5
  "license": "MIT",
6
6
  "author": "Datadog",
7
7
  "description": "Datadog Rollup Plugin",
@@ -62,6 +62,8 @@
62
62
  "glob": "11.1.0",
63
63
  "json-stream-stringify": "3.1.6",
64
64
  "jszip": "3.10.1",
65
+ "magic-string": "0.30.21",
66
+ "oauth4webapi": "3.8.6",
65
67
  "outdent": "0.8.0",
66
68
  "p-queue": "6.6.2",
67
69
  "pretty-bytes": "5.6.0",
@@ -92,7 +94,6 @@
92
94
  "@babel/parser": "^7.24.5",
93
95
  "@babel/traverse": "^7.24.5",
94
96
  "@babel/types": "^7.24.5",
95
- "magic-string": "^0.30.0",
96
97
  "rollup": ">= 3.x < 5.x"
97
98
  },
98
99
  "peerDependenciesMeta": {
@@ -104,9 +105,9 @@
104
105
  },
105
106
  "@babel/types": {
106
107
  "optional": true
107
- },
108
- "magic-string": {
109
- "optional": true
110
108
  }
109
+ },
110
+ "optionalDependencies": {
111
+ "@napi-rs/keyring": "1.3.0"
111
112
  }
112
113
  }