diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5d1c07..9dfd400 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -290,12 +290,14 @@ packages: /@pushrocks/smartdelay@2.0.13: resolution: {integrity: sha512-s6Wh0BHWMfZ5VYONQwpxOYX1JeC9RKA0O9TxEzfZ6FCw2oNQb2QUPCixT9rsceKwva4+atKRw/RfU+Z7aJDmsA==} + deprecated: This package has been deprecated in favour of the new package at @push.rocks/smartdelay dependencies: '@pushrocks/smartpromise': 3.1.10 dev: true /@pushrocks/smartdelay@3.0.1: resolution: {integrity: sha512-I+i/QhC6kLsXsWyW19UgD1vH2r1YWVxK19VMxt2CEuvxMyC6tuCd0vqud9vv5JxaxsJwxWlOsrURkgL4tXeILQ==} + deprecated: This package has been deprecated in favour of the new package at @push.rocks/smartdelay dependencies: '@pushrocks/smartpromise': 4.0.2 dev: true @@ -383,6 +385,7 @@ packages: /@pushrocks/smartfile@8.0.11: resolution: {integrity: sha512-mujs1mDgorsryQ8OZuL94MZZDYL3+cbdPKaXSchPjyxOOx8iGacUzc5BK4jDsImYeYEo07MpdJ5BjvGkORQR/w==} + deprecated: This package has been deprecated in favour of the new package at @push.rocks/smartfile dependencies: '@pushrocks/smartfile-interfaces': 1.0.7 '@pushrocks/smarthash': 2.1.10 @@ -403,6 +406,7 @@ packages: /@pushrocks/smartfile@9.0.6: resolution: {integrity: sha512-mXFrnHpM3Eq0MLokGP6DDRTk+v/HDlQwnNq4HFuCqs8YW6uTU/FoRJDnrCAf+spSzkDm0m1ajz/4rke8Dk9l6A==} + deprecated: This package has been deprecated in favour of the new package at @push.rocks/smartfile dependencies: '@pushrocks/lik': 5.0.7 '@pushrocks/smartdelay': 2.0.13 @@ -553,10 +557,12 @@ packages: /@pushrocks/smartpromise@3.1.10: resolution: {integrity: sha512-VeTurbZ1+ZMxBDJk1Y1LV8SN9xLI+oDXKVeCFw41FAGEKOUEqordqFpi6t+7Vhe/TXUZzCVpZ5bXxAxrGf8yTQ==} + deprecated: This package has been deprecated in favour of the new package at @push.rocks/smartpromise dev: true /@pushrocks/smartpromise@4.0.2: resolution: {integrity: sha512-bqorOaGXPOuiOSV81luTKrTghg4O4NBRD0zyv7TIqmrMGf4a0uoozaUMp1X8vQdZW+y0gTzUJP9wkzAE6Cci0g==} + deprecated: This package has been deprecated in favour of the new package at @push.rocks/smartpromise dev: true /@pushrocks/smartpuppeteer@1.0.36: @@ -746,6 +752,7 @@ packages: /@pushrocks/webrequest@2.0.15: resolution: {integrity: sha512-75aaLAMmyBlHvoEABANJUxcjoVLv4TEH3B9TLMi7jdx8UePFfZmbtymKfkpHO0gu3Q60dqRJowp/DWVl0sR/gg==} + deprecated: This package has been deprecated in favour of the new package at @push.rocks/webrequest dependencies: '@pushrocks/smartdelay': 2.0.13 '@pushrocks/smartenv': 4.0.16 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index fba4689..dbbf2a8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartpath', - version: '5.0.9', + version: '5.0.10', description: 'offers smart ways to handle paths' }