@steedos/process 1.23.40 → 1.23.43
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 +4 -4
- package/yarn-error.log +53 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/process",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.43",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"repository": "https://github.com/steedos/steedos-platform.git",
|
|
6
6
|
"scripts": {
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"typescript": "3.5.3"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@steedos/core": "^1.23.
|
|
21
|
-
"@steedos/objectql": "^1.23.
|
|
20
|
+
"@steedos/core": "^1.23.43",
|
|
21
|
+
"@steedos/objectql": "^1.23.43"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "ceb3afe807b1d8e7c86d69d031bee53c86129c0c"
|
|
24
24
|
}
|
package/yarn-error.log
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/home/gitpod/.nvm/versions/node/v12.22.12/bin/node /workspace/steedos-platform/node_modules/.bin/yarn run prepare
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
/workspace/steedos-platform/packages/process/node_modules/.bin:/workspace/steedos-platform/packages/node_modules/.bin:/workspace/steedos-platform/node_modules/.bin:/workspace/node_modules/.bin:/node_modules/.bin:/home/gitpod/.nvm/versions/node/v12.22.12/bin:/tmp/yarn--1660039085693-0.4557581239256385:/workspace/steedos-platform/node_modules/.bin:/home/gitpod/.config/yarn/link/node_modules/.bin:/workspace/steedos-platform/node_modules/.bin:/home/gitpod/.yarn/bin:/home/gitpod/.nvm/versions/node/v12.22.12/libexec/lib/node_modules/npm/bin/node-gyp-bin:/home/gitpod/.nvm/versions/node/v12.22.12/lib/node_modules/npm/bin/node-gyp-bin:/home/gitpod/.nvm/versions/node/v12.22.12/bin/node_modules/npm/bin/node-gyp-bin:/home/gitpod/.nvm/versions/node/v12.22.12/bin:/home/gitpod/.nvm/versions/node/v16.16.0/bin:/workspace/.cargo/bin:/home/gitpod/.pyenv/plugins/pyenv-virtualenv/shims:/home/gitpod/.pyenv/shims:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/.nix-profile/bin:/home/gitpod/.local/bin:/workspace/.cargo/bin:/home/gitpod/.pyenv/plugins/pyenv-virtualenv/shims:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/home/gitpod/.nix-profile/bin:/home/gitpod/.local/bin:/home/gitpod/.sdkman/candidates/maven/current/bin:/home/gitpod/.sdkman/candidates/java/current/bin:/home/gitpod/.sdkman/candidates/gradle/current/bin:/workspace/.cargo/bin:/home/gitpod/.rvm/gems/ruby-3.1.2/bin:/home/gitpod/.rvm/gems/ruby-3.1.2@global/bin:/home/gitpod/.rvm/rubies/ruby-3.1.2/bin:/home/gitpod/.pyenv/plugins/pyenv-virtualenv/shims:/workspace/go/bin:/home/gitpod/.nix-profile/bin:/ide/bin/remote-cli:/home/gitpod/go/bin:/home/gitpod/go-packages/bin:/home/gitpod/.nvm/versions/node/v16.16.0/bin:/home/gitpod/.pyenv/bin:/workspace/.rvm/bin:/home/gitpod/.cargo/bin:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin/:/home/gitpod/.local/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/gitpod/.nvm/versions/node/v16.16.0/bin:/home/gitpod/.rvm/bin:/home/gitpod/.nvm/versions/node/v16.16.0/bin:/home/gitpod/.nvm/versions/node/v16.16.0/bin:/home/gitpod/.nvm/versions/node/v16.16.0/bin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.22.10
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
12.22.12
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
linux x64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
SyntaxError: /workspace/steedos-platform/package.json: Unexpected token r in JSON at position 2619
|
|
18
|
+
at JSON.parse (<anonymous>)
|
|
19
|
+
at /workspace/steedos-platform/node_modules/yarn/lib/cli.js:1625:59
|
|
20
|
+
at Generator.next (<anonymous>)
|
|
21
|
+
at step (/workspace/steedos-platform/node_modules/yarn/lib/cli.js:310:30)
|
|
22
|
+
at /workspace/steedos-platform/node_modules/yarn/lib/cli.js:321:13
|
|
23
|
+
|
|
24
|
+
npm manifest:
|
|
25
|
+
{
|
|
26
|
+
"name": "@steedos/process",
|
|
27
|
+
"version": "1.23.42",
|
|
28
|
+
"main": "lib/index.js",
|
|
29
|
+
"repository": "https://github.com/steedos/steedos-platform.git",
|
|
30
|
+
"scripts": {
|
|
31
|
+
"compile": "tsc",
|
|
32
|
+
"prepare": "tsc"
|
|
33
|
+
},
|
|
34
|
+
"author": "",
|
|
35
|
+
"license": "ISC",
|
|
36
|
+
"private": false,
|
|
37
|
+
"publishConfig": {
|
|
38
|
+
"access": "public"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"typescript": "3.5.3"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@steedos/core": "^1.23.42",
|
|
45
|
+
"@steedos/objectql": "^1.23.42"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
yarn manifest:
|
|
50
|
+
No manifest
|
|
51
|
+
|
|
52
|
+
Lockfile:
|
|
53
|
+
No lockfile
|