@dxos/esbuild-plugins 2.19.2-dev.fdfdb775 → 2.19.3-dev.34005b39

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,6 +1,6 @@
1
1
  {
2
2
  "files": {
3
- "toolchains/esbuild-plugins/package.json": "4c6b16c22c56969f4b8778965902622e5b866394",
3
+ "toolchains/esbuild-plugins/package.json": "8d92ff81b039cd21eb198344063a662d4fdabb8a",
4
4
  "toolchains/esbuild-plugins/polyfills/Buffer.js": "b1b67991e23ecb4390d4ba8f5a56592ccac6809f",
5
5
  "toolchains/esbuild-plugins/polyfills/empty-module-stub.js": "856436e94775746fcbcbf86bdbcbb6351cc3e17b",
6
6
  "toolchains/esbuild-plugins/polyfills/module.js": "db1ecf4b41d2447de6571410611ffa7edaf22966",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "files": {
3
- "toolchains/esbuild-plugins/package.json": "4c6b16c22c56969f4b8778965902622e5b866394",
3
+ "toolchains/esbuild-plugins/package.json": "8d92ff81b039cd21eb198344063a662d4fdabb8a",
4
4
  "toolchains/esbuild-plugins/polyfills/Buffer.js": "b1b67991e23ecb4390d4ba8f5a56592ccac6809f",
5
5
  "toolchains/esbuild-plugins/polyfills/empty-module-stub.js": "856436e94775746fcbcbf86bdbcbb6351cc3e17b",
6
6
  "toolchains/esbuild-plugins/polyfills/module.js": "db1ecf4b41d2447de6571410611ffa7edaf22966",
@@ -0,0 +1,14 @@
1
+ Invoking: toolchain build:test
2
+
3
+
4
+ typescript
5
+ OK in 1500 ms
6
+
7
+ eslint
8
+ OK in 3438 ms
9
+
10
+ jest
11
+ No tests found, exiting with code 0
12
+ OK in 1188 ms
13
+
14
+ CHECK COMPLETE in 6133 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/esbuild-plugins",
3
- "version": "2.19.2-dev.fdfdb775",
3
+ "version": "2.19.3-dev.34005b39",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "DXOS.org",
6
6
  "main": "./dist/src/index.js",
@@ -23,7 +23,7 @@
23
23
  "util": "~0.12.4"
24
24
  },
25
25
  "devDependencies": {
26
- "@dxos/toolchain-node-library": "2.19.1",
26
+ "@dxos/toolchain-node-library": "2.19.2",
27
27
  "@types/node": "^14.0.9"
28
28
  },
29
29
  "publishConfig": {