aboutsummaryrefslogtreecommitdiff
path: root/components/debug
diff options
context:
space:
mode:
Diffstat (limited to 'components/debug')
-rw-r--r--components/debug/.gitignore37
-rw-r--r--components/debug/CHANGELOG.md4
-rw-r--r--components/debug/package.json4
3 files changed, 6 insertions, 39 deletions
diff --git a/components/debug/.gitignore b/components/debug/.gitignore
deleted file mode 100644
index 5148e52..0000000
--- a/components/debug/.gitignore
+++ /dev/null
@@ -1,37 +0,0 @@
-# Logs
-logs
-*.log
-npm-debug.log*
-
-# Runtime data
-pids
-*.pid
-*.seed
-
-# Directory for instrumented libs generated by jscoverage/JSCover
-lib-cov
-
-# Coverage directory used by tools like istanbul
-coverage
-
-# nyc test coverage
-.nyc_output
-
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
-.grunt
-
-# node-waf configuration
-.lock-wscript
-
-# Compiled binary addons (http://nodejs.org/api/addons.html)
-build/Release
-
-# Dependency directories
-node_modules
-jspm_packages
-
-# Optional npm cache directory
-.npm
-
-# Optional REPL history
-.node_repl_history
diff --git a/components/debug/CHANGELOG.md b/components/debug/CHANGELOG.md
index 1bb375a..1bbbef0 100644
--- a/components/debug/CHANGELOG.md
+++ b/components/debug/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## 4.0.0 - 2023-03-11
+### Changed
+- Use serpentity 4.x.x
+
## 3.0.0 - 2020-03-09
### Changed
- Use module syntax instead of require
diff --git a/components/debug/package.json b/components/debug/package.json
index 0a70b88..3d0d8f0 100644
--- a/components/debug/package.json
+++ b/components/debug/package.json
@@ -1,12 +1,12 @@
{
"name": "@serpentity/components.debug",
- "version": "3.0.2",
+ "version": "4.0.0",
"description": "Debug component for serpentity, holds arbitrary values",
"main": "index.js",
"author": "Rubén Beltrán del Río <subscriptions@unlimited.pizza>",
"license": "Apache-2.0",
"peerDependencies": {
- "@serpentity/serpentity": "^2.0.0"
+ "@serpentity/serpentity": "^4.0.0"
},
"publishConfig": {
"access": "public"