@leverege/build-tools 2.58.3-svcman.1 → 2.58.3
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/package.json +1 -3
- package/src/Utils.mjs +4 -4
- package/src/helm-charts/elasticsearch8/helmup.plugin +1 -1
- package/src/helm-charts/redis/helmup.plugin +1 -1
- package/src/jsdoc-template/README.md +0 -62
- package/src/jsdoc-template/jsdoc.json +0 -40
- package/src/jsdoc-template/package.json +0 -24
- package/src/jsdoc-template/publish.js +0 -828
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Bold.eot +0 -0
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Bold.ttf +0 -0
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Bold.woff +0 -0
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Bold.woff2 +0 -0
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Regular.eot +0 -0
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Regular.woff +0 -0
- package/src/jsdoc-template/static/fonts/Montserrat/Montserrat-Regular.woff2 +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.eot +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.svg +0 -978
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.ttf +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-light-webfont.woff2 +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.eot +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.svg +0 -1049
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.ttf +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff +0 -0
- package/src/jsdoc-template/static/fonts/Source-Sans-Pro/sourcesanspro-regular-webfont.woff2 +0 -0
- package/src/jsdoc-template/static/scripts/collapse.js +0 -39
- package/src/jsdoc-template/static/scripts/commonNav.js +0 -28
- package/src/jsdoc-template/static/scripts/linenumber.js +0 -25
- package/src/jsdoc-template/static/scripts/nav.js +0 -12
- package/src/jsdoc-template/static/scripts/polyfill.js +0 -4
- package/src/jsdoc-template/static/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/src/jsdoc-template/static/scripts/prettify/lang-css.js +0 -2
- package/src/jsdoc-template/static/scripts/prettify/prettify.js +0 -28
- package/src/jsdoc-template/static/scripts/search.js +0 -99
- package/src/jsdoc-template/static/styles/jsdoc.css +0 -795
- package/src/jsdoc-template/static/styles/prettify.css +0 -80
- package/src/jsdoc-template/tmpl/augments.tmpl +0 -10
- package/src/jsdoc-template/tmpl/container.tmpl +0 -204
- package/src/jsdoc-template/tmpl/details.tmpl +0 -152
- package/src/jsdoc-template/tmpl/example.tmpl +0 -2
- package/src/jsdoc-template/tmpl/examples.tmpl +0 -13
- package/src/jsdoc-template/tmpl/exceptions.tmpl +0 -32
- package/src/jsdoc-template/tmpl/layout.tmpl +0 -102
- package/src/jsdoc-template/tmpl/mainpage.tmpl +0 -15
- package/src/jsdoc-template/tmpl/members.tmpl +0 -38
- package/src/jsdoc-template/tmpl/method.tmpl +0 -132
- package/src/jsdoc-template/tmpl/modifies.tmpl +0 -14
- package/src/jsdoc-template/tmpl/namespace.tmpl +0 -133
- package/src/jsdoc-template/tmpl/params.tmpl +0 -132
- package/src/jsdoc-template/tmpl/properties.tmpl +0 -107
- package/src/jsdoc-template/tmpl/returns.tmpl +0 -19
- package/src/jsdoc-template/tmpl/source.tmpl +0 -8
- package/src/jsdoc-template/tmpl/tutorial.tmpl +0 -19
- package/src/jsdoc-template/tmpl/type.tmpl +0 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leverege/build-tools",
|
|
3
|
-
"version": "2.58.3
|
|
3
|
+
"version": "2.58.3",
|
|
4
4
|
"description": "A collection of build / support tools for Leverege developers",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"clean": "rm -rf lib",
|
|
12
12
|
"lint": "find ./src -name \\*.\\*js | xargs npx eslint --report-unused-disable-directives",
|
|
13
13
|
"prepare": "[ $SKIP_PREPARE ] && exit 0 || hook-and-release",
|
|
14
|
-
"postinstall": "ln -sf node_modules/@leverege/service-man/bin/service-man bin/service-man",
|
|
15
14
|
"test": "echo \"no tests specified\" && exit 0"
|
|
16
15
|
},
|
|
17
16
|
"bin": {
|
|
@@ -62,7 +61,6 @@
|
|
|
62
61
|
"dependencies": {
|
|
63
62
|
"@google-cloud/artifact-registry": "^3.5.0",
|
|
64
63
|
"@leverege/jsdoc-template": "^1.0.1",
|
|
65
|
-
"@leverege/service-man": "^1.8.0",
|
|
66
64
|
"ansi-colors": "^4.1.3",
|
|
67
65
|
"chalk": "^5.3.0",
|
|
68
66
|
"command-line-args": "^6.0.1",
|
package/src/Utils.mjs
CHANGED
|
@@ -39,13 +39,13 @@ export const errorExit = ( error, opts = { errorCode : 1 } ) => {
|
|
|
39
39
|
/* eslint-enable no-console */
|
|
40
40
|
|
|
41
41
|
const getFilename = () => {
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
const filename = url.fileURLToPath( import.meta.url )
|
|
43
|
+
return filename
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
const getDirname = () => {
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
const dirname = path.dirname( getFilename() )
|
|
48
|
+
return dirname
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
// because __dirname goes away with ESM
|
|
@@ -4,7 +4,7 @@ showInstalling "Redis"
|
|
|
4
4
|
|
|
5
5
|
OCI_CHART="oci://registry-1.docker.io/bitnamicharts/redis"
|
|
6
6
|
|
|
7
|
-
[ -z "$REDIS_CHART_VERSION" ] && REDIS_CHART_VERSION="20.
|
|
7
|
+
[ -z "$REDIS_CHART_VERSION" ] && REDIS_CHART_VERSION="20.6.0"
|
|
8
8
|
|
|
9
9
|
helm upgrade --install redis $OCI_CHART \
|
|
10
10
|
--values redis/redis-local.yaml \
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# JSDoc Template
|
|
2
|
-
|
|
3
|
-
## Install
|
|
4
|
-
|
|
5
|
-
```bash
|
|
6
|
-
$ npm install --save-dev @leverege/jsdoc-template
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
## Usage
|
|
10
|
-
|
|
11
|
-
In your package.json, update doces to look like:
|
|
12
|
-
|
|
13
|
-
```
|
|
14
|
-
"docs": "npx jsdoc -c jsdoc.json -R README.md -d docs src && mkdir -p docs/md && npx --package=jsdoc-to-markdown jsdoc2md --files src/*.js --configure ./jsdoc.json > docs/md/API.md",
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
Make a `jsdoc.json` file that looks like this:
|
|
19
|
-
|
|
20
|
-
```
|
|
21
|
-
{
|
|
22
|
-
"tags": {
|
|
23
|
-
"allowUnknownTags": false
|
|
24
|
-
},
|
|
25
|
-
"source": {
|
|
26
|
-
"includePattern": ".js?$",
|
|
27
|
-
"excludePattern": "(node_modules/|docs)"
|
|
28
|
-
},
|
|
29
|
-
"plugins": [],
|
|
30
|
-
"templates": {
|
|
31
|
-
"cleverLinks": true,
|
|
32
|
-
"monospaceLinks": false,
|
|
33
|
-
"default": {
|
|
34
|
-
"useLongnameInNav": true,
|
|
35
|
-
"outputSourceFiles": false
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
"opts": {
|
|
39
|
-
// FOR MONOREPOS: "template": "../../node_modules/@leverege/jsdoc-template",
|
|
40
|
-
"template": "node_modules/@leverege/jsdoc-template",
|
|
41
|
-
"encoding": "utf8",
|
|
42
|
-
"lenient": false
|
|
43
|
-
},
|
|
44
|
-
"docdash": {
|
|
45
|
-
"static": true,
|
|
46
|
-
"sort": false,
|
|
47
|
-
"search": true,
|
|
48
|
-
"collapse": true,
|
|
49
|
-
"typedefs": true,
|
|
50
|
-
"removeQuotes": "none",
|
|
51
|
-
"scripts": [],
|
|
52
|
-
"menu":{
|
|
53
|
-
"Bitbucket": {
|
|
54
|
-
"href":"https://bitbucket.org/leverege/IF_THIS_MAKES_SENSE",
|
|
55
|
-
"target":"_blank",
|
|
56
|
-
"class":"menu-item",
|
|
57
|
-
"id":"repository"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
```
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tags": {
|
|
3
|
-
"allowUnknownTags": false
|
|
4
|
-
},
|
|
5
|
-
"source": {
|
|
6
|
-
"includePattern": "\\.(js|mjs|jsx)$",
|
|
7
|
-
"excludePattern": "(node_modules/|docs)"
|
|
8
|
-
},
|
|
9
|
-
"plugins": [],
|
|
10
|
-
"templates": {
|
|
11
|
-
"cleverLinks": true,
|
|
12
|
-
"monospaceLinks": false,
|
|
13
|
-
"default": {
|
|
14
|
-
"useLongnameInNav": true,
|
|
15
|
-
"outputSourceFiles": false
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"opts": {
|
|
19
|
-
"template": "node_modules/@leverege/jsdoc-template",
|
|
20
|
-
"encoding": "utf8",
|
|
21
|
-
"lenient": false
|
|
22
|
-
},
|
|
23
|
-
"docdash": {
|
|
24
|
-
"static": true,
|
|
25
|
-
"sort": false,
|
|
26
|
-
"search": true,
|
|
27
|
-
"collapse": true,
|
|
28
|
-
"typedefs": true,
|
|
29
|
-
"removeQuotes": "none",
|
|
30
|
-
"scripts": [],
|
|
31
|
-
"menu":{
|
|
32
|
-
"Bitbucket": {
|
|
33
|
-
"href":"https://bitbucket.org/leverege/IF_THIS_MAKES_SENSE",
|
|
34
|
-
"target":"_blank",
|
|
35
|
-
"class":"menu-item",
|
|
36
|
-
"id":"repository"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@leverege/jsdoc-template",
|
|
3
|
-
"version": "1.0.1",
|
|
4
|
-
"description": "A JSDoc Template based on Docdash with a few mods to template",
|
|
5
|
-
"main": "publish.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
},
|
|
8
|
-
"devDependencies": {
|
|
9
|
-
"jsdoc": "latest"
|
|
10
|
-
},
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"keywords": [
|
|
13
|
-
"jsdoc",
|
|
14
|
-
"template"
|
|
15
|
-
],
|
|
16
|
-
"files": [
|
|
17
|
-
"publish.js",
|
|
18
|
-
"static",
|
|
19
|
-
"tmpl"
|
|
20
|
-
],
|
|
21
|
-
"dependencies": {
|
|
22
|
-
"@jsdoc/salty": "^0.2.1"
|
|
23
|
-
}
|
|
24
|
-
}
|