tangled
alpha
login
or
join now
atscan.net
/
plcbundle-bun
5
fork
atom
⚡ Zero-dependency plcbundle library exclusively for Bun
5
fork
atom
overview
issues
pulls
pipelines
is public
tree.fail
4 months ago
b3b8a404
3d2132b8
3/3
examples.yml
success
6s
integration.yml
success
3s
test.yml
success
3s
+4
-1
1 changed file
expand all
collapse all
unified
split
package.json
+4
-1
package.json
reviewed
···
1
1
{
2
2
-
"name": "plcbundle-bun",
2
2
+
"name": "@atscan/plcbundle-bun",
3
3
"version": "0.9.1",
4
4
"type": "module",
5
5
"description": "Bun library for working with DID PLC bundle archives (plcbundle)",
···
22
22
},
23
23
"devDependencies": {
24
24
"@types/bun": "^1.3.1"
25
25
+
},
26
26
+
"publishConfig": {
27
27
+
"access": "public"
25
28
}
26
29
}