We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc7b78 commit 99424aaCopy full SHA for 99424aa
1 file changed
packages/macos/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/macos-node-api",
3
- "version": "0.4.2",
+ "version": "0.4.3",
4
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
5
"repository": {
6
"type": "git",
@@ -11,10 +11,12 @@
11
"typings": "index.d.ts",
12
"type": "module",
13
"files": [
14
+ "./*.d.ts",
15
"build/RelWithDebInfo/NativeScript.apple.node",
16
+ "index.cjs",
17
"index.d.ts",
- "types",
- "./*.d.ts"
18
+ "index.mjs",
19
+ "types"
20
],
21
"scripts": {
22
"test": "node ../../examples/foundation.js",
0 commit comments