Skip to content

Commit

Permalink
Remove ESM support for now
Browse files Browse the repository at this point in the history
  • Loading branch information
summraznboi committed Apr 12, 2024
1 parent f756308 commit cbead9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@magiceden-oss/runestone-lib",
"version": "0.4.2-alpha",
"version": "0.4.3-alpha",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"test": "jest",
"build": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion src/indexer/updater.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import assert from 'node:assert/strict';
import * as assert from 'node:assert/strict';
import { Artifact, isRunestone } from '../artifact';
import {
COMMIT_INTERVAL,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"moduleResolution": "node",
"sourceMap": true,
"inlineSourceMap": false,
"esModuleInterop": true,
"esModuleInterop": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"composite": true,
Expand Down

0 comments on commit cbead9b

Please sign in to comment.