@happyvertical/smrt-subscriptions 0.45.1 → 0.45.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.
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/manifest.json +7 -3
- package/dist/smrt-knowledge.json +3 -3
- package/package.json +5 -5
package/dist/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"timestamp": 0,
|
|
4
4
|
"packageName": "@happyvertical/smrt-subscriptions",
|
|
5
|
-
"packageVersion": "0.45.
|
|
5
|
+
"packageVersion": "0.45.3",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-subscriptions:SubscriptionPlanCollection": {
|
|
8
8
|
"name": "subscriptionplancollection",
|
|
@@ -570,7 +570,9 @@
|
|
|
570
570
|
"update"
|
|
571
571
|
]
|
|
572
572
|
},
|
|
573
|
-
"cli":
|
|
573
|
+
"cli": {
|
|
574
|
+
"skipApiCheck": true
|
|
575
|
+
},
|
|
574
576
|
"mcp": {
|
|
575
577
|
"include": [
|
|
576
578
|
"list",
|
|
@@ -885,7 +887,9 @@
|
|
|
885
887
|
"update"
|
|
886
888
|
]
|
|
887
889
|
},
|
|
888
|
-
"cli":
|
|
890
|
+
"cli": {
|
|
891
|
+
"skipApiCheck": true
|
|
892
|
+
},
|
|
889
893
|
"mcp": {
|
|
890
894
|
"include": [
|
|
891
895
|
"list",
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-subscriptions",
|
|
6
|
-
"packageVersion": "0.45.
|
|
6
|
+
"packageVersion": "0.45.3",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "cf68a4b475107498b5c80b4334a0b174c676d1a85a2c056abb3e079302ea673d",
|
|
11
|
+
"packageJson": "397b6602f575880efecd932f112c3569dcdcd0ba28803f4efeef2a234138c0b6",
|
|
12
12
|
"agents": "149a45af3f2a142302dae957dd80c29dc11c30a3f40520679aad1e0029f6c4f8"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-subscriptions",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.3",
|
|
4
4
|
"description": "Tenant subscriptions, entitlement resolution, usage thresholds, and subscription UI for SMRT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@happyvertical/sql": "^0.89.4",
|
|
30
|
-
"@happyvertical/smrt-core": "0.45.
|
|
31
|
-
"@happyvertical/smrt-tenancy": "0.45.
|
|
32
|
-
"@happyvertical/smrt-ui": "0.45.
|
|
30
|
+
"@happyvertical/smrt-core": "0.45.3",
|
|
31
|
+
"@happyvertical/smrt-tenancy": "0.45.3",
|
|
32
|
+
"@happyvertical/smrt-ui": "0.45.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"svelte": "^5.56.4"
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"typescript": "5.9.3",
|
|
48
48
|
"vite": "8.1.4",
|
|
49
49
|
"vitest": "4.1.10",
|
|
50
|
-
"@happyvertical/smrt-vitest": "0.45.
|
|
50
|
+
"@happyvertical/smrt-vitest": "0.45.3"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
53
53
|
"smrt",
|