ldk-java
22 months agoMerge pull request #106 from TheBlueMatt/main v0.0.109.0
Matt Corallo [Fri, 1 Jul 2022 23:46:33 +0000 (16:46 -0700)]
Merge pull request #106 from TheBlueMatt/main

0.0.109.0

22 months agoUpdate CI branches to 0.0.109
Matt Corallo [Fri, 1 Jul 2022 22:07:38 +0000 (22:07 +0000)]
Update CI branches to 0.0.109

22 months ago[TS] Update auto-generated TS bindings
Matt Corallo [Fri, 1 Jul 2022 22:05:45 +0000 (22:05 +0000)]
[TS] Update auto-generated TS bindings

22 months ago[Java] Update auto-generated Java bindings
Matt Corallo [Fri, 1 Jul 2022 21:55:48 +0000 (21:55 +0000)]
[Java] Update auto-generated Java bindings

22 months ago[Java] Update tests to match 0.0.109 API
Matt Corallo [Fri, 1 Jul 2022 21:57:19 +0000 (21:57 +0000)]
[Java] Update tests to match 0.0.109 API

22 months agoMerge pull request #104 from TheBlueMatt/main v0.0.108.1
Matt Corallo [Thu, 30 Jun 2022 21:34:00 +0000 (14:34 -0700)]
Merge pull request #104 from TheBlueMatt/main

Fix TS u64 call semantics (and test it)

22 months ago[TS] Explicitly include `index.d.mts` (and `.mjs`) in package
Matt Corallo [Thu, 30 Jun 2022 19:59:20 +0000 (19:59 +0000)]
[TS] Explicitly include `index.d.mts` (and `.mjs`) in package

As apparently npm doesn't include it just because its listed in
`types`.

22 months ago[TS] Auto-update version in package.json in genbindings.sh
Matt Corallo [Thu, 30 Jun 2022 19:55:19 +0000 (19:55 +0000)]
[TS] Auto-update version in package.json in genbindings.sh

22 months ago[TS] Update auto-generated typescript bindings
Matt Corallo [Thu, 30 Jun 2022 04:18:40 +0000 (04:18 +0000)]
[TS] Update auto-generated typescript bindings

22 months ago[TS] Add a test that uses `PeerManager` to exchange channel open
Matt Corallo [Thu, 30 Jun 2022 04:22:48 +0000 (04:22 +0000)]
[TS] Add a test that uses `PeerManager` to exchange channel open

22 months ago[TS] Fix typo in inconsistent-versions error message
Matt Corallo [Thu, 30 Jun 2022 17:09:52 +0000 (17:09 +0000)]
[TS] Fix typo in inconsistent-versions error message

22 months ago[TS] Free arrays passed as slices from TS -> C -> Rust
Matt Corallo [Thu, 30 Jun 2022 19:00:08 +0000 (19:00 +0000)]
[TS] Free arrays passed as slices from TS -> C -> Rust

22 months ago[TS] Split C -> JS function calls based on u32/u64 parameters/return
Matt Corallo [Thu, 30 Jun 2022 04:19:13 +0000 (04:19 +0000)]
[TS] Split C -> JS function calls based on u32/u64 parameters/return

We were calling all C -> JS functions with u32 parameters and
return types. This is fine for all of our pointers, as well as any
smaller types - u32 always gets mapped to a JavaScript `number`, so
its all consistent.

However, for u64 parameters/returns, we map the values to
JavaScript `bigint`s, which are not compatible with `numbers`, and
the correct type is checked at the FFI when returning or when users
ultimately try to use a passed `bigint` as if it were a `number`.

Thus, we have to split the `js_invoke_function` family by the
parameters and return values, using `u` for u32s and `b` for u64s
to do so.

22 months agoMerge pull request #103 from TheBlueMatt/main v0.0.108.0
Matt Corallo [Wed, 29 Jun 2022 21:03:39 +0000 (14:03 -0700)]
Merge pull request #103 from TheBlueMatt/main

