Skip to content

Commit

Permalink
Merge pull request #23 from Ultimaker/NP-389_top_level_await_null
Browse files Browse the repository at this point in the history
NP-389 Bump version; tweak TS
  • Loading branch information
sedwards2009 authored Sep 16, 2024
2 parents 16d052b + 001ce31 commit 0e5f34e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DulcificumJS/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DulcificumJS/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ultimaker/dulcificumjs",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"description": "DulcificumJS is a TS component to run Dulcificum in a browser",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion DulcificumJS/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dulcificum, { MainModule } from './Dulcificum/dulcificum_js';

let mod: MainModule = null;
let mod: MainModule | null = null;

/**
* This must be executed and waited on before this module can be used.
Expand Down

0 comments on commit 0e5f34e

Please sign in to comment.