@tasenor/config 1.16.2 → 1.16.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.
@@ -0,0 +1,28 @@
1
+
2
+
3
+ > @tasenor/config@1.11.10 audit /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-config
4
+ > pnpm audit --fix --ignore-registry-errors && pnpm install && pnpm audit --ignore-registry-errors
5
+
6
+ 1 overrides were added to package.json to fix vulnerabilities.
7
+ Run "pnpm install" to apply the fixes.
8
+
9
+ The added overrides:
10
+ {
11
+ "ip@=2.0.0": ">=2.0.1"
12
+ }
13
+ ../../apps/bookkeeper |  WARN  The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/apps/bookkeeper/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
14
+ ../../apps/bookkeeper-api |  WARN  The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/apps/bookkeeper-api/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
15
+ ../../apps/docs |  WARN  The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/apps/docs/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
16
+ ../../databases/bookkeeper |  WARN  The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/databases/bookkeeper/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
17
+ ../tasenor-common |  WARN  The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
18
+  WARN  1 other warnings
19
+  WARN  2 other warnings
20
+  WARN  3 other warnings
21
+  WARN  4 other warnings
22
+  WARN  5 other warnings
23
+ Scope: all 14 workspace projects
24
+  ENOENT  ENOENT: no such file or directory, unlink '/home/wigy/project/tasenor-qa/tasenor-bookkeeper/node_modules/.pnpm/node_modules/pretty-format'
25
+
26
+
27
+  ELIFECYCLE  Command failed with exit code 1.
28
+  WARN  Local package.json exists, but node_modules missing, did you mean to install?
@@ -0,0 +1,8 @@
1
+
2
+
3
+ > @tasenor/config@1.16.2 release /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-config
4
+ > pnpm version patch && pnpm publish --force --access public --no-git-checks
5
+
6
+ npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.
7
+ v1.16.3
8
+ 
@@ -0,0 +1,6 @@
1
+
2
+
3
+ > @tasenor/config@1.11.86 show-version /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-config
4
+ > jq .version < package.json
5
+
6
+ "1.11.86"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tasenor/config",
3
- "version": "1.16.2",
3
+ "version": "1.16.3",
4
4
  "repository": "git@github.com:dataplugoy/tasenor-bookkeeper.git",
5
5
  "author": "Tommi Ronkainen <tommi.ronkainen@gmail.com>",
6
6
  "license": "MIT",