create-dql-app 1.5.0 → 1.5.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dql-app",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "Scaffold a new DQL project. Run with: npx create-dql-app <name>",
5
5
  "license": "MIT",
6
6
  "author": "DuckCode AI Labs",
@@ -5,6 +5,11 @@
5
5
  "title": "Cards Daily Ops",
6
6
  "description": "Certified cards operating dashboard for volume, approvals, and fraud exposure.",
7
7
  "domain": "cards",
8
+ "subdomain": "fraud",
9
+ "groups": ["daily-ops", "merchant-risk"],
10
+ "audience": "operations",
11
+ "visibility": "shared",
12
+ "lifecycle": "review",
8
13
  "tags": ["cards", "fraud", "ops"]
9
14
  },
10
15
  "filters": [
@@ -58,4 +63,3 @@
58
63
  ]
59
64
  }
60
65
  }
61
-
@@ -3,9 +3,22 @@
3
3
  "id": "cards-ops",
4
4
  "name": "Cards Operations",
5
5
  "description": "Daily cards volume, approval health, and fraud monitoring for operations leaders.",
6
+ "visibility": "shared",
6
7
  "domain": "cards",
8
+ "subdomain": "fraud",
9
+ "groups": ["daily-ops", "merchant-risk"],
10
+ "audience": "operations",
11
+ "lifecycle": "review",
7
12
  "owners": ["raj.kumar@acme-bank.com"],
8
13
  "tags": ["cards", "fraud", "daily", "ops", "audience:operations"],
14
+ "notebooks": [
15
+ {
16
+ "path": "notebooks/cards_fraud_ops.dqlnb",
17
+ "title": "Cards Fraud Ops Investigation",
18
+ "role": "analysis",
19
+ "visibility": "shared"
20
+ }
21
+ ],
9
22
  "members": [
10
23
  {
11
24
  "userId": "raj.kumar@acme-bank.com",
@@ -13,6 +13,6 @@
13
13
  "test": "dql test"
14
14
  },
15
15
  "devDependencies": {
16
- "@duckcodeailabs/dql-cli": "^1.5.0"
16
+ "@duckcodeailabs/dql-cli": "^1.5.2"
17
17
  }
18
18
  }
@@ -8,6 +8,6 @@
8
8
  "doctor": "dql doctor"
9
9
  },
10
10
  "devDependencies": {
11
- "@duckcodeailabs/dql-cli": "^1.5.0"
11
+ "@duckcodeailabs/dql-cli": "^1.5.2"
12
12
  }
13
13
  }
@@ -11,6 +11,6 @@
11
11
  "test": "dql test"
12
12
  },
13
13
  "devDependencies": {
14
- "@duckcodeailabs/dql-cli": "^1.5.0"
14
+ "@duckcodeailabs/dql-cli": "^1.5.2"
15
15
  }
16
16
  }