stripe-experiment-sync 1.0.12 → 1.0.15-beta.1766078819

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,7 +1,7 @@
1
1
  // package.json
2
2
  var package_default = {
3
3
  name: "stripe-experiment-sync",
4
- version: "1.0.12",
4
+ version: "1.0.15-beta.1766078819",
5
5
  private: false,
6
6
  description: "Stripe Sync Engine to sync Stripe data to Postgres",
7
7
  type: "module",
@@ -41,6 +41,7 @@ var package_default = {
41
41
  dotenv: "^16.4.7",
42
42
  express: "^4.18.2",
43
43
  inquirer: "^12.3.0",
44
+ papaparse: "5.4.1",
44
45
  pg: "^8.16.3",
45
46
  "pg-node-migrations": "0.0.8",
46
47
  stripe: "^17.7.0",
@@ -52,6 +53,7 @@ var package_default = {
52
53
  "@types/express": "^4.17.21",
53
54
  "@types/inquirer": "^9.0.7",
54
55
  "@types/node": "^24.10.1",
56
+ "@types/papaparse": "5.3.16",
55
57
  "@types/pg": "^8.15.5",
56
58
  "@types/ws": "^8.5.13",
57
59
  "@types/yesql": "^4.1.4",