fix(all): npm is now included to build internal packages.

This commit is contained in:
Rodrigo Rodriguez 2021-08-26 08:55:49 -03:00
parent 88a63710c0
commit 5aa5f1ee3a
3 changed files with 271 additions and 481 deletions

View file

@ -116,3 +116,23 @@ ALTER TABLE dbo.GuaribasInstance ADD
facebookWorkplaceAppSecret nvarchar(255) NULL, facebookWorkplaceAppSecret nvarchar(255) NULL,
facebookWorkplaceAccessToken nvarchar(512) NULL facebookWorkplaceAccessToken nvarchar(512) NULL
GO GO
# 2.0.140
/****** Object: Table [dbo].[GuaribasSchedule] Script Date: 25/08/2021 03:53:15 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[GuaribasSchedule]
[id] [int] IDENTITY(1,1) NOT NULL,
[name] [nvarchar](255) NULL,
[schedule] [nvarchar](255) NULL,
[instanceId] [int] NULL,
[createdAt] [datetimeoffset](7) NULL,
[updatedAt] [datetimeoffset](7) NULL
GO

731
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -91,6 +91,7 @@
"ms-rest-azure": "3.0.0", "ms-rest-azure": "3.0.0",
"nexmo": "2.9.1", "nexmo": "2.9.1",
"node-cron": "3.0.0", "node-cron": "3.0.0",
"npm": "7.21.0",
"opn": "6.0.0", "opn": "6.0.0",
"pdf-extraction": "^1.0.2", "pdf-extraction": "^1.0.2",
"phone": "2.4.21", "phone": "2.4.21",