@bruits/satteri-wasm32-wasi 0.2.0 → 0.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bruits/satteri-wasm32-wasi",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "cpu": [
5
5
  "wasm32"
6
6
  ],
@@ -16,10 +16,14 @@
16
16
  "engines": {
17
17
  "node": ">=14.0.0"
18
18
  },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/bruits/satteri.git"
22
+ },
19
23
  "browser": "satteri_napi.wasi-browser.js",
20
24
  "dependencies": {
21
- "@napi-rs/wasm-runtime": "^1.1.3",
25
+ "@napi-rs/wasm-runtime": "^1.1.4",
22
26
  "@emnapi/core": "1.9.1",
23
27
  "@emnapi/runtime": "1.9.1"
24
28
  }
25
- }
29
+ }
@@ -71,6 +71,7 @@ export const dropHandle = __napiModule.exports.dropHandle
71
71
  export const getHandleSource = __napiModule.exports.getHandleSource
72
72
  export const getNodeData = __napiModule.exports.getNodeData
73
73
  export const mdastTextContentHandle = __napiModule.exports.mdastTextContentHandle
74
+ export const parseEsm = __napiModule.exports.parseEsm
74
75
  export const parseExpression = __napiModule.exports.parseExpression
75
76
  export const parseToHtml = __napiModule.exports.parseToHtml
76
77
  export const renderHandle = __napiModule.exports.renderHandle
@@ -122,6 +122,7 @@ module.exports.dropHandle = __napiModule.exports.dropHandle
122
122
  module.exports.getHandleSource = __napiModule.exports.getHandleSource
123
123
  module.exports.getNodeData = __napiModule.exports.getNodeData
124
124
  module.exports.mdastTextContentHandle = __napiModule.exports.mdastTextContentHandle
125
+ module.exports.parseEsm = __napiModule.exports.parseEsm
125
126
  module.exports.parseExpression = __napiModule.exports.parseExpression
126
127
  module.exports.parseToHtml = __napiModule.exports.parseToHtml
127
128
  module.exports.renderHandle = __napiModule.exports.renderHandle
Binary file