@guardian/commercial-core 5.4.4 → 6.0.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.
@@ -24,7 +24,7 @@ type ContentTargeting = {
24
24
  /**
25
25
  * **R**ecently Published **C**ontent - [see on Ad Manager][gam]
26
26
  *
27
- * [gam]: TODO: add URL here once it's been created
27
+ * [gam]: https://admanager.google.com/59666047#inventory/custom_targeting/detail/custom_key_id=13845194
28
28
  */
29
29
  rc: string;
30
30
  /**
@@ -24,7 +24,7 @@ type ContentTargeting = {
24
24
  /**
25
25
  * **R**ecently Published **C**ontent - [see on Ad Manager][gam]
26
26
  *
27
- * [gam]: TODO: add URL here once it's been created
27
+ * [gam]: https://admanager.google.com/59666047#inventory/custom_targeting/detail/custom_key_id=13845194
28
28
  */
29
29
  rc: string;
30
30
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/commercial-core",
3
- "version": "5.4.4",
3
+ "version": "6.0.0",
4
4
  "description": "Guardian advertising business logic",
5
5
  "homepage": "https://github.com/guardian/commercial-core#readme",
6
6
  "bugs": {
@@ -34,17 +34,14 @@
34
34
  "validate": "npm-run-all tsc lint test build"
35
35
  },
36
36
  "prettier": "@guardian/prettier",
37
- "dependencies": {
38
- "type-fest": "2.12.2"
39
- },
40
37
  "devDependencies": {
41
38
  "@commitlint/cli": "^17.0.3",
42
39
  "@commitlint/config-conventional": "^17.0.0",
43
- "@guardian/ab-core": "2.0.0",
44
- "@guardian/consent-management-platform": "11.0.0",
45
- "@guardian/eslint-config-typescript": "^1.0.0",
46
- "@guardian/libs": "10.0.0",
47
- "@guardian/prettier": "^2.1.1",
40
+ "@guardian/ab-core": "4.0.0",
41
+ "@guardian/consent-management-platform": "^12.0.0",
42
+ "@guardian/eslint-config-typescript": "^5.0.0",
43
+ "@guardian/libs": "14.0.0",
44
+ "@guardian/prettier": "^3.0.0",
48
45
  "@octokit/core": "^4.0.5",
49
46
  "@semantic-release/github": "^8.0.2",
50
47
  "@types/google.analytics": "^0.0.42",
@@ -62,24 +59,26 @@
62
59
  "eslint-plugin-import": "^2.25.3",
63
60
  "eslint-plugin-jest": "^27.2.1",
64
61
  "eslint-plugin-prettier": "^4.0.0",
65
- "husky": "^8.0.1",
66
62
  "jest": "^29.4.1",
67
- "lint-staged": "^13.0.3",
68
63
  "mockdate": "^3.0.5",
69
64
  "npm-run-all": "^4.1.5",
70
65
  "prettier": "^2.5.0",
71
66
  "semantic-release": "^19.0.2",
72
67
  "semantic-release-monorepo": "^7.0.5",
73
68
  "ts-jest": "^29.0.5",
74
- "tslib": "^2.4.0",
75
- "typescript": "^4.5.2"
69
+ "tslib": "^2.4.1",
70
+ "type-fest": "2.12.2",
71
+ "typescript": "~4.9.5"
76
72
  },
77
73
  "publishConfig": {
78
74
  "access": "public"
79
75
  },
80
76
  "peerDependencies": {
81
- "@guardian/ab-core": "^2.0.0",
82
- "@guardian/consent-management-platform": "^11.0.0",
83
- "@guardian/libs": "^10.0.0"
77
+ "@guardian/ab-core": "^4.0.0",
78
+ "@guardian/consent-management-platform": "^12.0.0",
79
+ "@guardian/libs": "^14.0.0"
80
+ },
81
+ "resolutions": {
82
+ "typescript": "~4.9.5"
84
83
  }
85
84
  }