musora-content-services 2.165.1 → 2.165.4

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
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
+ ### [2.165.4](https://github.com/railroadmedia/musora-content-services/compare/v2.165.3...v2.165.4) (2026-06-19)
6
+
7
+ ### [2.165.3](https://github.com/railroadmedia/musora-content-services/compare/v2.165.1...v2.165.3) (2026-06-19)
8
+
9
+ ### [2.165.2](https://github.com/railroadmedia/musora-content-services/compare/v2.165.1...v2.165.2) (2026-06-19)
10
+
5
11
  ### [2.165.1](https://github.com/railroadmedia/musora-content-services/compare/v2.165.0...v2.165.1) (2026-06-19)
6
12
 
7
13
  ## [2.165.0](https://github.com/railroadmedia/musora-content-services/compare/v2.164.6...v2.165.0) (2026-06-18)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "2.165.1",
3
+ "version": "2.165.4",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -47,6 +47,10 @@ export interface UpgradeProduct {
47
47
  id: number
48
48
  name: string
49
49
  sku: string
50
+ rc_product_ids: {
51
+ apple: string
52
+ google: string
53
+ }
50
54
  price: number
51
55
  monthly_price: number
52
56
  includes_trial: boolean
@@ -1,48 +0,0 @@
1
- {
2
- "permissions": {
3
- "allow": [
4
- "Bash(npx jest *)",
5
- "Bash(npx tsc *)",
6
- "Skill(counselors)",
7
- "Bash(counselors ls *)",
8
- "Bash(counselors groups *)",
9
- "Bash(counselors run *)",
10
- "Bash(npm test *)",
11
- "Bash(gh pr *)",
12
- "Bash(gh api *)",
13
- "Bash(mkdir -p /tmp/pr-review-v2)",
14
- "Read(//tmp/pr-review-v2/**)",
15
- "Bash(cat /home/alesevero/railenvironment/applications/musora-content-services/AGENTS.md)",
16
- "Bash(echo \"no AGENTS.md\")",
17
- "Bash(echo \"exit=$?\")",
18
- "Bash(git checkout *)",
19
- "Skill(pr)",
20
- "Skill(create-decision)",
21
- "mcp__github__pull_request_read",
22
- "mcp__github__push_files",
23
- "Bash(git push *)",
24
- "mcp__github__create_pull_request"
25
- ]
26
- },
27
- "model": "sonnet",
28
- "enabledMcpjsonServers": [
29
- "atlassian",
30
- "figma",
31
- "google-workspace",
32
- "snowflake",
33
- "aws",
34
- "hex",
35
- "sanity",
36
- "mysql",
37
- "slack",
38
- "langfuse",
39
- "chrome-devtools",
40
- "railway",
41
- "github",
42
- "asana"
43
- ],
44
- "disabledMcpjsonServers": [
45
- "nightwatch"
46
- ],
47
- "effortLevel": "medium"
48
- }