@webaround/openai-ads 0.1.0 → 0.1.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webaround/openai-ads",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "OpenAI Ads Measurement Pixel for the browser: a typed, consent-aware wrapper over the official oaiq SDK, with Pixel/Conversions API deduplication.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openai",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"check": "npm run lint && npm run typecheck && npm test"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@eslint/js": "^
|
|
50
|
-
"@types/node": "^
|
|
51
|
-
"eslint": "^
|
|
52
|
-
"jsdom": "^
|
|
49
|
+
"@eslint/js": "^10.0.1",
|
|
50
|
+
"@types/node": "^26.5.0",
|
|
51
|
+
"eslint": "^10.10.0",
|
|
52
|
+
"jsdom": "^30.0.1",
|
|
53
53
|
"typescript": "^5.6.3",
|
|
54
54
|
"typescript-eslint": "^8.70.0",
|
|
55
55
|
"vitest": "^5.0.0"
|