Compare commits

..

3 Commits

Author SHA1 Message Date
1f1e0e4ee1 4.0.3 2023-07-10 23:12:01 +02:00
139d4cb56d fix(core): update 2023-07-10 23:12:00 +02:00
8038e54f53 switch to new org scheme 2023-07-10 10:17:29 +02:00
4 changed files with 418 additions and 187 deletions

View File

@ -7,10 +7,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartpromise", "gitrepo": "smartpromise",
"description": "simple promises and Deferred constructs", "description": "simple promises and Deferred constructs",
"npmPackagename": "@pushrocks/smartpromise", "npmPackagename": "@push.rocks/smartpromise",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "@pushrocks/smartpromise", "name": "@push.rocks/smartpromise",
"private": false, "private": false,
"version": "4.0.2", "version": "4.0.3",
"description": "simple promises and Deferred constructs", "description": "simple promises and Deferred constructs",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -21,11 +21,11 @@
}, },
"homepage": "https://gitlab.com/pushrocks/smartq#README", "homepage": "https://gitlab.com/pushrocks/smartq#README",
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.65", "@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.39", "@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74", "@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4", "@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^18.15.11" "@types/node": "^20.4.1"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

585
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo * autocreated commitinfo by @pushrocks/commitinfo
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartpromise', name: '@push.rocks/smartpromise',
version: '4.0.2', version: '4.0.3',
description: 'simple promises and Deferred constructs' description: 'simple promises and Deferred constructs'
} }