Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
dc9874ad
Verified
Commit
dc9874ad
authored
2 years ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: commit save point
parent
4b81e497
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
application/CHANGELOG
+1
-0
1 addition, 0 deletions
application/CHANGELOG
development/makefiles/node.mk
+2
-2
2 additions, 2 deletions
development/makefiles/node.mk
documentation/config/jsdoc.json
+2
-2
2 additions, 2 deletions
documentation/config/jsdoc.json
with
5 additions
and
4 deletions
application/CHANGELOG
+
1
−
0
View file @
dc9874ad
...
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
...
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- New URL of the documentation
- New URL of the documentation
- Bug fix typeOf (constructor name was recognized wrong)
- Bug fix typeOf (constructor name was recognized wrong)
- Removal of the built version of the library
- Removal of the built version of the library
- Switching from js to mjs
## [1.31.0] - 2022-02-07
## [1.31.0] - 2022-02-07
...
...
This diff is collapsed.
Click to expand it.
development/makefiles/node.mk
+
2
−
2
View file @
dc9874ad
...
@@ -28,7 +28,7 @@ $(NODE_MODULES_MODIFIED): $(NODE_PACKAGES)
...
@@ -28,7 +28,7 @@ $(NODE_MODULES_MODIFIED): $(NODE_PACKAGES)
## Main Develpoment Node Repos
## Main Develpoment Node Repos
NODE_ROOT_DIR
?=
$(
DEVELOPMENT_PATH
)
NODE_ROOT_DIR
?=
$(
DEVELOPMENT_PATH
)
NODE_MODULES_DIR
?=
$(
NODE_ROOT_DIR
)
node_modules/
NODE_MODULES_DIR
?=
$(
NODE_ROOT_DIR
)
node_modules/
NODE_PACKAGE_PATH
?=
$(
NODE_ROOT_DIR
)
package.json
/
NODE_PACKAGE_PATH
?=
$(
NODE_ROOT_DIR
)
package.json
NODE_MODULES_BIN_DIR
?=
$(
NODE_MODULES_DIR
)
.bin/
NODE_MODULES_BIN_DIR
?=
$(
NODE_MODULES_DIR
)
.bin/
ESBUILD
?=
$(
NODE_MODULES_BIN_DIR
)
esbuild
ESBUILD
?=
$(
NODE_MODULES_BIN_DIR
)
esbuild
...
...
This diff is collapsed.
Click to expand it.
documentation/config/jsdoc.json
+
2
−
2
View file @
dc9874ad
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
"allowUnknownTags"
:
true
"allowUnknownTags"
:
true
},
},
"source"
:
{
"source"
:
{
"include"
:
"
../../
application/source/"
,
"include"
:
"application/source/"
,
"includePattern"
:
"
\\
.js$"
,
"includePattern"
:
"
\\
.
m
js$"
,
"excludePattern"
:
""
"excludePattern"
:
""
},
},
"plugins"
:
[
"plugins"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment