4 Commits

Author SHA1 Message Date
a319e54d60 2.0.0 2022-10-11 13:18:35 +02:00
6a2577cde6 BREAKING CHANGE(core): switch to esm 2022-10-11 13:18:35 +02:00
1f1bf7c21f 1.2.7 2022-10-11 13:18:04 +02:00
c652d0bf07 fix(core): update 2022-10-11 13:18:04 +02:00
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartssh", "name": "@pushrocks/smartssh",
"version": "1.2.6", "version": "2.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartssh", "name": "@pushrocks/smartssh",
"version": "1.2.6", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartfile": "^10.0.5", "@pushrocks/smartfile": "^10.0.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartssh", "name": "@pushrocks/smartssh",
"version": "1.2.6", "version": "2.0.0",
"private": false, "private": false,
"description": "setups SSH quickly and in a painless manner", "description": "setups SSH quickly and in a painless manner",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -9,7 +9,7 @@
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"testDocker": "tsdocker", "testDocker": "tsdocker",
"build": "(tsbuild)", "build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"repository": { "repository": {

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartssh', name: '@pushrocks/smartssh',
version: '1.2.6', version: '2.0.0',
description: 'setups SSH quickly and in a painless manner' description: 'setups SSH quickly and in a painless manner'
} }