New Upstream Release - node-code

Ready changes

Summary

Merged new upstream version: 9.0.3 (was: 9.0.2).

Resulting package

Built on 2023-04-25T09:00 (took 4m23s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases node-code

Lintian Result

Diff

diff --git a/.github/workflows/ci-module.yml b/.github/workflows/ci-module.yml
new file mode 100644
index 0000000..54426ca
--- /dev/null
+++ b/.github/workflows/ci-module.yml
@@ -0,0 +1,14 @@
+name: ci
+
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+  workflow_dispatch:
+
+jobs:
+  test:
+    uses: hapijs/.github/.github/workflows/ci-module.yml@master
+    with:
+      min-node-version: 14
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8f679c9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+**/node_modules
+**/package-lock.json
+
+coverage.*
+
+**/.DS_Store
+**/._*
+
+**/*.pem
+
+**/.vs
+**/.vscode
+**/.idea
diff --git a/debian/changelog b/debian/changelog
index 1451f8c..daf2442 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-code (9.0.3-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 25 Apr 2023 08:56:43 -0000
+
 node-code (9.0.2-1) unstable; urgency=medium
 
   * Team upload
diff --git a/package.json b/package.json
index 718c3c1..9fd3a78 100755
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@hapi/code",
   "description": "assertion library",
-  "version": "9.0.2",
+  "version": "9.0.3",
   "repository": "git://github.com/hapijs/code",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
     ]
   },
   "dependencies": {
-    "@hapi/hoek": "10.x.x"
+    "@hapi/hoek": "^11.0.2"
   },
   "devDependencies": {
     "@hapi/eslint-plugin": "*",

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details