@lukekarrys/public-package 8.0.5 → 8.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukekarrys/public-package",
3
- "version": "8.0.5",
3
+ "version": "8.0.7",
4
4
  "scripts": {
5
5
  "postinstall": "echo $(date) > date.txt"
6
6
  },
@@ -20,5 +20,10 @@
20
20
  "name": "evrt",
21
21
  "email": "me@evertpot.com"
22
22
  }
23
+ ],
24
+ "files": [
25
+ "index.mjs",
26
+ "bin.mjs",
27
+ "bin-no-postinstall.mjs"
23
28
  ]
24
29
  }
@@ -1,38 +0,0 @@
1
- 0 verbose cli /Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/bin/node /Users/lukekarrys/.local/state/fnm_multishells/64339_1777934761251/bin/npm
2
- 1 info using npm@11.13.0
3
- 2 info using node@v24.15.0
4
- 3 silly config load:file:/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/npmrc
5
- 4 silly config load:file:/Users/lukekarrys/Desktop/scratch/lukekarrys-public-package/.npmrc
6
- 5 silly config load:file:/Users/lukekarrys/.config/npmrc
7
- 6 silly config load:file:/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/etc/npmrc
8
- 7 verbose title npm view @lukekarrys/i-will-deprecate-this
9
- 8 verbose argv "view" "@lukekarrys/i-will-deprecate-this" "--cache" ".cache"
10
- 9 verbose logfile logs-max:10 dir:/Users/lukekarrys/Desktop/scratch/lukekarrys-public-package/.cache/_logs/2026-05-04T22_57_59_877Z-
11
- 10 verbose logfile /Users/lukekarrys/Desktop/scratch/lukekarrys-public-package/.cache/_logs/2026-05-04T22_57_59_877Z-debug-0.log
12
- 11 silly logfile done cleaning log files
13
- 12 http fetch GET 404 https://registry.npmjs.org/@lukekarrys%2fi-will-deprecate-this 89ms (cache skip)
14
- 13 verbose stack HttpErrorGeneral: 404 Not Found - GET https://registry.npmjs.org/@lukekarrys%2fi-will-deprecate-this - Not found
15
- 13 verbose stack at /Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js:103:15
16
- 13 verbose stack at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
17
- 13 verbose stack at async RegistryFetcher.packument (/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/node_modules/pacote/lib/registry.js:90:19)
18
- 13 verbose stack at async #getData (/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/lib/commands/view.js:133:20)
19
- 13 verbose stack at async #viewPackage (/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/lib/commands/view.js:110:28)
20
- 13 verbose stack at async View.exec (/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/lib/commands/view.js:69:5)
21
- 13 verbose stack at async Npm.exec (/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/lib/npm.js:193:9)
22
- 13 verbose stack at async module.exports (/Users/lukekarrys/.local/data/fnm/node-versions/v24.15.0/installation/lib/node_modules/npm/lib/cli/entry.js:67:5)
23
- 14 verbose statusCode 404
24
- 15 verbose pkgid @lukekarrys/i-will-deprecate-this@*
25
- 16 error code E404
26
- 17 error 404 Not Found - GET https://registry.npmjs.org/@lukekarrys%2fi-will-deprecate-this - Not found
27
- 18 error 404
28
- 19 error 404 The requested resource '@lukekarrys/i-will-deprecate-this@*' could not be found or you do not have permission to access it.
29
- 20 error 404
30
- 21 error 404 Note that you can also install from a
31
- 22 error 404 tarball, folder, http url, or git url.
32
- 23 verbose cwd /Users/lukekarrys/Desktop/scratch/lukekarrys-public-package
33
- 24 verbose os Darwin 24.6.0
34
- 25 verbose node v24.15.0
35
- 26 verbose npm v11.13.0
36
- 27 verbose exit 1
37
- 28 verbose code 1
38
- 29 error A complete log of this run can be found in: /Users/lukekarrys/Desktop/scratch/lukekarrys-public-package/.cache/_logs/2026-05-04T22_57_59_877Z-debug-0.log
package/vlt.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "config": {
3
- "registry": "https://registry.vlt.io/luke/"
4
- }
5
- }