@hol-org/cigar 0.9.4 → 0.10.0-beta.1
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/README.md +52 -3
- package/dist/context-api.d.ts +4 -0
- package/dist/context-api.d.ts.map +1 -0
- package/dist/context-api.js +4 -0
- package/dist/context-api.js.map +1 -0
- package/dist/context-types.d.ts +95 -0
- package/dist/context-types.d.ts.map +1 -0
- package/dist/context-types.js +2 -0
- package/dist/context-types.js.map +1 -0
- package/dist/context.d.ts +56 -0
- package/dist/context.d.ts.map +1 -0
- package/dist/context.js +216 -0
- package/dist/context.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/release.json +5 -2
- package/native/darwin-arm64/THIRD_PARTY_NOTICES.txt +6836 -0
- package/native/darwin-arm64/cigar-context-worker +0 -0
- package/native/darwin-arm64/dependencies.json +212 -0
- package/native/darwin-arm64/manifest.json +8 -0
- package/package.json +8 -3
|
Binary file
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "aho-corasick",
|
|
4
|
+
"version": "1.1.4",
|
|
5
|
+
"license": "Unlicense OR MIT",
|
|
6
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"name": "anyhow",
|
|
10
|
+
"version": "1.0.103",
|
|
11
|
+
"license": "MIT OR Apache-2.0",
|
|
12
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "base64",
|
|
16
|
+
"version": "0.22.1",
|
|
17
|
+
"license": "MIT OR Apache-2.0",
|
|
18
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "bit-set",
|
|
22
|
+
"version": "0.8.0",
|
|
23
|
+
"license": "Apache-2.0 OR MIT",
|
|
24
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "bit-vec",
|
|
28
|
+
"version": "0.8.0",
|
|
29
|
+
"license": "Apache-2.0 OR MIT",
|
|
30
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "block-buffer",
|
|
34
|
+
"version": "0.12.1",
|
|
35
|
+
"license": "MIT OR Apache-2.0",
|
|
36
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "bstr",
|
|
40
|
+
"version": "1.13.1",
|
|
41
|
+
"license": "MIT OR Apache-2.0",
|
|
42
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "cfg-if",
|
|
46
|
+
"version": "1.0.4",
|
|
47
|
+
"license": "MIT OR Apache-2.0",
|
|
48
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "cigar-context",
|
|
52
|
+
"version": "0.10.0-beta.1",
|
|
53
|
+
"license": "Apache-2.0",
|
|
54
|
+
"source": null
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "const-oid",
|
|
58
|
+
"version": "0.10.2",
|
|
59
|
+
"license": "Apache-2.0 OR MIT",
|
|
60
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "cpufeatures",
|
|
64
|
+
"version": "0.3.0",
|
|
65
|
+
"license": "MIT OR Apache-2.0",
|
|
66
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "crypto-common",
|
|
70
|
+
"version": "0.2.2",
|
|
71
|
+
"license": "MIT OR Apache-2.0",
|
|
72
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "digest",
|
|
76
|
+
"version": "0.11.3",
|
|
77
|
+
"license": "MIT OR Apache-2.0",
|
|
78
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "fancy-regex",
|
|
82
|
+
"version": "0.17.0",
|
|
83
|
+
"license": "MIT",
|
|
84
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "hybrid-array",
|
|
88
|
+
"version": "0.4.13",
|
|
89
|
+
"license": "MIT OR Apache-2.0",
|
|
90
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "itoa",
|
|
94
|
+
"version": "1.0.18",
|
|
95
|
+
"license": "MIT OR Apache-2.0",
|
|
96
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "lazy_static",
|
|
100
|
+
"version": "1.5.0",
|
|
101
|
+
"license": "MIT OR Apache-2.0",
|
|
102
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "libc",
|
|
106
|
+
"version": "0.2.186",
|
|
107
|
+
"license": "MIT OR Apache-2.0",
|
|
108
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "memchr",
|
|
112
|
+
"version": "2.8.3",
|
|
113
|
+
"license": "Unlicense OR MIT",
|
|
114
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "proc-macro2",
|
|
118
|
+
"version": "1.0.106",
|
|
119
|
+
"license": "MIT OR Apache-2.0",
|
|
120
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "quote",
|
|
124
|
+
"version": "1.0.46",
|
|
125
|
+
"license": "MIT OR Apache-2.0",
|
|
126
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "regex",
|
|
130
|
+
"version": "1.13.0",
|
|
131
|
+
"license": "MIT OR Apache-2.0",
|
|
132
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "regex-automata",
|
|
136
|
+
"version": "0.4.15",
|
|
137
|
+
"license": "MIT OR Apache-2.0",
|
|
138
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "regex-syntax",
|
|
142
|
+
"version": "0.8.11",
|
|
143
|
+
"license": "MIT OR Apache-2.0",
|
|
144
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "rustc-hash",
|
|
148
|
+
"version": "2.1.3",
|
|
149
|
+
"license": "Apache-2.0 OR MIT",
|
|
150
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "serde",
|
|
154
|
+
"version": "1.0.228",
|
|
155
|
+
"license": "MIT OR Apache-2.0",
|
|
156
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "serde_core",
|
|
160
|
+
"version": "1.0.228",
|
|
161
|
+
"license": "MIT OR Apache-2.0",
|
|
162
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "serde_derive",
|
|
166
|
+
"version": "1.0.228",
|
|
167
|
+
"license": "MIT OR Apache-2.0",
|
|
168
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "serde_json",
|
|
172
|
+
"version": "1.0.150",
|
|
173
|
+
"license": "MIT OR Apache-2.0",
|
|
174
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "sha2",
|
|
178
|
+
"version": "0.11.0",
|
|
179
|
+
"license": "MIT OR Apache-2.0",
|
|
180
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "syn",
|
|
184
|
+
"version": "2.0.118",
|
|
185
|
+
"license": "MIT OR Apache-2.0",
|
|
186
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "tiktoken-rs",
|
|
190
|
+
"version": "0.12.0",
|
|
191
|
+
"license": "MIT",
|
|
192
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "typenum",
|
|
196
|
+
"version": "1.20.1",
|
|
197
|
+
"license": "MIT OR Apache-2.0",
|
|
198
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "unicode-ident",
|
|
202
|
+
"version": "1.0.24",
|
|
203
|
+
"license": "(MIT OR Apache-2.0) AND Unicode-3.0",
|
|
204
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "zmij",
|
|
208
|
+
"version": "1.0.23",
|
|
209
|
+
"license": "MIT",
|
|
210
|
+
"source": "registry+https://github.com/rust-lang/crates.io-index"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"protocol": "cigar.context-worker.v1",
|
|
3
|
+
"core_version": "0.10.0-beta.1",
|
|
4
|
+
"sdk_release": "0.10.0-beta.1",
|
|
5
|
+
"target": "aarch64-apple-darwin",
|
|
6
|
+
"sha256": "d6b138a9adb1c63162b6c73a1ecec7b03d5b8a24cc2250703d3e4c82fc927a8b",
|
|
7
|
+
"source_archive_sha256": "e24480b7ed7bb63fd3aa2f87831e6ee36e5192b417c26c52ccc9b15946f04e54"
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hol-org/cigar",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "CIGAR v1 TypeScript
|
|
3
|
+
"version": "0.10.0-beta.1",
|
|
4
|
+
"description": "CIGAR local Rust context graphs and compatible v1 TypeScript client (beta)",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"publishConfig": {
|
|
16
16
|
"access": "public",
|
|
17
17
|
"registry": "https://registry.npmjs.org/",
|
|
18
|
-
"tag": "
|
|
18
|
+
"tag": "beta"
|
|
19
19
|
},
|
|
20
20
|
"type": "module",
|
|
21
21
|
"packageManager": "pnpm@10.34.5",
|
|
@@ -26,12 +26,17 @@
|
|
|
26
26
|
".": {
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
28
28
|
"import": "./dist/index.js"
|
|
29
|
+
},
|
|
30
|
+
"./context": {
|
|
31
|
+
"types": "./dist/context-api.d.ts",
|
|
32
|
+
"import": "./dist/context-api.js"
|
|
29
33
|
}
|
|
30
34
|
},
|
|
31
35
|
"types": "./dist/index.d.ts",
|
|
32
36
|
"files": [
|
|
33
37
|
"dist/",
|
|
34
38
|
"fixtures/",
|
|
39
|
+
"native/",
|
|
35
40
|
"README.md",
|
|
36
41
|
"LICENSE",
|
|
37
42
|
"NOTICE"
|