@voidhash/mimic-effect 0.0.1-alpha.7 → 0.0.1-alpha.8

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,5 +1,5 @@
1
1
 
2
- > @voidhash/mimic-effect@0.0.1-alpha.7 build /home/runner/work/mimic/mimic/packages/mimic-effect
2
+ > @voidhash/mimic-effect@0.0.1-alpha.8 build /home/runner/work/mimic/mimic/packages/mimic-effect
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.18.2 powered by rolldown v1.0.0-beta.55
@@ -10,14 +10,14 @@
10
10
  ℹ Build start
11
11
  ℹ [CJS] dist/index.cjs 45.26 kB │ gzip: 8.80 kB
12
12
  ℹ [CJS] 1 files, total: 45.26 kB
13
- ℹ [CJS] dist/index.d.cts.map  6.49 kB │ gzip: 2.42 kB
14
- ℹ [CJS] dist/index.d.cts 30.92 kB │ gzip: 5.80 kB
15
- ℹ [CJS] 2 files, total: 37.41 kB
16
- ✔ Build complete in 6070ms
17
13
  ℹ [ESM] dist/index.mjs 40.55 kB │ gzip: 8.11 kB
18
14
  ℹ [ESM] dist/index.mjs.map 91.85 kB │ gzip: 16.24 kB
19
15
  ℹ [ESM] dist/index.d.mts.map  6.96 kB │ gzip: 2.56 kB
20
16
  ℹ [ESM] dist/chunk-C6wwvPpM.mjs  0.36 kB │ gzip: 0.25 kB
21
17
  ℹ [ESM] dist/index.d.mts 30.93 kB │ gzip: 5.80 kB
22
18
  ℹ [ESM] 5 files, total: 170.65 kB
23
- ✔ Build complete in 6080ms
19
+ ℹ [CJS] dist/index.d.cts.map  6.49 kB │ gzip: 2.42 kB
20
+ ℹ [CJS] dist/index.d.cts 30.92 kB │ gzip: 5.80 kB
21
+ ℹ [CJS] 2 files, total: 37.41 kB
22
+ ✔ Build complete in 6398ms
23
+ ✔ Build complete in 6398ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidhash/mimic-effect",
3
- "version": "0.0.1-alpha.7",
3
+ "version": "0.0.1-alpha.8",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,12 +9,11 @@
9
9
  },
10
10
  "main": "./src/index.ts",
11
11
  "exports": {
12
- ".": "./src/index.ts",
13
- "./DocumentManager": "./src/DocumentManager.ts",
14
- "./DocumentProtocol": "./src/DocumentProtocol.ts",
15
- "./WebSocketHandler": "./src/WebSocketHandler.ts",
16
- "./MimicServer": "./src/MimicServer.ts",
17
- "./MimicConfig": "./src/MimicConfig.ts"
12
+ ".": {
13
+ "types": "./dist/index.d.mts",
14
+ "import": "./dist/index.mjs",
15
+ "require": "./dist/index.cjs"
16
+ }
18
17
  },
19
18
  "dependencies": {
20
19
  "@effect/platform": "^0.93.8"
@@ -25,11 +24,11 @@
25
24
  "typescript": "5.8.3",
26
25
  "vite-tsconfig-paths": "^5.1.4",
27
26
  "vitest": "^3.2.4",
28
- "@voidhash/tsconfig": "0.0.1-alpha.7"
27
+ "@voidhash/tsconfig": "0.0.1-alpha.8"
29
28
  },
30
29
  "peerDependencies": {
31
30
  "effect": "^3.19.12",
32
- "@voidhash/mimic": "0.0.1-alpha.7"
31
+ "@voidhash/mimic": "0.0.1-alpha.8"
33
32
  },
34
33
  "scripts": {
35
34
  "build": "tsdown",