@happyvertical/smrt-subscriptions 0.34.1 → 0.34.3

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782248720251,
3
+ "timestamp": 1782255203820,
4
4
  "packageName": "@happyvertical/smrt-subscriptions",
5
- "packageVersion": "0.34.1",
5
+ "packageVersion": "0.34.3",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-subscriptions:SubscriptionPlanCollection": {
8
8
  "name": "subscriptionplancollection",
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-23T21:05:20.690Z",
3
+ "generatedAt": "2026-06-23T22:53:24.952Z",
4
4
  "packageName": "@happyvertical/smrt-subscriptions",
5
- "packageVersion": "0.34.1",
5
+ "packageVersion": "0.34.3",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "f926ec756fc39f7d46cbdd181d816284afd28811305773e7ee68dc058a19d9b7",
10
- "packageJson": "11346265cf15aba5708df742136c667fd9bea66aba07de85cdeb535d4a3722b8",
9
+ "manifest": "b5ccf1268f4fb93dacb64fc980aebe46a5d60bedd53a79463ead429c42e0fae0",
10
+ "packageJson": "43459c55dfe82aef30cf0587295cb40c2f8de67ec84d8777e6630b321c3ab263",
11
11
  "agents": "97061be30df384ee234135e176165d3ecc6303146e596d3dd64c58ce508ae3b4"
12
12
  },
13
13
  "exports": [
@@ -14,6 +14,7 @@ let {
14
14
 
15
15
  <div class="smrt-plan-picker">
16
16
  {#each plans as plan (plan.id)}
17
+ <!-- raw-primitive-allow: pressable selection card (aria-pressed toggle with multi-line plan summary), not a standard action button -->
17
18
  <button
18
19
  aria-pressed={plan.planKey === selectedPlanKey}
19
20
  class:selected={plan.planKey === selectedPlanKey}
@@ -1 +1 @@
1
- {"version":3,"file":"PlanPicker.svelte.d.ts","sourceRoot":"","sources":["../../src/svelte/PlanPicker.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErE,KAAK,gBAAgB,GAAI;IACxB,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC7C,CAAC;AAoCF,QAAA,MAAM,UAAU,sDAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"PlanPicker.svelte.d.ts","sourceRoot":"","sources":["../../src/svelte/PlanPicker.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErE,KAAK,gBAAgB,GAAI;IACxB,KAAK,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC7C,CAAC;AAqCF,QAAA,MAAM,UAAU,sDAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-subscriptions",
3
- "version": "0.34.1",
3
+ "version": "0.34.3",
4
4
  "description": "Tenant subscriptions, entitlement resolution, usage thresholds, and subscription UI for SMRT",
5
5
  "type": "module",
6
+ "smrtRawPrimitives": "strict",
6
7
  "main": "./dist/index.js",
7
8
  "types": "./dist/index.d.ts",
8
9
  "files": [
@@ -26,9 +27,9 @@
26
27
  },
27
28
  "dependencies": {
28
29
  "@happyvertical/sql": "^0.74.7",
29
- "@happyvertical/smrt-tenancy": "0.34.1",
30
- "@happyvertical/smrt-core": "0.34.1",
31
- "@happyvertical/smrt-ui": "0.34.1"
30
+ "@happyvertical/smrt-core": "0.34.3",
31
+ "@happyvertical/smrt-tenancy": "0.34.3",
32
+ "@happyvertical/smrt-ui": "0.34.3"
32
33
  },
33
34
  "peerDependencies": {
34
35
  "svelte": "^5.18.0"
@@ -46,7 +47,7 @@
46
47
  "typescript": "^5.9.3",
47
48
  "vite": "^7.3.1",
48
49
  "vitest": "^4.0.17",
49
- "@happyvertical/smrt-vitest": "0.34.1"
50
+ "@happyvertical/smrt-vitest": "0.34.3"
50
51
  },
51
52
  "keywords": [
52
53
  "smrt",