Compare commits

...

4 Commits

Author SHA1 Message Date
e24cdd9f0f 4.0.3 2022-02-02 08:11:01 +01:00
ae7aaab456 fix(core): update 2022-02-02 08:11:00 +01:00
bab360cc59 4.0.2 2022-02-02 07:38:27 +01:00
36dcd228fd fix(core): update 2022-02-02 07:38:26 +01:00
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,18 +1,18 @@
{ {
"name": "@pushrocks/tapbundle", "name": "@pushrocks/tapbundle",
"version": "4.0.1", "version": "4.0.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/tapbundle", "name": "@pushrocks/tapbundle",
"version": "4.0.1", "version": "4.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@open-wc/testing-helpers": "^2.0.3", "@open-wc/testing-helpers": "^2.0.3",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16", "@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartexpect": "^1.0.8", "@pushrocks/smartexpect": "^1.0.11",
"@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smarttime": "^3.0.43" "@pushrocks/smarttime": "^3.0.43"
}, },
@ -2307,9 +2307,9 @@
} }
}, },
"node_modules/@pushrocks/smartexpect": { "node_modules/@pushrocks/smartexpect": {
"version": "1.0.8", "version": "1.0.11",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.8.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.11.tgz",
"integrity": "sha512-vDSBhuhSWWcXENm3FCK911f/Q9YIv0eaN0aRGl5yQg6nT7xN0PSBiHcvIL/TEORJc28dJC5LOo+xxfHjWRyu3A==", "integrity": "sha512-LpNkDbOtEX+kFbFD8E7u+BV1XXEoicKv+7SeUSJcSXrakwgCe+MAUe8TffWax7YBZ4PGLYEpLpdRzCX67PjsdQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
@ -17109,9 +17109,9 @@
} }
}, },
"@pushrocks/smartexpect": { "@pushrocks/smartexpect": {
"version": "1.0.8", "version": "1.0.11",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.8.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartexpect/-/smartexpect-1.0.11.tgz",
"integrity": "sha512-vDSBhuhSWWcXENm3FCK911f/Q9YIv0eaN0aRGl5yQg6nT7xN0PSBiHcvIL/TEORJc28dJC5LOo+xxfHjWRyu3A==", "integrity": "sha512-LpNkDbOtEX+kFbFD8E7u+BV1XXEoicKv+7SeUSJcSXrakwgCe+MAUe8TffWax7YBZ4PGLYEpLpdRzCX67PjsdQ==",
"requires": { "requires": {
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartpromise": "^3.1.6",

View File

@ -1,7 +1,7 @@
{ {
"name": "@pushrocks/tapbundle", "name": "@pushrocks/tapbundle",
"private": false, "private": false,
"version": "4.0.1", "version": "4.0.3",
"description": "tap bundled for tapbuffer", "description": "tap bundled for tapbuffer",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -23,7 +23,7 @@
"@open-wc/testing-helpers": "^2.0.3", "@open-wc/testing-helpers": "^2.0.3",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartenv": "^4.0.16", "@pushrocks/smartenv": "^4.0.16",
"@pushrocks/smartexpect": "^1.0.8", "@pushrocks/smartexpect": "^1.0.11",
"@pushrocks/smartpromise": "^3.1.6", "@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smarttime": "^3.0.43" "@pushrocks/smarttime": "^3.0.43"
}, },