4 Commits

Author SHA1 Message Date
275c4351e4 1.0.11 2019-11-22 16:13:49 +00:00
8dd5f59286 fix(build): now including all necessary types 2019-11-22 16:13:48 +00:00
6e5faaef35 1.0.10 2019-11-22 14:15:38 +00:00
5aa148ef7d fix(security): update snyk 2019-11-22 14:15:37 +00:00
3 changed files with 12 additions and 3 deletions

9
.snyk Normal file
View File

@@ -0,0 +1,9 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-MARKED-451341:
- '@pushrocks/smartletter > @pushrocks/smartmarkdown > marked':
reason: None given
expires: '2019-12-22T14:15:23.685Z'
patch: {}

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@mojoio/letterxpress",
"version": "1.0.9",
"version": "1.0.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@mojoio/letterxpress",
"version": "1.0.9",
"version": "1.0.11",
"private": false,
"description": "an unofficial API package for the letterxpress API",
"main": "dist/index.js",
@@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {