@stardeck-customer-apps/testing 0.3.1 → 0.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stardeck-customer-apps/testing",
3
- "version": "0.3.1",
3
+ "version": "0.5.0",
4
4
  "description": "Vitest test harness for Stardeck customer apps — in-process Postgres (PGlite) plus a control-plane simulator so the real Stardeck SDKs run unmodified in tests",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -62,11 +62,13 @@
62
62
  "author": "Stardeck",
63
63
  "license": "MIT",
64
64
  "dependencies": {
65
- "@electric-sql/pglite": "^0.3.0",
66
- "@stardeck-customer-apps/core": "*"
65
+ "@electric-sql/pglite": "^0.3.0"
67
66
  },
68
67
  "peerDependencies": {
69
68
  "@stardeck-customer-apps/integrations-sdk": ">=1.6.0",
69
+ "@stardeck-customer-apps/edge-sdk": ">=1.4.0",
70
+ "@stardeck-customer-apps/payments-sdk": ">=0.1.0",
71
+ "@stardeck-customer-apps/storage-sdk": ">=0.1.0",
70
72
  "next": "^14.0.0 || ^15.0.0 || ^16.0.0",
71
73
  "vitest": ">=2.0.0"
72
74
  },
@@ -74,6 +76,15 @@
74
76
  "@stardeck-customer-apps/integrations-sdk": {
75
77
  "optional": true
76
78
  },
79
+ "@stardeck-customer-apps/edge-sdk": {
80
+ "optional": true
81
+ },
82
+ "@stardeck-customer-apps/payments-sdk": {
83
+ "optional": true
84
+ },
85
+ "@stardeck-customer-apps/storage-sdk": {
86
+ "optional": true
87
+ },
77
88
  "next": {
78
89
  "optional": true
79
90
  }
@@ -83,7 +94,10 @@
83
94
  "@neondatabase/serverless": "^1.0.0",
84
95
  "@stardeck-customer-apps/data-store-sdk": "*",
85
96
  "@stardeck-customer-apps/email-sdk": "*",
97
+ "@stardeck-customer-apps/edge-sdk": "*",
86
98
  "@stardeck-customer-apps/integrations-sdk": "*",
99
+ "@stardeck-customer-apps/payments-sdk": "*",
100
+ "@stardeck-customer-apps/storage-sdk": "*",
87
101
  "@stardeck-customer-apps/tsconfig": "*",
88
102
  "@types/node": "^24.10.1",
89
103
  "kysely": "^0.27.0",