Skip to content

Commit e5ed20d

Browse files
author
Kewin Polok
committed
Exposing Request for custom ProxyAbstract implementations
1 parent 5e175ae commit e5ed20d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/smsapi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,6 @@ SMSAPI.ActionAbstract = require('./action-abstract.js');
9898
SMSAPI.ActionFactoryAbstract = require('./action-factory-abstract.js');
9999
SMSAPI.AuthenticationAbstract = require('./authentication-abstract.js');
100100
SMSAPI.ProxyAbstract = require('./proxy-abstract.js');
101+
SMSAPI.Request = require('./request.js');
101102

102103
module.exports = SMSAPI;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smsapi",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Oficjalny klient JavaScript pozwalający na wysyłanie wiadomości SMS, MMS, VMS oraz zarządzanie kontem w serwisie SMSAPI.pl",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)