@adsterra-ad/core 0.1.0 → 0.1.2

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/dist/index.cjs CHANGED
@@ -36,6 +36,7 @@ var DEFAULT_AD_CONFIGS = {
36
36
  "300x250": { key: "a63df507acd2eab9674d17bcafcb2514", width: 300, height: 250 },
37
37
  "160x300": { key: "83f5b4a71b8b75054de5c9410db5ec31", width: 160, height: 300 },
38
38
  "728x90": { key: "608c40ac4f99ec5b1f15de546417ccba", width: 728, height: 90 },
39
+ "468x60": { key: "c85b776db3a5e6ded7f73f9f205dda69", width: 468, height: 60 },
39
40
  "320x50": { key: "8d6509c38d17a8bb29933c4ef9cd4327", width: 320, height: 50 },
40
41
  "160x600": { key: "b609dd6697e15c82d9600af75401fbcc", width: 160, height: 600 },
41
42
  native: { key: "a03627a5221f2054c614d3cc3e9ab09c", width: "100%", height: "auto" }
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- type AdFormat = '300x250' | '160x300' | '728x90' | '320x50' | '160x600' | 'native';
1
+ type AdFormat = '300x250' | '160x300' | '728x90' | '468x60' | '320x50' | '160x600' | 'native';
2
2
  type AdProvider = 'adsterra' | 'hilltopads';
3
3
  interface AdConfig {
4
4
  key: string;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- type AdFormat = '300x250' | '160x300' | '728x90' | '320x50' | '160x600' | 'native';
1
+ type AdFormat = '300x250' | '160x300' | '728x90' | '468x60' | '320x50' | '160x600' | 'native';
2
2
  type AdProvider = 'adsterra' | 'hilltopads';
3
3
  interface AdConfig {
4
4
  key: string;
package/dist/index.js CHANGED
@@ -3,6 +3,7 @@ var DEFAULT_AD_CONFIGS = {
3
3
  "300x250": { key: "a63df507acd2eab9674d17bcafcb2514", width: 300, height: 250 },
4
4
  "160x300": { key: "83f5b4a71b8b75054de5c9410db5ec31", width: 160, height: 300 },
5
5
  "728x90": { key: "608c40ac4f99ec5b1f15de546417ccba", width: 728, height: 90 },
6
+ "468x60": { key: "c85b776db3a5e6ded7f73f9f205dda69", width: 468, height: 60 },
6
7
  "320x50": { key: "8d6509c38d17a8bb29933c4ef9cd4327", width: 320, height: 50 },
7
8
  "160x600": { key: "b609dd6697e15c82d9600af75401fbcc", width: 160, height: 600 },
8
9
  native: { key: "a03627a5221f2054c614d3cc3e9ab09c", width: "100%", height: "auto" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adsterra-ad/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -15,6 +15,15 @@
15
15
  "files": [
16
16
  "dist"
17
17
  ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/SawLay043/adsterra-ads.git",
21
+ "directory": "packages/core"
22
+ },
23
+ "homepage": "https://github.com/SawLay043/adsterra-ads",
24
+ "bugs": {
25
+ "url": "https://github.com/SawLay043/adsterra-ads/issues"
26
+ },
18
27
  "publishConfig": {
19
28
  "access": "public"
20
29
  },