mol_charset_ucf 0.0.88 → 0.0.90

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/node.deps.json CHANGED
@@ -1 +1 @@
1
- {"files":["mam.ts","LICENSE","README.md","mam.jam.js","tsfmt.json","package.json","tsconfig.json","lang.lang.tree","meta.lang.tree","sandbox.config.json","mol/CNAME","mol/LICENSE","mol/readme.md","mol/mol.meta.tree","mol/CONTRIBUTING.md","mol/CODE_OF_CONDUCT.md","mol/charset/buffer/buffer.ts","mol/fail/fail.ts","mol/charset/ucf/ucf.ts","mol/charset/ucf/readme.md"],"mods":{},"deps_in":{"mol/charset":{"mol/charset/ucf":-999,"mol/charset/buffer":-999},"mol":{"mol/charset":-999,"mol/fail":-999},"":{"mol":-999},"mol/charset/buffer":{"mol/charset/ucf":-2},"mol/fail":{"mol/charset/ucf":-3}},"deps_out":{"mol/charset/ucf":{"mol/charset":-999,"mol/charset/buffer":-2,"mol/fail":-3},"mol/charset":{"mol":-999},"mol":{"":-999},"mol/charset/buffer":{"mol/charset":-999},"mol/fail":{"mol":-999}},"sloc":{"ts":148,"LICENSE":113,"md":495,"js":9,"json":82,"tree":41,"CNAME":1},"deps":{"mol/charset/ucf":{"..":-999,"/mol/charset/ucf/encode":-1,"/mol/charset/buffer":-2,"/mol/charset/ucf/encode/to":-1,"/mol/charset/ucf/decode":-1,"/mol/fail":-3},"mol/charset":{"..":-999},"mol":{"..":-999},"":{},"mol/charset/buffer":{"..":-999,"/mol/charset/buffer":-1},"mol/fail":{"..":-999,"/mol/fail":-1}}}
1
+ {"files":["mam.ts","LICENSE","README.md","mam.jam.js","tsfmt.json","package.json","tsconfig.json","lang.lang.tree","meta.lang.tree","sandbox.config.json","mol/CNAME","mol/LICENSE","mol/readme.md","mol/mol.meta.tree","mol/CONTRIBUTING.md","mol/CODE_OF_CONDUCT.md","mol/charset/buffer/buffer.ts","mol/fail/fail.ts","mol/charset/ucf/ucf.ts","mol/charset/ucf/readme.md"],"mods":{},"deps_in":{"mol/charset":{"mol/charset/ucf":-999,"mol/charset/buffer":-999},"mol":{"mol/charset":-999,"mol/fail":-999},"":{"mol":-999},"mol/charset/buffer":{"mol/charset/ucf":-2},"mol/fail":{"mol/charset/ucf":-3}},"deps_out":{"mol/charset/ucf":{"mol/charset":-999,"mol/charset/buffer":-2,"mol/fail":-3},"mol/charset":{"mol":-999},"mol":{"":-999},"mol/charset/buffer":{"mol/charset":-999},"mol/fail":{"mol":-999}},"sloc":{"ts":148,"LICENSE":113,"md":495,"js":9,"json":83,"tree":41,"CNAME":1},"deps":{"mol/charset/ucf":{"..":-999,"/mol/charset/ucf/encode":-1,"/mol/charset/buffer":-2,"/mol/charset/ucf/encode/to":-1,"/mol/charset/ucf/decode":-1,"/mol/fail":-3},"mol/charset":{"..":-999},"mol":{"..":-999},"":{},"mol/charset/buffer":{"..":-999,"/mol/charset/buffer":-1},"mol/fail":{"..":-999,"/mol/fail":-1}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_charset_ucf",
3
- "version": "0.0.88",
3
+ "version": "0.0.90",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -1,32 +1,3 @@
1
- declare let _$_: {
2
- new (): {};
3
- } & typeof globalThis;
4
- declare class $ extends _$_ {
5
- }
6
- declare namespace $ {
7
- export type $ = typeof $$;
8
- export class $$ extends $ {
9
- static $: $;
10
- }
11
- namespace $$ {
12
- type $$ = $;
13
- }
14
- export {};
15
- }
16
-
17
- declare namespace $ {
18
- function $mol_charset_buffer(size: number): Uint8Array<ArrayBuffer>;
19
- }
20
-
21
- declare namespace $ {
22
- function $mol_fail(error: any): never;
23
- }
24
-
25
- declare namespace $ {
26
- function $mol_charset_ucf_encode(str: string): Uint8Array<ArrayBuffer>;
27
- function $mol_charset_ucf_encode_to(str: string, buf: Uint8Array<ArrayBuffer>, from?: number): number;
28
- function $mol_charset_ucf_decode(buffer: Uint8Array<ArrayBuffer>, mode?: number): string;
29
- }
30
1
 
31
2
  export = $;
32
3
  //# sourceMappingURL=web.d.ts.map
package/web.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../mam.d.ts","../../buffer/buffer.d.ts","../../../fail/fail.d.ts","../ucf.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;ACfA;AACA;AACA;AACA;ACHA;AACA;AACA;AACA;ACHA;AACA;AACA;AACA;AACA;AACA","sourcesContent":[null,null,null,null]}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
package/web.deps.json CHANGED
@@ -1 +1 @@
1
- {"files":["mam.ts","LICENSE","README.md","mam.jam.js","tsfmt.json","package.json","tsconfig.json","lang.lang.tree","meta.lang.tree","sandbox.config.json","mol/CNAME","mol/LICENSE","mol/readme.md","mol/mol.meta.tree","mol/CONTRIBUTING.md","mol/CODE_OF_CONDUCT.md","mol/charset/buffer/buffer.ts","mol/fail/fail.ts","mol/charset/ucf/ucf.ts","mol/charset/ucf/readme.md"],"mods":{},"deps_in":{"mol/charset":{"mol/charset/ucf":-999,"mol/charset/buffer":-999},"mol":{"mol/charset":-999,"mol/fail":-999},"":{"mol":-999},"mol/charset/buffer":{"mol/charset/ucf":-2},"mol/fail":{"mol/charset/ucf":-3}},"deps_out":{"mol/charset/ucf":{"mol/charset":-999,"mol/charset/buffer":-2,"mol/fail":-3},"mol/charset":{"mol":-999},"mol":{"":-999},"mol/charset/buffer":{"mol/charset":-999},"mol/fail":{"mol":-999}},"sloc":{"ts":148,"LICENSE":113,"md":495,"js":9,"json":82,"tree":41,"CNAME":1},"deps":{"mol/charset/ucf":{"..":-999,"/mol/charset/ucf/encode":-1,"/mol/charset/buffer":-2,"/mol/charset/ucf/encode/to":-1,"/mol/charset/ucf/decode":-1,"/mol/fail":-3},"mol/charset":{"..":-999},"mol":{"..":-999},"":{},"mol/charset/buffer":{"..":-999,"/mol/charset/buffer":-1},"mol/fail":{"..":-999,"/mol/fail":-1}}}
1
+ {"files":["mam.ts","LICENSE","README.md","mam.jam.js","tsfmt.json","package.json","tsconfig.json","lang.lang.tree","meta.lang.tree","sandbox.config.json","mol/CNAME","mol/LICENSE","mol/readme.md","mol/mol.meta.tree","mol/CONTRIBUTING.md","mol/CODE_OF_CONDUCT.md","mol/charset/buffer/buffer.ts","mol/fail/fail.ts","mol/charset/ucf/ucf.ts","mol/charset/ucf/readme.md"],"mods":{},"deps_in":{"mol/charset":{"mol/charset/ucf":-999,"mol/charset/buffer":-999},"mol":{"mol/charset":-999,"mol/fail":-999},"":{"mol":-999},"mol/charset/buffer":{"mol/charset/ucf":-2},"mol/fail":{"mol/charset/ucf":-3}},"deps_out":{"mol/charset/ucf":{"mol/charset":-999,"mol/charset/buffer":-2,"mol/fail":-3},"mol/charset":{"mol":-999},"mol":{"":-999},"mol/charset/buffer":{"mol/charset":-999},"mol/fail":{"mol":-999}},"sloc":{"ts":148,"LICENSE":113,"md":495,"js":9,"json":83,"tree":41,"CNAME":1},"deps":{"mol/charset/ucf":{"..":-999,"/mol/charset/ucf/encode":-1,"/mol/charset/buffer":-2,"/mol/charset/ucf/encode/to":-1,"/mol/charset/ucf/decode":-1,"/mol/fail":-3},"mol/charset":{"..":-999},"mol":{"..":-999},"":{},"mol/charset/buffer":{"..":-999,"/mol/charset/buffer":-1},"mol/fail":{"..":-999,"/mol/fail":-1}}}