0.0.108.0

22 months agoUpdate CI install to match latest debian bookworm state
Matt Corallo [Wed, 29 Jun 2022 04:20:20 +0000 (04:20 +0000)]
Update CI install to match latest debian bookworm state

22 months agoUpdate CI MacOS clang version to 14.0.5
Matt Corallo [Tue, 28 Jun 2022 22:43:47 +0000 (22:43 +0000)]
Update CI MacOS clang version to 14.0.5

22 months agoUpdate CI cbindgen install script to work with MSRV
Matt Corallo [Tue, 28 Jun 2022 22:05:12 +0000 (22:05 +0000)]
Update CI cbindgen install script to work with MSRV

22 months agoUpdate CI bindings branches and tags to 0.0.108
Matt Corallo [Mon, 27 Jun 2022 19:33:43 +0000 (19:33 +0000)]
Update CI bindings branches and tags to 0.0.108

22 months ago[TS] Update auto-generated typescript bindings
Matt Corallo [Tue, 28 Jun 2022 21:51:14 +0000 (21:51 +0000)]
[TS] Update auto-generated typescript bindings

22 months ago[TS] Update tests to new upstream API changes in 0.0.108
Matt Corallo [Tue, 28 Jun 2022 21:56:53 +0000 (21:56 +0000)]
[TS] Update tests to new upstream API changes in 0.0.108

22 months ago[TS] Link wasm32-wasi libc as rustc no longer does by default
Matt Corallo [Tue, 28 Jun 2022 21:55:27 +0000 (21:55 +0000)]
[TS] Link wasm32-wasi libc as rustc no longer does by default

22 months ago[Java] Update auto-generated Java bindings for 0.0.108
Matt Corallo [Mon, 27 Jun 2022 19:34:24 +0000 (19:34 +0000)]
[Java] Update auto-generated Java bindings for 0.0.108

22 months ago[Java] Handle different ldk lib paths in the ar in genbindings.sh
Matt Corallo [Mon, 27 Jun 2022 20:09:23 +0000 (20:09 +0000)]
[Java] Handle different ldk lib paths in the ar in genbindings.sh

22 months ago[Java] Use public channels and test Access interface in tests
Matt Corallo [Wed, 29 Jun 2022 18:46:05 +0000 (18:46 +0000)]
[Java] Use public channels and test Access interface in tests

22 months ago[Java] Update batteries and tests to 0.0.108
Matt Corallo [Mon, 27 Jun 2022 19:36:44 +0000 (19:36 +0000)]
[Java] Update batteries and tests to 0.0.108

This is mostly pretty obvious changes to keep up with the latest
API, though it also includes a change to make `PeerTest` work
correctly in a world where `PeerManager` supports multithreaded
parallel access.

22 months ago[Java] Do not put a org.ldk.structs prefix for usize types
Matt Corallo [Mon, 27 Jun 2022 19:32:01 +0000 (19:32 +0000)]
[Java] Do not put a org.ldk.structs prefix for usize types

22 months ago[Java] Map `LDKReadOnly*` the same as `LDKLocked*` ie via `AutoClosable`
Matt Corallo [Wed, 29 Jun 2022 15:41:06 +0000 (15:41 +0000)]
[Java] Map `LDKReadOnly*` the same as `LDKLocked*` ie via `AutoClosable`

22 months agoPass unnamed enum field comments through to field processing
Matt Corallo [Tue, 28 Jun 2022 17:21:37 +0000 (17:21 +0000)]
Pass unnamed enum field comments through to field processing

22 months agoAdd handling for the new WitnessVersion type, similar to u5 but 4-bits
Matt Corallo [Mon, 27 Jun 2022 18:28:59 +0000 (18:28 +0000)]
Add handling for the new WitnessVersion type, similar to u5 but 4-bits

