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

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.15-beta.1766078819",
4
+ version: "1.0.15",
5
5
  private: false,
6
6
  description: "Stripe Sync Engine to sync Stripe data to Postgres",
7
7
  type: "module",
@@ -2,11 +2,11 @@ import {
2
2
  StripeSync,
3
3
  createStripeWebSocketClient,
4
4
  runMigrations
5
- } from "./chunk-ENHIM76M.js";
5
+ } from "./chunk-GOBVFXU7.js";
6
6
  import {
7
7
  install,
8
8
  uninstall
9
- } from "./chunk-5J4LJ44K.js";
9
+ } from "./chunk-XIFB5ALW.js";
10
10
 
11
11
  // src/cli/config.ts
12
12
  import dotenv from "dotenv";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  package_default
3
- } from "./chunk-TPFENIK3.js";
3
+ } from "./chunk-3KVILTN4.js";
4
4
 
5
5
  // src/stripeSync.ts
6
6
  import Stripe3 from "stripe";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  package_default
3
- } from "./chunk-TPFENIK3.js";
3
+ } from "./chunk-3KVILTN4.js";
4
4
 
5
5
  // src/supabase/supabase.ts
6
6
  import { SupabaseManagementAPI } from "supabase-management-js";
@@ -33,7 +33,7 @@ var import_commander = require("commander");
33
33
  // package.json
34
34
  var package_default = {
35
35
  name: "stripe-experiment-sync",
36
- version: "1.0.15-beta.1766078819",
36
+ version: "1.0.15",
37
37
  private: false,
38
38
  description: "Stripe Sync Engine to sync Stripe data to Postgres",
39
39
  type: "module",
package/dist/cli/index.js CHANGED
@@ -5,12 +5,12 @@ import {
5
5
  migrateCommand,
6
6
  syncCommand,
7
7
  uninstallCommand
8
- } from "../chunk-7G2ZYKBP.js";
9
- import "../chunk-ENHIM76M.js";
10
- import "../chunk-5J4LJ44K.js";
8
+ } from "../chunk-AODI5WO6.js";
9
+ import "../chunk-GOBVFXU7.js";
10
+ import "../chunk-XIFB5ALW.js";
11
11
  import {
12
12
  package_default
13
- } from "../chunk-TPFENIK3.js";
13
+ } from "../chunk-3KVILTN4.js";
14
14
 
15
15
  // src/cli/index.ts
16
16
  import { Command } from "commander";
package/dist/cli/lib.cjs CHANGED
@@ -117,7 +117,7 @@ async function loadConfig(options) {
117
117
  // package.json
118
118
  var package_default = {
119
119
  name: "stripe-experiment-sync",
120
- version: "1.0.15-beta.1766078819",
120
+ version: "1.0.15",
121
121
  private: false,
122
122
  description: "Stripe Sync Engine to sync Stripe data to Postgres",
123
123
  type: "module",
package/dist/cli/lib.js CHANGED
@@ -6,10 +6,10 @@ import {
6
6
  migrateCommand,
7
7
  syncCommand,
8
8
  uninstallCommand
9
- } from "../chunk-7G2ZYKBP.js";
10
- import "../chunk-ENHIM76M.js";
11
- import "../chunk-5J4LJ44K.js";
12
- import "../chunk-TPFENIK3.js";
9
+ } from "../chunk-AODI5WO6.js";
10
+ import "../chunk-GOBVFXU7.js";
11
+ import "../chunk-XIFB5ALW.js";
12
+ import "../chunk-3KVILTN4.js";
13
13
  export {
14
14
  backfillCommand,
15
15
  createTunnel,
package/dist/index.cjs CHANGED
@@ -46,7 +46,7 @@ var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
46
46
  // package.json
47
47
  var package_default = {
48
48
  name: "stripe-experiment-sync",
49
- version: "1.0.15-beta.1766078819",
49
+ version: "1.0.15",
50
50
  private: false,
51
51
  description: "Stripe Sync Engine to sync Stripe data to Postgres",
52
52
  type: "module",
package/dist/index.js CHANGED
@@ -5,8 +5,8 @@ import {
5
5
  createStripeWebSocketClient,
6
6
  hashApiKey,
7
7
  runMigrations
8
- } from "./chunk-ENHIM76M.js";
9
- import "./chunk-TPFENIK3.js";
8
+ } from "./chunk-GOBVFXU7.js";
9
+ import "./chunk-3KVILTN4.js";
10
10
  export {
11
11
  PostgresClient,
12
12
  StripeSync,
@@ -54,7 +54,7 @@ var workerFunctionCode = stripe_worker_default;
54
54
  // package.json
55
55
  var package_default = {
56
56
  name: "stripe-experiment-sync",
57
- version: "1.0.15-beta.1766078819",
57
+ version: "1.0.15",
58
58
  private: false,
59
59
  description: "Stripe Sync Engine to sync Stripe data to Postgres",
60
60
  type: "module",
@@ -9,8 +9,8 @@ import {
9
9
  uninstall,
10
10
  webhookFunctionCode,
11
11
  workerFunctionCode
12
- } from "../chunk-5J4LJ44K.js";
13
- import "../chunk-TPFENIK3.js";
12
+ } from "../chunk-XIFB5ALW.js";
13
+ import "../chunk-3KVILTN4.js";
14
14
  export {
15
15
  INSTALLATION_ERROR_SUFFIX,
16
16
  INSTALLATION_INSTALLED_SUFFIX,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stripe-experiment-sync",
3
- "version": "1.0.15-beta.1766078819",
3
+ "version": "1.0.15",
4
4
  "private": false,
5
5
  "description": "Stripe Sync Engine to sync Stripe data to Postgres",
6
6
  "type": "module",