@rpcbase/client 0.140.0-master.0 → 0.142.0

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": "@rpcbase/client",
3
- "version": "0.140.0-master.0",
3
+ "version": "0.142.0",
4
4
  "scripts": {
5
5
  "test": "../../node_modules/.bin/wireit"
6
6
  },
@@ -10,7 +10,9 @@
10
10
  "wireit": {
11
11
  "install": {
12
12
  "command": "NODE_ENV=development yarn install --mutex network --frozen-lockfile",
13
- "files": [],
13
+ "files": [
14
+ "yarn.lock"
15
+ ],
14
16
  "output": [
15
17
  "node_modules/"
16
18
  ],
@@ -44,12 +46,7 @@
44
46
  ]
45
47
  },
46
48
  "apply-version": {
47
- "command": "node ../../scripts/prflow/apply-prerelease-versions.js $BRANCH_NAME",
48
- "env": {
49
- "BRANCH_NAME": {
50
- "external": true
51
- }
52
- }
49
+ "command": "node ../../scripts/prflow/apply-prerelease-versions.js $BRANCH_NAME"
53
50
  },
54
51
  "release": {
55
52
  "command": "npm publish --tag $NPM_RELEASE_CHANNEL | tee publish-output.txt",
@@ -62,7 +59,12 @@
62
59
  ],
63
60
  "output": [
64
61
  "publish-output.txt"
65
- ]
62
+ ],
63
+ "env": {
64
+ "NPM_RELEASE_CHANNEL": {
65
+ "external": true
66
+ }
67
+ }
66
68
  }
67
69
  },
68
70
  "dependencies": {
@@ -1 +0,0 @@
1
- {"fullyTracked":false,"platform":"linux","arch":"x64","nodeVersion":"v18.19.0","command":"node ../../scripts/prflow/apply-prerelease-versions.js $BRANCH_NAME","extraArgs":[],"clean":true,"files":{},"output":[],"dependencies":{},"env":{"BRANCH_NAME":"master"}}
File without changes
@@ -1 +0,0 @@
1
- {"fullyTracked":true,"platform":"linux","arch":"x64","nodeVersion":"v18.19.0","command":"NODE_ENV=development yarn install --mutex network --frozen-lockfile","extraArgs":[],"clean":true,"files":{"/home/runner/work/rpcbase/rpcbase/pkg/client/yarn.lock":"2f3f6b21f8868c9fece6cd6385e69e768ff7dd4b1997bc3f5a69e655986d60c3","/home/runner/work/rpcbase/rpcbase/yarn.lock":"6418e6930bf35b3c31e73c88c6bf21b0f4033a3a8a4e6470477cdf77088e96f1"},"output":["node_modules/"],"dependencies":{},"env":{}}
File without changes