22 months agoUse fully-qualified types more often in conversions
Matt Corallo [Mon, 27 Jun 2022 18:20:45 +0000 (18:20 +0000)]
Use fully-qualified types more often in conversions

This ensures to-human conversions still work correctly inside
enums where there is an enum variant named identically to the type
which is being converted to (eg in the new `GraphSyncError` enum).

23 months agoMerge pull request #100 from TheBlueMatt/main
Matt Corallo [Thu, 26 May 2022 22:42:22 +0000 (15:42 -0700)]
Merge pull request #100 from TheBlueMatt/main

Add note about garbage collection of the chan man constructor

23 months agoAdd note about garbage collection of the chan man constructor
Matt Corallo [Thu, 26 May 2022 21:42:56 +0000 (21:42 +0000)]
Add note about garbage collection of the chan man constructor

23 months agoMerge pull request #98 from tnull/2022-05-fix-genbindings-aarch64
Matt Corallo [Fri, 20 May 2022 18:26:24 +0000 (18:26 +0000)]
Merge pull request #98 from tnull/2022-05-fix-genbindings-aarch64

Some fixes for aarch64 macos

23 months agoSome fixes for aarch64 macos
Elias Rohrer [Fri, 20 May 2022 13:45:12 +0000 (15:45 +0200)]
Some fixes for aarch64 macos

23 months agoMerge pull request #97 from TheBlueMatt/main
Matt Corallo [Fri, 13 May 2022 15:38:26 +0000 (15:38 +0000)]
Merge pull request #97 from TheBlueMatt/main

[Java] Fix PATH order to use upstream clang in OSX CI

23 months ago[Java] Fix PATH order to use upstream clang in OSX CI
Matt Corallo [Thu, 12 May 2022 20:08:29 +0000 (20:08 +0000)]
[Java] Fix PATH order to use upstream clang in OSX CI

Thanks to @tnull for spotting this one.

23 months agoMerge pull request #96 from TheBlueMatt/main
Matt Corallo [Thu, 12 May 2022 20:10:51 +0000 (20:10 +0000)]
Merge pull request #96 from TheBlueMatt/main

[Java] Correct trivial race condition in HumanObjectPeerTest

2 years agoUpdate ts bindings version to 0.0.106.0beta1
Matt Corallo [Fri, 15 Apr 2022 20:22:55 +0000 (20:22 +0000)]
Update ts bindings version to 0.0.106.0beta1

2 years ago[Java] Correct trivial race condition in HumanObjectPeerTest
Matt Corallo [Fri, 15 Apr 2022 18:50:15 +0000 (18:50 +0000)]
[Java] Correct trivial race condition in HumanObjectPeerTest

On my (very slow) old armv7 device, HumanObjectPeerTest can fail as
`maybe_exchange_peer_messages` will set `ran = false` *after* a
message is added to the runqueue, but before it runs, then when we
call `process_events` there will be no events to process, then
before we get into the `runqueue` `synchronized` block the message
will be delivered, causing us to think we're done, even though
there are now events pending. Because going around the loop twice
is free, we should just not set `ran` to false at the top of
`maybe_exchange_peer_messages`.

2 years agoMerge pull request #95 from TheBlueMatt/main v0.0.106.0
Matt Corallo [Fri, 15 Apr 2022 17:21:43 +0000 (17:21 +0000)]
Merge pull request #95 from TheBlueMatt/main

Convert primitives before passing to host language

2 years agoUpdate OSX CI clang to 14.0.1
Matt Corallo [Fri, 15 Apr 2022 16:30:06 +0000 (16:30 +0000)]
Update OSX CI clang to 14.0.1

2 years ago[TS] Update auto-generated bindings
Matt Corallo [Fri, 15 Apr 2022 16:17:28 +0000 (16:17 +0000)]
[TS] Update auto-generated bindings

