@aprovan/patchwork-utcp 0.1.0-dev.03aaf5b → 0.1.0-dev.ba8f277

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.
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  CJS dist/index.cjs 2.88 KB
14
14
  CJS dist/index.cjs.map 5.49 KB
15
- CJS ⚡️ Build success in 75ms
15
+ CJS ⚡️ Build success in 56ms
16
16
  ESM dist/index.js 1.84 KB
17
17
  ESM dist/index.js.map 5.48 KB
18
- ESM ⚡️ Build success in 75ms
18
+ ESM ⚡️ Build success in 62ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3357ms
20
+ DTS ⚡️ Build success in 2641ms
21
21
  DTS dist/index.d.ts 1.44 KB
22
22
  DTS dist/index.d.cts 1.44 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprovan/patchwork-utcp",
3
- "version": "0.1.0-dev.03aaf5b",
3
+ "version": "0.1.0-dev.ba8f277",
4
4
  "description": "UTCP backend integration for Patchwork",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",