@nanobpm/nano-ide-app-embedded-nano 1.2.1 → 1.3.0

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 +1 -1
  2. package/package.json +20 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @nanobpm/nano-ide-app-embedded-nano
2
2
 
3
- An **Embedded μ-nano** app pack for the [Nano RAD IDE](https://github.com/Magikcraft/nano-bpm).
3
+ An **Embedded μ-nano** app pack for the [Nano RAD IDE](https://nanobpm.io).
4
4
 
5
5
  It scaffolds a **self-contained Deno binary with the Nano BPMN engine running
6
6
  in-process** (ADR 0005) — no gateway, no broker, no network. The engine *is*
package/package.json CHANGED
@@ -1,10 +1,25 @@
1
1
  {
2
2
  "name": "@nanobpm/nano-ide-app-embedded-nano",
3
- "version": "1.2.1",
3
+ "version": "1.3.0",
4
4
  "description": "Embedded μ-nano app pack for the Nano RAD IDE: compile a self-contained Deno binary with the Nano BPMN engine running in-process (ADR 0005), no gateway required.",
5
5
  "license": "Apache-2.0",
6
- "keywords": ["nano-ide-ext", "nano-ide-app", "nanobpm", "embedded"],
7
- "publishConfig": { "access": "public" },
8
- "repository": { "type": "git", "url": "https://github.com/jwulf/nano-ide.git", "directory": "packages/app-embedded-nano" },
9
- "files": ["nano-ide.ext.json", "templates", "README.md"]
6
+ "keywords": [
7
+ "nano-ide-ext",
8
+ "nano-ide-app",
9
+ "nanobpm",
10
+ "embedded"
11
+ ],
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/nanobpm/nano-ide.git",
18
+ "directory": "packages/app-embedded-nano"
19
+ },
20
+ "files": [
21
+ "nano-ide.ext.json",
22
+ "templates",
23
+ "README.md"
24
+ ]
10
25
  }