@directo/adunit 0.0.2 → 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 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 ES2022 library and targets ES6. Ensure your project's TypeScript configuration (`tsconfig.json`) is compatible with these settings for optimal type support and compatibility.
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
@@ -1,5 +1,3 @@
1
- // Generated by dts-bundle-generator v9.5.1
2
-
3
1
  declare function isCoreMessage(message: unknown): boolean;
4
2
  export declare function initializeAdUnit(partnerKey: string): Promise<void>;
5
3