@clayroach/effect 4.0.0-source-tracing.1 → 4.0.0-source-tracing.2
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.
- package/package.json +93 -24
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clayroach/effect",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-source-tracing.
|
|
4
|
+
"version": "4.0.0-source-tracing.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "The missing standard library for TypeScript, for writing production-grade software. (Fork with source tracing)",
|
|
7
7
|
"homepage": "https://github.com/clayroach/effect",
|
|
@@ -28,29 +28,98 @@
|
|
|
28
28
|
"sideEffects": [],
|
|
29
29
|
"exports": {
|
|
30
30
|
"./package.json": "./package.json",
|
|
31
|
-
".":
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"./
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"./
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"./
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"./
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"./unstable/
|
|
52
|
-
|
|
53
|
-
|
|
31
|
+
".": {
|
|
32
|
+
"types": "./dist/index.d.ts",
|
|
33
|
+
"default": "./dist/index.js"
|
|
34
|
+
},
|
|
35
|
+
"./encoding": {
|
|
36
|
+
"types": "./dist/encoding/index.d.ts",
|
|
37
|
+
"default": "./dist/encoding/index.js"
|
|
38
|
+
},
|
|
39
|
+
"./platform": {
|
|
40
|
+
"types": "./dist/platform/index.d.ts",
|
|
41
|
+
"default": "./dist/platform/index.js"
|
|
42
|
+
},
|
|
43
|
+
"./stm": {
|
|
44
|
+
"types": "./dist/stm/index.d.ts",
|
|
45
|
+
"default": "./dist/stm/index.js"
|
|
46
|
+
},
|
|
47
|
+
"./testing": {
|
|
48
|
+
"types": "./dist/testing/index.d.ts",
|
|
49
|
+
"default": "./dist/testing/index.js"
|
|
50
|
+
},
|
|
51
|
+
"./unstable/ai": {
|
|
52
|
+
"types": "./dist/unstable/ai/index.d.ts",
|
|
53
|
+
"default": "./dist/unstable/ai/index.js"
|
|
54
|
+
},
|
|
55
|
+
"./unstable/cli": {
|
|
56
|
+
"types": "./dist/unstable/cli/index.d.ts",
|
|
57
|
+
"default": "./dist/unstable/cli/index.js"
|
|
58
|
+
},
|
|
59
|
+
"./unstable/cluster": {
|
|
60
|
+
"types": "./dist/unstable/cluster/index.d.ts",
|
|
61
|
+
"default": "./dist/unstable/cluster/index.js"
|
|
62
|
+
},
|
|
63
|
+
"./unstable/eventlog": {
|
|
64
|
+
"types": "./dist/unstable/eventlog/index.d.ts",
|
|
65
|
+
"default": "./dist/unstable/eventlog/index.js"
|
|
66
|
+
},
|
|
67
|
+
"./unstable/http": {
|
|
68
|
+
"types": "./dist/unstable/http/index.d.ts",
|
|
69
|
+
"default": "./dist/unstable/http/index.js"
|
|
70
|
+
},
|
|
71
|
+
"./unstable/httpapi": {
|
|
72
|
+
"types": "./dist/unstable/httpapi/index.d.ts",
|
|
73
|
+
"default": "./dist/unstable/httpapi/index.js"
|
|
74
|
+
},
|
|
75
|
+
"./unstable/jsonschema": {
|
|
76
|
+
"types": "./dist/unstable/jsonschema/index.d.ts",
|
|
77
|
+
"default": "./dist/unstable/jsonschema/index.js"
|
|
78
|
+
},
|
|
79
|
+
"./unstable/observability": {
|
|
80
|
+
"types": "./dist/unstable/observability/index.d.ts",
|
|
81
|
+
"default": "./dist/unstable/observability/index.js"
|
|
82
|
+
},
|
|
83
|
+
"./unstable/persistence": {
|
|
84
|
+
"types": "./dist/unstable/persistence/index.d.ts",
|
|
85
|
+
"default": "./dist/unstable/persistence/index.js"
|
|
86
|
+
},
|
|
87
|
+
"./unstable/process": {
|
|
88
|
+
"types": "./dist/unstable/process/index.d.ts",
|
|
89
|
+
"default": "./dist/unstable/process/index.js"
|
|
90
|
+
},
|
|
91
|
+
"./unstable/reactivity": {
|
|
92
|
+
"types": "./dist/unstable/reactivity/index.d.ts",
|
|
93
|
+
"default": "./dist/unstable/reactivity/index.js"
|
|
94
|
+
},
|
|
95
|
+
"./unstable/rpc": {
|
|
96
|
+
"types": "./dist/unstable/rpc/index.d.ts",
|
|
97
|
+
"default": "./dist/unstable/rpc/index.js"
|
|
98
|
+
},
|
|
99
|
+
"./unstable/schema": {
|
|
100
|
+
"types": "./dist/unstable/schema/index.d.ts",
|
|
101
|
+
"default": "./dist/unstable/schema/index.js"
|
|
102
|
+
},
|
|
103
|
+
"./unstable/socket": {
|
|
104
|
+
"types": "./dist/unstable/socket/index.d.ts",
|
|
105
|
+
"default": "./dist/unstable/socket/index.js"
|
|
106
|
+
},
|
|
107
|
+
"./unstable/sql": {
|
|
108
|
+
"types": "./dist/unstable/sql/index.d.ts",
|
|
109
|
+
"default": "./dist/unstable/sql/index.js"
|
|
110
|
+
},
|
|
111
|
+
"./unstable/workflow": {
|
|
112
|
+
"types": "./dist/unstable/workflow/index.d.ts",
|
|
113
|
+
"default": "./dist/unstable/workflow/index.js"
|
|
114
|
+
},
|
|
115
|
+
"./unstable/workers": {
|
|
116
|
+
"types": "./dist/unstable/workers/index.d.ts",
|
|
117
|
+
"default": "./dist/unstable/workers/index.js"
|
|
118
|
+
},
|
|
119
|
+
"./*": {
|
|
120
|
+
"types": "./dist/*.d.ts",
|
|
121
|
+
"default": "./dist/*.js"
|
|
122
|
+
},
|
|
54
123
|
"./internal/*": null,
|
|
55
124
|
"./unstable/cli/internal/*": null,
|
|
56
125
|
"./unstable/cluster/internal/*": null,
|