@dxos/esbuild-plugins 2.19.5-dev.1703b02b → 2.19.5

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "toolchains/esbuild-plugins/.rush/temp/shrinkwrap-deps.json": "1731ee83a1fa1ac9ac3eb5a52fc2414de42fc182",
4
- "toolchains/esbuild-plugins/package.json": "7431ae57f9d824b1c387c3fdb282630cf565d9a5",
4
+ "toolchains/esbuild-plugins/package.json": "dd0880e89fdde5d0741bcf0a5aaed512340f4f6b",
5
5
  "toolchains/esbuild-plugins/polyfills/Buffer.js": "b1b67991e23ecb4390d4ba8f5a56592ccac6809f",
6
6
  "toolchains/esbuild-plugins/polyfills/empty-module-stub.js": "856436e94775746fcbcbf86bdbcbb6351cc3e17b",
7
7
  "toolchains/esbuild-plugins/polyfills/module.js": "db1ecf4b41d2447de6571410611ffa7edaf22966",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "toolchains/esbuild-plugins/.rush/temp/shrinkwrap-deps.json": "1731ee83a1fa1ac9ac3eb5a52fc2414de42fc182",
4
- "toolchains/esbuild-plugins/package.json": "18b23009f4bf3191bfa192a6d723ed595b48f90a",
4
+ "toolchains/esbuild-plugins/package.json": "dd0880e89fdde5d0741bcf0a5aaed512340f4f6b",
5
5
  "toolchains/esbuild-plugins/polyfills/Buffer.js": "b1b67991e23ecb4390d4ba8f5a56592ccac6809f",
6
6
  "toolchains/esbuild-plugins/polyfills/empty-module-stub.js": "856436e94775746fcbcbf86bdbcbb6351cc3e17b",
7
7
  "toolchains/esbuild-plugins/polyfills/module.js": "db1ecf4b41d2447de6571410611ffa7edaf22966",
@@ -1,14 +1,15 @@
1
1
  Invoking: toolchain build:test
2
2
 
3
+ ENOENT: no such file or directory, stat '/home/github/_work/protocols/protocols/toolchains/esbuild-plugins/src/proto/gen'
3
4
 
4
5
  typescript
5
- OK in 1448 ms
6
+ OK in 2096 ms
6
7
 
7
8
  eslint
8
- OK in 3074 ms
9
+ OK in 3182 ms
9
10
 
10
11
  jest
11
12
  No tests found, exiting with code 0
12
- OK in 1205 ms
13
+ OK in 1139 ms
13
14
 
14
- CHECK COMPLETE in 5735 ms
15
+ CHECK COMPLETE in 6427 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/esbuild-plugins",
3
- "version": "2.19.5-dev.1703b02b",
3
+ "version": "2.19.5",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "DXOS.org",
6
6
  "main": "./dist/src/index.js",
@@ -18,7 +18,7 @@
18
18
  "util": "~0.12.4"
19
19
  },
20
20
  "devDependencies": {
21
- "@dxos/toolchain-node-library": "2.19.4",
21
+ "@dxos/toolchain-node-library": "2.19.5",
22
22
  "@types/node": "^14.0.9"
23
23
  },
24
24
  "publishConfig": {