@dxos/esbuild-plugins 2.28.1-dev.f858bec7 → 2.28.2-dev.5bd59700

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.
@@ -0,0 +1,17 @@
1
+ {
2
+ "files": {
3
+ "toolchains/esbuild-plugins/.rush/temp/shrinkwrap-deps.json": "1731ee83a1fa1ac9ac3eb5a52fc2414de42fc182",
4
+ "toolchains/esbuild-plugins/package.json": "ecb22f4c2461e3a1a2354b92e9bb66edb7197228",
5
+ "toolchains/esbuild-plugins/polyfills/Buffer.js": "b1b67991e23ecb4390d4ba8f5a56592ccac6809f",
6
+ "toolchains/esbuild-plugins/polyfills/empty-module-stub.js": "856436e94775746fcbcbf86bdbcbb6351cc3e17b",
7
+ "toolchains/esbuild-plugins/polyfills/module.js": "db1ecf4b41d2447de6571410611ffa7edaf22966",
8
+ "toolchains/esbuild-plugins/polyfills/process.js": "bc2018e7a1ae0a9bf517f8aa68e09381ddfe5298",
9
+ "toolchains/esbuild-plugins/src/fix-graceful-fs-plugin.ts": "4ee183d68d9161f7f0d9ff95ff86d7f7916a4f61",
10
+ "toolchains/esbuild-plugins/src/fix-memdown-plugin.ts": "915beb3e1d605d0c95ac0b5a080ff611f3d6dcf7",
11
+ "toolchains/esbuild-plugins/src/index.ts": "45f3efba87cc09f52b51207990e4efdcd9b71ca2",
12
+ "toolchains/esbuild-plugins/src/node-globals-polyfill-plugin.ts": "c8f2a44f76e77488256dcad3759f6d0ea6423bd9",
13
+ "toolchains/esbuild-plugins/src/node-modules-plugin.ts": "6d864ba05368a09ac6b74e97aa8415cff7ae7cb7",
14
+ "toolchains/esbuild-plugins/tsconfig.json": "359c426180e3c117f14589468c37e04cd560740f"
15
+ },
16
+ "arguments": "toolchain build "
17
+ }
@@ -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": "1e76939daa6db70f71325097fb0002ca9d6e87df",
4
+ "toolchains/esbuild-plugins/package.json": "8e7719848845413a0a97e7b121504e85f8baee34",
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": "1e76939daa6db70f71325097fb0002ca9d6e87df",
4
+ "toolchains/esbuild-plugins/package.json": "8e7719848845413a0a97e7b121504e85f8baee34",
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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxos/esbuild-plugins",
3
- "version": "2.28.1-dev.f858bec7",
4
- "license": "AGPL-3.0",
3
+ "version": "2.28.2-dev.5bd59700",
4
+ "license": "MIT",
5
5
  "author": "DXOS.org",
6
6
  "main": "./dist/src/index.js",
7
7
  "types": "./dist/src/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "util": "~0.12.4"
19
19
  },
20
20
  "devDependencies": {
21
- "@dxos/toolchain-node-library": "2.28.0",
21
+ "@dxos/toolchain-node-library": "2.28.1",
22
22
  "@types/node": "^14.0.9"
23
23
  },
24
24
  "publishConfig": {