2 years ago[Java] Update auto-generated bindings
Matt Corallo [Fri, 15 Apr 2022 16:14:52 +0000 (16:14 +0000)]
[Java] Update auto-generated bindings

2 years agoConvert primitives before passing to host language
Matt Corallo [Fri, 15 Apr 2022 16:11:46 +0000 (16:11 +0000)]
Convert primitives before passing to host language

This resolves an issue where we map unsigned primitives to their
signed variants, and occasionally pass the unsigned variant (which
is outside the bounds of the signed variant) to the host language.

In Java this can cause a panic as the VM sees an int outside the
range of a short (for example with network ports).

2 years agoMerge pull request #94 from TheBlueMatt/main
Matt Corallo [Fri, 15 Apr 2022 02:50:03 +0000 (02:50 +0000)]
Merge pull request #94 from TheBlueMatt/main

2 years agoFix spurious inclusion of the OSX leaktracking bins in the release jar
Matt Corallo [Thu, 14 Apr 2022 03:22:11 +0000 (03:22 +0000)]
Fix spurious inclusion of the OSX leaktracking bins in the release jar

2 years agoUpload OSX CI builds for analysis to debug nondeterminism
Matt Corallo [Thu, 14 Apr 2022 02:50:16 +0000 (02:50 +0000)]
Upload OSX CI builds for analysis to debug nondeterminism

2 years agoUpdate clang to 14.0.0 (sadly 14.0.1 darwin binaries are not yet up)
Matt Corallo [Thu, 14 Apr 2022 01:59:54 +0000 (01:59 +0000)]
Update clang to 14.0.0 (sadly 14.0.1 darwin binaries are not yet up)

2 years agoUpdate CI branch to 0.0.106
Matt Corallo [Thu, 14 Apr 2022 01:53:56 +0000 (01:53 +0000)]
Update CI branch to 0.0.106

2 years agoPin cbindgen in CI as 0.21 broke the MSRV
Matt Corallo [Thu, 14 Apr 2022 00:55:21 +0000 (00:55 +0000)]
Pin cbindgen in CI as 0.21 broke the MSRV

2 years ago[TS] Remove checked-in WASM binary - it should be in ldk-java-bins
Matt Corallo [Fri, 15 Apr 2022 01:48:12 +0000 (01:48 +0000)]
[TS] Remove checked-in WASM binary - it should be in ldk-java-bins

2 years ago[TS] Update tests to latest upstream API
Matt Corallo [Thu, 14 Apr 2022 14:43:11 +0000 (14:43 +0000)]
[TS] Update tests to latest upstream API

2 years ago[TS] Update auto-generated bindings
Matt Corallo [Thu, 14 Apr 2022 00:22:26 +0000 (00:22 +0000)]
[TS] Update auto-generated bindings

2 years ago[TS] Implement trait_struct_inc_refcnt properly (identical to java)
Matt Corallo [Fri, 15 Apr 2022 01:25:56 +0000 (01:25 +0000)]
[TS] Implement trait_struct_inc_refcnt properly (identical to java)

2 years ago[Java] Update auto-generated bindings
Matt Corallo [Wed, 13 Apr 2022 17:07:02 +0000 (17:07 +0000)]
[Java] Update auto-generated bindings

2 years ago[Java] Update LDK batteries to latest upstream API
Matt Corallo [Wed, 13 Apr 2022 17:06:39 +0000 (17:06 +0000)]
[Java] Update LDK batteries to latest upstream API

2 years ago[Java] Update tests to latest upstream API
Matt Corallo [Tue, 5 Apr 2022 18:08:36 +0000 (18:08 +0000)]
[Java] Update tests to latest upstream API

2 years agoAdd a new manual type - UnqualifiedError/LDKError
Matt Corallo [Tue, 5 Apr 2022 18:07:12 +0000 (18:07 +0000)]
Add a new manual type - UnqualifiedError/LDKError

2 years agoFully-Qualify Paths in some contexts instead of assuming enums
Matt Corallo [Tue, 5 Apr 2022 18:05:11 +0000 (18:05 +0000)]
Fully-Qualify Paths in some contexts instead of assuming enums

Instead of assuming enum variants that have a name the same as a
field's type, actually build a (simple) qualified-name method and
start using it.

2 years agoMerge pull request #91 from TheBlueMatt/main v0.0.105.1
Matt Corallo [Thu, 24 Mar 2022 02:22:14 +0000 (02:22 +0000)]
Merge pull request #91 from TheBlueMatt/main

[Java] Correct the checked-in bindings to match generated ones

2 years ago[Java] Correct the checked-in bindings to match generated ones
Matt Corallo [Thu, 24 Mar 2022 01:17:20 +0000 (01:17 +0000)]
[Java] Correct the checked-in bindings to match generated ones

2 years agoMerge pull request #90 from TheBlueMatt/main
Matt Corallo [Thu, 24 Mar 2022 00:18:32 +0000 (00:18 +0000)]
Merge pull request #90 from TheBlueMatt/main

Expose ProbabilisticScorer

2 years ago[Java] Link libmath for `log10` (REVERT FOR 0.0.106)
Matt Corallo [Wed, 23 Mar 2022 22:22:33 +0000 (22:22 +0000)]
[Java] Link libmath for `log10` (REVERT FOR 0.0.106)

2 years ago[TS/CI] Update dependent package list
Matt Corallo [Wed, 23 Mar 2022 21:36:26 +0000 (21:36 +0000)]
[TS/CI] Update dependent package list

2 years ago[TS] Update auto-generated bindings
Matt Corallo [Wed, 23 Mar 2022 03:08:15 +0000 (03:08 +0000)]
[TS] Update auto-generated bindings

2 years ago[Java] Update auto-generated bindings to include ProbabilisticScorer
Matt Corallo [Wed, 23 Mar 2022 02:36:43 +0000 (02:36 +0000)]
[Java] Update auto-generated bindings to include ProbabilisticScorer

2 years ago[Java] Use ProbabilisticScorer in HumanObjectPeerTest
Matt Corallo [Wed, 23 Mar 2022 03:08:51 +0000 (03:08 +0000)]
[Java] Use ProbabilisticScorer in HumanObjectPeerTest

2 years agoDon't assume from-var conversion in opaque ret conv
Matt Corallo [Wed, 23 Mar 2022 18:44:04 +0000 (18:44 +0000)]
Don't assume from-var conversion in opaque ret conv

When we do a ret-conv of an opaque struct, don't assume that the
variable as-parsed exists, instead use the variable that's being
created in the ret-conv string if we need to clone.

2 years ago[Java] Make HumanObjectPeerTest status print a callback
Matt Corallo [Fri, 4 Mar 2022 17:41:34 +0000 (17:41 +0000)]
[Java] Make HumanObjectPeerTest status print a callback

...to make it easier to improve the Android LDKTester app

2 years agoMerge pull request #88 from TheBlueMatt/main v0.0.105.0
Matt Corallo [Fri, 4 Mar 2022 18:34:09 +0000 (18:34 +0000)]
Merge pull request #88 from TheBlueMatt/main

Fix 32-bit Java builds

2 years ago[TS] Update auto-generated C bindings with latest changes
Matt Corallo [Fri, 4 Mar 2022 17:31:57 +0000 (17:31 +0000)]
[TS] Update auto-generated C bindings with latest changes

2 years ago[Java] Update auto-generated bindings with latest changes
Matt Corallo [Fri, 4 Mar 2022 06:47:46 +0000 (06:47 +0000)]
[Java] Update auto-generated bindings with latest changes

2 years agoMake pointer integer type language-dependent, instead of intptr_t
Matt Corallo [Thu, 3 Mar 2022 21:03:29 +0000 (21:03 +0000)]
Make pointer integer type language-dependent, instead of intptr_t

This is more consistent as we already did this in some places and
resolves issues on 32-bit Java platforms (ie Android ARMv7)
introduced in b0ba503b308bcdcbf1b7609876705c12408e44e6 and
071b5fa40465132896ffca3c8ad29d0374e983d2.

2 years ago[Android] Drop i686 as a build target
Matt Corallo [Fri, 4 Mar 2022 06:17:56 +0000 (06:17 +0000)]
[Android] Drop i686 as a build target

I don't believe i686 phones ever existed, and emulators should
prefer x86_64 instead.

2 years agoMerge pull request #86 from TheBlueMatt/main
Matt Corallo [Thu, 3 Mar 2022 19:48:26 +0000 (19:48 +0000)]
Merge pull request #86 from TheBlueMatt/main

Update to 0.0.105.0

2 years agoUpdate CI to the ldk-c-bindings 0.0.105 branch
Matt Corallo [Thu, 3 Mar 2022 06:52:20 +0000 (06:52 +0000)]
Update CI to the ldk-c-bindings 0.0.105 branch

2 years agoBump clang to 13.0.1 on OSX in CI
Matt Corallo [Tue, 15 Feb 2022 21:19:31 +0000 (21:19 +0000)]
Bump clang to 13.0.1 on OSX in CI

2 years ago[TS] Update auto-generated bindings for 0.0.105.0
Matt Corallo [Thu, 3 Mar 2022 04:06:04 +0000 (04:06 +0000)]
[TS] Update auto-generated bindings for 0.0.105.0

2 years ago[TS] Handle UInt5s and arrays of UInt5s
Matt Corallo [Thu, 3 Mar 2022 04:29:29 +0000 (04:29 +0000)]
[TS] Handle UInt5s and arrays of UInt5s

2 years ago[Java] Update HumanObjectPeerTest to test Scorer serialization
Matt Corallo [Thu, 3 Mar 2022 04:06:25 +0000 (04:06 +0000)]
[Java] Update HumanObjectPeerTest to test Scorer serialization

This doesn't appear to change much, but it seems nicer to.

As of this commit, the total leaks during a full Java test run are
    25 allocations remained for 1115532 bytes.

2 years ago[Java] Update auto-generated bindings to 0.0.105.0
Matt Corallo [Thu, 3 Mar 2022 02:40:37 +0000 (02:40 +0000)]
[Java] Update auto-generated bindings to 0.0.105.0

2 years ago[Java] Add a reachabilityFence on underlying trait impl calls
Matt Corallo [Thu, 3 Mar 2022 02:32:15 +0000 (02:32 +0000)]
[Java] Add a reachabilityFence on underlying trait impl calls

Because the implementation instance is implicitly held as a
reference in the `held` field, it seems unlikely this could ever
matter, hwoever, in the simplified implementation in `PeerTest`
(where there is no Human instance to hold a reference to the
underlying bindings instance), we do see the implementation being
free'd while its still in use. Thus, to ensure we can't hit any
such issue in the future, we add one in normal human objects as
well.

2 years ago[Java] Update tests + batteries to latest upstream API
Matt Corallo [Thu, 3 Mar 2022 02:31:52 +0000 (02:31 +0000)]
[Java] Update tests + batteries to latest upstream API

2 years ago[Java] Handle UInt5 array conversion
Matt Corallo [Thu, 3 Mar 2022 02:29:17 +0000 (02:29 +0000)]
[Java] Handle UInt5 array conversion

2 years agoCorrect handling of arrays of 32-byte-array equivalents (Payment*)
Matt Corallo [Wed, 2 Mar 2022 21:23:50 +0000 (21:23 +0000)]
Correct handling of arrays of 32-byte-array equivalents (Payment*)

2 years agoProperly match warning comments, not structs with "Warning"
Matt Corallo [Wed, 2 Mar 2022 21:23:26 +0000 (21:23 +0000)]
Properly match warning comments, not structs with "Warning"

2 years agoMerge pull request #82 from TheBlueMatt/main
Matt Corallo [Wed, 2 Feb 2022 20:32:01 +0000 (20:32 +0000)]
Merge pull request #82 from TheBlueMatt/main

TypeScript Package cleanups and Java socket closure

2 years ago[TS] Fix CI when we log while the browser is shutting down
Matt Corallo [Wed, 2 Feb 2022 19:29:45 +0000 (19:29 +0000)]
[TS] Fix CI when we log while the browser is shutting down

2 years ago[Java] Close all sockets cleanly on `NioPeerHandler::interrupt`
Matt Corallo [Tue, 1 Feb 2022 22:33:02 +0000 (22:33 +0000)]
[Java] Close all sockets cleanly on `NioPeerHandler::interrupt`

2 years ago[Java] More carefully ensure sockets are closed in `NioPeerHandler`
Matt Corallo [Thu, 27 Jan 2022 18:39:52 +0000 (18:39 +0000)]
[Java] More carefully ensure sockets are closed in `NioPeerHandler`

There is no indication that the sockets are leaking in the handling
loop, but its good to be careful and ensure we always both close
the SocketChannel and cancel the key registration.

During connection, however, it appears we may leak a SocketChannel
if the connection times out, leaking a file descriptor at least
until the GC kicks in and cleans up after us.  Here we are more
careful.

2 years ago[Java] Stop processing net before we stop the background processor
Matt Corallo [Tue, 18 Jan 2022 21:46:31 +0000 (21:46 +0000)]
[Java] Stop processing net before we stop the background processor

See https://github.com/lightningdevkit/rust-lightning/issues/1237A

Fixes #77.

2 years ago[TS] Copy README.md instead of symlinking, so npm publish accepts it
Matt Corallo [Tue, 18 Jan 2022 00:38:47 +0000 (00:38 +0000)]
[TS] Copy README.md instead of symlinking, so npm publish accepts it

2 years ago[TS] Add a types tag in package.json to point to TS types
Matt Corallo [Tue, 18 Jan 2022 00:37:18 +0000 (00:37 +0000)]
[TS] Add a types tag in package.json to point to TS types

2 years agoMerge pull request #81 from TheBlueMatt/main
Matt Corallo [Tue, 18 Jan 2022 00:09:37 +0000 (00:09 +0000)]
Merge pull request #81 from TheBlueMatt/main

[TS] Unify Web + Node Codebases (with different init functions)

2 years ago[TS] Bump package version to 0.0.104.1alpha4
Matt Corallo [Mon, 17 Jan 2022 22:34:22 +0000 (22:34 +0000)]
[TS] Bump package version to 0.0.104.1alpha4

2 years agoUpdate auto-generated TypeScript files (now universal Node+Web!)
Matt Corallo [Mon, 17 Jan 2022 22:29:35 +0000 (22:29 +0000)]
Update auto-generated TypeScript files (now universal Node+Web!)

2 years ago[TS] Unify Web and Node.JS output so it can be universal
Matt Corallo [Mon, 17 Jan 2022 22:27:50 +0000 (22:27 +0000)]
[TS] Unify Web and Node.JS output so it can be universal

2 years agoMerge pull request #80 from TheBlueMatt/main
Matt Corallo [Mon, 17 Jan 2022 21:42:15 +0000 (21:42 +0000)]
Merge pull request #80 from TheBlueMatt/main

Fix TypeScript CI + Package Missing FIles

2 years ago[TS] Bump package version to 0.0.104.1alpha3
Matt Corallo [Mon, 17 Jan 2022 13:05:45 +0000 (13:05 +0000)]
[TS] Bump package version to 0.0.104.1alpha3

2 years ago[TS] Include missing version.mjs file
Matt Corallo [Mon, 17 Jan 2022 13:02:04 +0000 (13:02 +0000)]
[TS] Include missing version.mjs file