@domql/event 1.2.14 → 1.3.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.
- package/package.json +6 -2
- package/yarn-error.log +44 -0
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@domql/event",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"vpatch": "npm version patch && npm publish --access public"
|
|
8
8
|
},
|
|
9
|
-
"
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@domql/node": "^1.3.3",
|
|
11
|
+
"@domql/report": "^1.3.0"
|
|
12
|
+
},
|
|
13
|
+
"gitHead": "2069004be6f16a07e1c1874ff909009ca5cec4d6"
|
|
10
14
|
}
|
package/yarn-error.log
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/Users/nikoloza/.nvm/versions/node/v14.17.1/bin/node /Users/nikoloza/.nvm/versions/node/v14.17.1/bin/yarn add NODE_REGISTRY
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
/Users/nikoloza/.nvm/versions/node/v14.17.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Little Snitch.app/Contents/Components:/Library/Apple/usr/bin:/Users/nikoloza/.nvm/versions/node/v14.17.1/bin:/Users/nikoloza/.fzf/bin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.22.10
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
14.17.1
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
darwin x64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
Error: https://registry.yarnpkg.com/NODE_REGISTRY: Not found
|
|
18
|
+
at Request.params.callback [as _callback] (/Users/nikoloza/.nvm/versions/node/v14.17.1/lib/node_modules/yarn/lib/cli.js:66988:18)
|
|
19
|
+
at Request.self.callback (/Users/nikoloza/.nvm/versions/node/v14.17.1/lib/node_modules/yarn/lib/cli.js:140662:22)
|
|
20
|
+
at Request.emit (events.js:375:28)
|
|
21
|
+
at Request.<anonymous> (/Users/nikoloza/.nvm/versions/node/v14.17.1/lib/node_modules/yarn/lib/cli.js:141634:10)
|
|
22
|
+
at Request.emit (events.js:375:28)
|
|
23
|
+
at IncomingMessage.<anonymous> (/Users/nikoloza/.nvm/versions/node/v14.17.1/lib/node_modules/yarn/lib/cli.js:141556:12)
|
|
24
|
+
at Object.onceWrapper (events.js:481:28)
|
|
25
|
+
at IncomingMessage.emit (events.js:387:35)
|
|
26
|
+
at endReadableNT (internal/streams/readable.js:1317:12)
|
|
27
|
+
at processTicksAndRejections (internal/process/task_queues.js:82:21)
|
|
28
|
+
|
|
29
|
+
npm manifest:
|
|
30
|
+
{
|
|
31
|
+
"name": "@domql/event",
|
|
32
|
+
"version": "1.2.14",
|
|
33
|
+
"main": "src/index.js",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"scripts": {
|
|
36
|
+
"vpatch": "npm version patch && npm publish --access public"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
yarn manifest:
|
|
41
|
+
No manifest
|
|
42
|
+
|
|
43
|
+
Lockfile:
|
|
44
|
+
No lockfile
|