@push.rocks/qenv 5.0.2 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist_ts/00_commitinfo_data.js +3 -3
- package/dist_ts/qenv.plugins.d.ts +2 -2
- package/dist_ts/qenv.plugins.js +3 -3
- package/npmextra.json +2 -2
- package/package.json +11 -10
- package/readme.md +14 -16
- package/ts/00_commitinfo_data.ts +2 -2
- package/ts/qenv.plugins.ts +2 -2
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* autocreated commitinfo by @pushrocks/commitinfo
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
|
-
name: '@
|
|
6
|
-
version: '5.0.
|
|
5
|
+
name: '@push.rocks/qenv',
|
|
6
|
+
version: '5.0.4',
|
|
7
7
|
description: 'easy promised environments'
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxrQkFBa0I7SUFDeEIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLDRCQUE0QjtDQUMxQyxDQUFBIn0=
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as path from 'path';
|
|
2
2
|
export { path };
|
|
3
|
-
import * as smartfile from '@
|
|
4
|
-
import * as smartlog from '@
|
|
3
|
+
import * as smartfile from '@push.rocks/smartfile';
|
|
4
|
+
import * as smartlog from '@push.rocks/smartlog';
|
|
5
5
|
export { smartfile, smartlog };
|
package/dist_ts/qenv.plugins.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import * as path from 'path';
|
|
3
3
|
export { path };
|
|
4
4
|
// @pushrocks scope
|
|
5
|
-
import * as smartfile from '@
|
|
6
|
-
import * as smartlog from '@
|
|
5
|
+
import * as smartfile from '@push.rocks/smartfile';
|
|
6
|
+
import * as smartlog from '@push.rocks/smartlog';
|
|
7
7
|
export { smartfile, smartlog };
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicWVudi5wbHVnaW5zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvcWVudi5wbHVnaW5zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLFNBQVM7QUFDVCxPQUFPLEtBQUssSUFBSSxNQUFNLE1BQU0sQ0FBQztBQUU3QixPQUFPLEVBQUUsSUFBSSxFQUFFLENBQUM7QUFFaEIsbUJBQW1CO0FBQ25CLE9BQU8sS0FBSyxTQUFTLE1BQU0sdUJBQXVCLENBQUM7QUFDbkQsT0FBTyxLQUFLLFFBQVEsTUFBTSxzQkFBc0IsQ0FBQztBQUVqRCxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxDQUFDIn0=
|
package/npmextra.json
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
"projectType": "npm",
|
|
8
8
|
"module": {
|
|
9
9
|
"githost": "gitlab.com",
|
|
10
|
-
"gitscope": "
|
|
10
|
+
"gitscope": "push.rocks",
|
|
11
11
|
"gitrepo": "qenv",
|
|
12
12
|
"description": "easy promised environments",
|
|
13
|
-
"npmPackagename": "@
|
|
13
|
+
"npmPackagename": "@push.rocks/qenv",
|
|
14
14
|
"license": "MIT"
|
|
15
15
|
}
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@push.rocks/qenv",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "easy promised environments",
|
|
6
6
|
"main": "dist_ts/index.js",
|
|
@@ -27,16 +27,17 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://gitlab.com/pushrocks/qenv#README",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@gitzone/tsbuild": "^2.1.
|
|
31
|
-
"@gitzone/tsrun": "^1.2.
|
|
32
|
-
"@gitzone/tstest": "^1.0.
|
|
33
|
-
"@
|
|
34
|
-
"@types/node": "^
|
|
30
|
+
"@gitzone/tsbuild": "^2.1.66",
|
|
31
|
+
"@gitzone/tsrun": "^1.2.44",
|
|
32
|
+
"@gitzone/tstest": "^1.0.77",
|
|
33
|
+
"@push.rocks/tapbundle": "^5.0.12",
|
|
34
|
+
"@types/node": "^20.4.6"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
37
|
+
"@configvault.io/interfaces": "^1.0.2",
|
|
38
|
+
"@push.rocks/smartfile": "^10.0.28",
|
|
39
|
+
"@push.rocks/smartlog": "^3.0.3",
|
|
40
|
+
"@push.rocks/smartpath": "^5.0.11"
|
|
40
41
|
},
|
|
41
42
|
"files": [
|
|
42
43
|
"ts/**/*",
|
|
@@ -53,4 +54,4 @@
|
|
|
53
54
|
"browserslist": [
|
|
54
55
|
"last 1 chrome versions"
|
|
55
56
|
]
|
|
56
|
-
}
|
|
57
|
+
}
|
package/readme.md
CHANGED
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @push.rocks/qenv
|
|
2
2
|
easy promised environments
|
|
3
3
|
|
|
4
4
|
## Availabililty and Links
|
|
5
|
-
* [npmjs.org (npm package)](https://www.npmjs.com/package/@
|
|
6
|
-
* [gitlab.com (source)](https://gitlab.com/
|
|
7
|
-
* [github.com (source mirror)](https://github.com/
|
|
8
|
-
* [docs (typedoc)](https://
|
|
5
|
+
* [npmjs.org (npm package)](https://www.npmjs.com/package/@push.rocks/qenv)
|
|
6
|
+
* [gitlab.com (source)](https://gitlab.com/push.rocks/qenv)
|
|
7
|
+
* [github.com (source mirror)](https://github.com/push.rocks/qenv)
|
|
8
|
+
* [docs (typedoc)](https://push.rocks.gitlab.io/qenv/)
|
|
9
9
|
|
|
10
10
|
## Status for master
|
|
11
11
|
|
|
12
12
|
Status Category | Status Badge
|
|
13
13
|
-- | --
|
|
14
|
-
GitLab Pipelines | [](https://lossless.cloud)
|
|
15
|
+
GitLab Pipline Test Coverage | [](https://lossless.cloud)
|
|
16
|
+
npm | [](https://lossless.cloud)
|
|
17
|
+
Snyk | [](https://lossless.cloud)
|
|
18
18
|
TypeScript Support | [](https://lossless.cloud)
|
|
19
19
|
node Support | [](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
|
20
20
|
Code Style | [](https://lossless.cloud)
|
|
21
|
-
PackagePhobia (total standalone install weight) | [ | [ | [](https://lossless.cloud) [](https://lossless.cloud)
|
|
21
|
+
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
|
22
|
+
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
|
23
|
+
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
|
25
24
|
|
|
26
25
|
## Usage
|
|
27
26
|
|
|
@@ -48,7 +47,6 @@ We are always happy for code contributions. If you are not the code contributing
|
|
|
48
47
|
|
|
49
48
|
For further information read the linked docs at the top of this readme.
|
|
50
49
|
|
|
51
|
-
|
|
50
|
+
## Legal
|
|
51
|
+
> MIT licensed | **©** [Task Venture Capital GmbH](https://task.vc)
|
|
52
52
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
|
|
53
|
-
|
|
54
|
-
[](https://maintainedby.lossless.com)
|
package/ts/00_commitinfo_data.ts
CHANGED
package/ts/qenv.plugins.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as path from 'path';
|
|
|
4
4
|
export { path };
|
|
5
5
|
|
|
6
6
|
// @pushrocks scope
|
|
7
|
-
import * as smartfile from '@
|
|
8
|
-
import * as smartlog from '@
|
|
7
|
+
import * as smartfile from '@push.rocks/smartfile';
|
|
8
|
+
import * as smartlog from '@push.rocks/smartlog';
|
|
9
9
|
|
|
10
10
|
export { smartfile, smartlog };
|