Skip to content
Snippets Groups Projects
Verified Commit 108be7b3 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 4e56391a
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 29 deletions
#############################################################################################
#############################################################################################
##
## NPM
##
#############################################################################################
#############################################################################################
.PHONY: npm-publish
## publish library to npm
npm-publish: node-build npm-prepare
$(ECHOMARKER) "publish library"
$(QUIET) $(CD) $(MONSTER_DIR) ; \
$(NPM) publish --dry-run --access public ; \
$(CD) -
npm-prepare:
$(ECHOMARKER) "prepare npm"
$(QUIET) $(CD) $(MONSTER_DIR) ; \
$(NPM) install ; \
$(CD) -
\ No newline at end of file
......@@ -25,30 +25,10 @@
"clean-jsdoc-theme": "^4.1.6",
"create-polyfill-service-url": "^2.2.6",
"crypt": "^0.0.2",
"es6-fix": "link:@pixi/jsdoc-template/plugins/es6-fix",
"esbuild": "^0.14.53",
"flow-bin": "^0.184.0",
"fs": "^0.0.1-security",
"jsdoc": "^3.6.11",
"jsdoc-plantuml": "^1.0.2",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.0.0",
"node-plantuml": "^0.9.0",
"sinon": "^14.0.0",
"url": "^0.11.0",
"url-exist": "3.0.0",
"util": "^0.12.4",
"@peculiar/webcrypto": "^1.4.0",
"btoa": "^1.2.1",
"c8": "^7.12.0",
"chai": "^4.3.6",
"chai-dom": "^1.11.0",
"clean-jsdoc-theme": "^4.1.6",
"crypt": "^0.0.2",
"esbuild": "^0.14.53",
"flow-bin": "^0.184.0",
"fs": "^0.0.1-security",
"graphviz": "^0.0.9",
"jsdoc": "^3.6.11",
"jsdoc-plantuml": "^1.0.2",
"jsdom": "^19.0.0",
......
......@@ -9,10 +9,10 @@ specifiers:
clean-jsdoc-theme: ^4.1.6
create-polyfill-service-url: ^2.2.6
crypt: ^0.0.2
es6-fix: link:@pixi/jsdoc-template/plugins/es6-fix
esbuild: ^0.14.53
flow-bin: ^0.184.0
fs: ^0.0.1-security
graphviz: ^0.0.9
jsdoc: ^3.6.11
jsdoc-plantuml: ^1.0.2
jsdom: ^19.0.0
......@@ -33,10 +33,10 @@ devDependencies:
clean-jsdoc-theme: 4.1.7_jsdoc@3.6.11
create-polyfill-service-url: 2.2.6
crypt: 0.0.2
es6-fix: link:@pixi/jsdoc-template/plugins/es6-fix
esbuild: 0.14.53
flow-bin: 0.184.0
fs: 0.0.1-security
graphviz: 0.0.9
jsdoc: 3.6.11
jsdoc-plantuml: 1.0.2_jsdoc@3.6.11
jsdom: 19.0.0
......@@ -1475,6 +1475,13 @@ packages:
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
dev: true
/graphviz/0.0.9:
resolution: {integrity: sha512-SmoY2pOtcikmMCqCSy2NO1YsRfu9OO0wpTlOYW++giGjfX1a6gax/m1Fo8IdUd0/3H15cTOfR1SMKwohj4LKsg==}
engines: {node: '>=0.6.8'}
dependencies:
temp: 0.4.0
dev: true
/has-bigints/1.0.2:
resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==}
dev: true
......@@ -2688,6 +2695,11 @@ packages:
resolution: {integrity: sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==}
dev: true
/temp/0.4.0:
resolution: {integrity: sha512-IsFisGgDKk7qzK9erMIkQe/XwiSUdac7z3wYOsjcLkhPBy3k1SlvLoIh2dAHIlEpgA971CgguMrx9z8fFg7tSA==}
engines: {'0': node >=0.4.0}
dev: true
/test-exclude/6.0.0:
resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==}
engines: {node: '>=8'}
......
......@@ -2,15 +2,12 @@
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/"
PROJECT_ROOT="$(realpath $SCRIPT_DIR'../../')/"
SOURCE_PATH="${PROJECT_ROOT}application/source/"
TEST_PATH="$(realpath $SCRIPT_DIR'../test/')/"
NODE_PACKAGE_PATH=${PROJECT_ROOT}development/package.json
TUTORIALS_PATH=${PROJECT_ROOT}documentation/tutorial/
DOCUMENTATION_CONFIG_PATH=${PROJECT_ROOT}documentation/config/jsdoc.json
npx jsdoc --package ${NODE_PACKAGE_PATH} \
--tutorials ${TUTORIALS_PATH} \
npx jsdoc --tutorials ${TUTORIALS_PATH} \
--readme ${PROJECT_ROOT}documentation/README.md \
--configure ${DOCUMENTATION_CONFIG_PATH} \
documentation/asset/favicon/android-chrome-192x192.png

21.6 KiB

documentation/asset/favicon/apple-touch-icon-120x120-precomposed.png

10.3 KiB

documentation/asset/favicon/apple-touch-icon-120x120.png

10.3 KiB

documentation/asset/favicon/apple-touch-icon-152x152-precomposed.png

14.9 KiB

documentation/asset/favicon/apple-touch-icon-152x152.png

14.9 KiB

documentation/asset/favicon/apple-touch-icon-180x180-precomposed.png

19.7 KiB

documentation/asset/favicon/apple-touch-icon-180x180.png

19.7 KiB

documentation/asset/favicon/apple-touch-icon-60x60-precomposed.png

3.77 KiB

documentation/asset/favicon/apple-touch-icon-60x60.png

3.77 KiB

documentation/asset/favicon/apple-touch-icon-76x76-precomposed.png

5.33 KiB

documentation/asset/favicon/apple-touch-icon-76x76.png

5.33 KiB

documentation/asset/favicon/apple-touch-icon-precomposed.png

19.7 KiB

documentation/asset/favicon/apple-touch-icon.png

19.7 KiB

documentation/asset/favicon/favicon-16x16.png

743 B

documentation/asset/favicon/favicon-32x32.png

1.62 KiB

documentation/asset/favicon/favicon.ico

14.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment