6 Commits

Author SHA1 Message Date
1cf81f86ff 1.0.15 2022-06-29 08:26:31 +02:00
b28200e1fc fix(core): update 2022-06-29 08:26:31 +02:00
afa0a769f6 1.0.14 2022-06-16 15:36:15 +02:00
f5842147be fix(core): update 2022-06-16 15:36:14 +02:00
1a37a499f2 1.0.13 2022-06-16 13:51:58 +02:00
cfee9db0aa fix(core): update 2022-06-16 13:51:58 +02:00
3 changed files with 1130 additions and 54 deletions

1172
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@mojoio/letterxpress",
"version": "1.0.12",
"version": "1.0.15",
"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"
},
@@ -22,12 +22,12 @@
},
"dependencies": {
"@pushrocks/smartbuffer": "^1.0.3",
"@pushrocks/smarthash": "^2.1.10",
"@pushrocks/smartletter": "^2.0.12",
"@pushrocks/smarthash": "^3.0.1",
"@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/**/*",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@mojoio/letterxpress',
version: '1.0.12',
version: '1.0.15',
description: 'an unofficial API package for the letterxpress API'
}