@flowscripter/example-host-application 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +0 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![version](https://img.shields.io/github/v/release/flowscripter/example-host-application?sort=semver)](https://github.com/flowscripter/example-host-application/releases)
4
4
  [![build](https://img.shields.io/github/actions/workflow/status/flowscripter/example-host-application/release-bun-executable.yml)](https://github.com/flowscripter/example-host-application/actions/workflows/release-bun-executable.yml)
5
5
  [![coverage](https://codecov.io/gh/flowscripter/example-host-application/branch/main/graph/badge.svg?token=EMFT2938ZF)](https://codecov.io/gh/flowscripter/example-host-application)
6
- [![docs](https://img.shields.io/badge/docs-API-blue)](https://flowscripter.github.io/example-host-application/index.html)
7
6
  [![license: MIT](https://img.shields.io/github/license/flowscripter/example-host-application)](https://github.com/flowscripter/example-host-application/blob/main/LICENSE)
8
7
 
9
8
  > Example host application executable for the
@@ -71,24 +70,12 @@ Lint:
71
70
 
72
71
  `deno lint index.ts src/ tests/`
73
72
 
74
- Generate HTML API Documentation:
75
-
76
- `deno doc --html --name=example-host-application index.ts`
77
-
78
73
  ## Documentation
79
74
 
80
- ### Framework API
81
-
82
75
  Refer to the
83
76
  [dynamic-plugin-framework](https://github.com/flowscripter/dynamic-plugin-framework)
84
77
  for an overview of what this example is demonstrating.
85
78
 
86
- ### API
87
-
88
- Link to auto-generated API docs:
89
-
90
- [API Documentation](https://flowscripter.github.io/example-host-application/index.html)
91
-
92
79
  ## License
93
80
 
94
81
  MIT © Flowscripter
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "module": "index.ts",
21
21
  "type": "module",
22
- "version": "1.0.0",
22
+ "version": "1.0.1",
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },