@rotu/structview 0.7.3 → 0.8.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/README.md +2 -1
- package/esm/bigints.d.ts.map +1 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -11,7 +11,8 @@ data in a typesafe, declarative, object-oriented way.
|
|
|
11
11
|
4. Clean object format. No risk of your struct field names colliding with
|
|
12
12
|
implementation details. Type inference won't show excessive properties.
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+

|
|
15
|
+

|
|
15
16
|
|
|
16
17
|
# example
|
|
17
18
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bigints.d.ts","sourceRoot":"","sources":["../src/bigints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,KAAK,wBAAwB,EAAE,MAAM,UAAU,CAAA;AAExE,wBAAgB,SAAS,CACvB,MAAM,EAAE,MAAM,EACd,EAAE,UAAU,EAAE,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GACrC,wBAAwB,CAAC,MAAM,CAAC,CAoBlC;AAED,wBAAgB,QAAQ,CACtB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,GAC9B,wBAAwB,CAAC,MAAM,CAAC,CAqBlC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotu/structview",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.2+dnt",
|
|
4
4
|
"description": "Read and write structured binary data with typesafe views",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^20.9.0",
|
|
21
21
|
"picocolors": "^1.0.0",
|
|
22
|
+
"uint8array-extras": "^1.5.0",
|
|
22
23
|
"@deno/shim-deno": "~0.18.0"
|
|
23
24
|
},
|
|
24
25
|
"_generatedBy": "dnt@dev"
|