jikan0 0.0.7 → 0.0.9

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 +2 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -10,6 +10,8 @@ TODO more docs
10
10
 
11
11
  Npm package exposed API
12
12
 
13
+ `npx nx release p` - will release dependencies
14
+
13
15
  `npx nx build facade`
14
16
 
15
17
  `node tools/scripts/publish.mjs facade 0.0.4 latest`
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "jikan0",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "dependencies": {
5
- "tslib": "^2.3.0"
5
+ "tslib": "^2.3.0",
6
+ "@jikan0/fsm": "*",
7
+ "@jikan0/adapters": "*",
8
+ "@jikan0/utils": "*"
6
9
  },
7
10
  "publishConfig": {
8
11
  "access": "public"