@artginzburg/next-ym 1.3.6 → 1.3.7

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artginzburg/next-ym",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "Yandex Metrica for Next.js — App Router, ecommerce, Safari ITP proxy, auto SPA tracking",
5
5
  "files": [
6
6
  "dist"
@@ -51,7 +51,7 @@
51
51
  "generate:llms": "node scripts/generate-llms.mjs",
52
52
  "prepublishOnly": "pnpm build && pnpm generate:llms",
53
53
  "preversion": "pnpm lint:ts && pnpm test",
54
- "postversion": "git push --follow-tags && npm publish && gh release create v$npm_package_version --generate-notes",
54
+ "postversion": "git push --follow-tags && gh release create v$npm_package_version --generate-notes",
55
55
  "lint": "eslint src --fix --max-warnings 0",
56
56
  "lint:ts": "tsc --noEmit",
57
57
  "test": "jest",