Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
afa0a769f6 | |||
f5842147be | |||
1a37a499f2 | |||
cfee9db0aa |
950
package-lock.json
generated
950
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mojoio/letterxpress",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.14",
|
||||
"private": false,
|
||||
"description": "an unofficial API package for the letterxpress API",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -9,7 +9,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild --web)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"format": "(gitzone format)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
@@ -23,11 +23,11 @@
|
||||
"dependencies": {
|
||||
"@pushrocks/smartbuffer": "^1.0.3",
|
||||
"@pushrocks/smarthash": "^2.1.10",
|
||||
"@pushrocks/smartletter": "^2.0.12",
|
||||
"@pushrocks/smartletter": "^2.0.13",
|
||||
"@pushrocks/smartpromise": "^3.1.7",
|
||||
"@pushrocks/smartrequest": "^1.1.56",
|
||||
"@pushrocks/smartrx": "^2.0.25",
|
||||
"@tsclass/tsclass": "^4.0.16"
|
||||
"@tsclass/tsclass": "^4.0.17"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
|
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@mojoio/letterxpress',
|
||||
version: '1.0.12',
|
||||
version: '1.0.14',
|
||||
description: 'an unofficial API package for the letterxpress API'
|
||||
}
|
||||
|
Reference in New Issue
Block a user