@directo/adunit 0.0.1 → 0.1.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/README.md +1 -1
- package/dist/background.d.ts +0 -2
- package/dist/cjs/background.js +1 -1
- package/dist/cjs/content.js +1 -1
- package/dist/content.d.ts +0 -2
- package/dist/directo-global/background.js +1 -1
- package/dist/directo-global/content.js +1 -1
- package/dist/esm/background.mjs +1 -1
- package/dist/esm/content.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ import { initializeAdUnit } from '@directo/adunit/content';
|
|
|
31
31
|
|
|
32
32
|
3. Use your bundler of choice (Vite, webpack, Rollup, esbuild) to build your extension.
|
|
33
33
|
|
|
34
|
-
**TypeScript Compatibility Note:** This package is bundled with the
|
|
34
|
+
**TypeScript Compatibility Note:** This package is bundled with the ES2023 library and targets ES6. Ensure your project's TypeScript configuration (`tsconfig.json`) is compatible with these settings for optimal type support and compatibility.
|
|
35
35
|
|
|
36
36
|
@todo
|
|
37
37
|
### Method 2: Direct Script Inclusion
|