@quintype/seo 1.49.2-fix-article-schema.0 → 1.49.3-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +10 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.49.3-beta.0](https://github.com/quintype/quintype-node-seo/compare/v1.49.2...v1.49.3-beta.0) (2025-10-15)
6
+
7
+ ### [1.49.2](https://github.com/quintype/quintype-node-seo/compare/v1.49.1...v1.49.2) (2025-07-07)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * support article schema when enableNewsArticle is not set to "withoutArticleSchema" value ([#569](https://github.com/quintype/quintype-node-seo/issues/569)) ([bfacda1](https://github.com/quintype/quintype-node-seo/commit/bfacda161f4d9b2e5d220acb1c3088081c0f04ec))
13
+
5
14
  ### [1.49.1](https://github.com/quintype/quintype-node-seo/compare/v1.49.1-live-blog-meta-description.1...v1.49.1) (2025-07-01)
6
15
 
7
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/seo",
3
- "version": "1.49.2-fix-article-schema.0",
3
+ "version": "1.49.3-beta.0",
4
4
  "description": "SEO Modules for Quintype",
5
5
  "main": "dist/index.cjs.js",
6
6
  "repository": "https://github.com/quintype/quintype-node-seo",
@@ -14,7 +14,7 @@
14
14
  "coverage": "nyc --all --reporter=html npm test",
15
15
  "docs": "rimraf docs && jsdoc -c jsdoc.json",
16
16
  "prepack": "npm run build",
17
- "prepublishOnly": "npm install && npm test && ./bin-dev-scripts/standard-version-release.sh",
17
+ "prepublishOnly": "npm install --legacy-peer-deps && npm test && ./bin-dev-scripts/standard-version-release.sh",
18
18
  "test": "npm run build && mocha test",
19
19
  "sync-files-to": "npx onchange --verbose --await-write-finish=2000 'src/**/*' -- ./bin-dev-scripts/sync-to.sh "
20
20
  },
@@ -33,7 +33,7 @@
33
33
  "eslint-plugin-promise": "^5.1.0",
34
34
  "eslint-plugin-react": "^7.12.4",
35
35
  "eslint-plugin-standard": "^5.0.0",
36
- "gh-pages": "^3.2.2",
36
+ "gh-pages": "^6.3.0",
37
37
  "husky": "^7.0.0",
38
38
  "jsdoc": "^3.6.10",
39
39
  "lint-staged": "^11.0.0",
@@ -42,8 +42,8 @@
42
42
  "nyc": "^15.0.0",
43
43
  "onchange": "^7.0.2",
44
44
  "prettier": "^2.2.1",
45
- "react": "^17.0.1",
46
- "react-dom": "^17.0.1",
45
+ "react": "^19.2.0",
46
+ "react-dom": "^19.2.0",
47
47
  "rimraf": "^3.0.2",
48
48
  "rollup": "^2.0.0",
49
49
  "rollup-plugin-babel": "^3.0.2",
@@ -51,7 +51,12 @@
51
51
  "structured-data-testing-tool": "^4.5.0",
52
52
  "url": "^0.11.0"
53
53
  },
54
+ "engines": {
55
+ "node": ">=20.0.0",
56
+ "npm": ">=10.0.0"
57
+ },
54
58
  "dependencies": {
59
+ "@babel/traverse": "^7.28.4",
55
60
  "date-fns": "^2.17.0",
56
61
  "date-fns-tz": "^1.1.1",
57
62
  "quintype-js": "^1.2.0"