@stacksjs/sms 0.70.37 → 0.70.42

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.
@@ -7,6 +7,6 @@
7
7
  export * from './sms';
8
8
  export { default as SMS } from './sms';
9
9
  // Drivers
10
- export * from './drivers';
10
+ export * from './drivers/index';
11
11
  export { TwilioDriver, createTwilioDriver } from './drivers/twilio';
12
12
  export { VonageDriver, createVonageDriver } from './drivers/vonage';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/sms",
3
3
  "type": "module",
4
- "version": "0.70.37",
4
+ "version": "0.70.42",
5
5
  "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -53,10 +53,10 @@
53
53
  "prepublishOnly": "bun run build"
54
54
  },
55
55
  "devDependencies": {
56
- "@stacksjs/cli": "0.70.30",
57
- "@stacksjs/config": "0.70.30",
56
+ "@stacksjs/cli": "^0.70.42",
57
+ "@stacksjs/config": "^0.70.42",
58
58
  "better-dx": "^0.2.12",
59
- "@stacksjs/error-handling": "0.70.30",
60
- "@stacksjs/types": "0.70.30"
59
+ "@stacksjs/error-handling": "^0.70.42",
60
+ "@stacksjs/types": "^0.70.42"
61
61
  }
62
62
  }