@sharpee/sharpee 0.9.106 → 0.9.107
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/README.md +2 -2
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A modern TypeScript interactive fiction engine for creating text adventures and parser-based games.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@sharpee/sharpee)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
@@ -81,7 +81,7 @@ This package re-exports the core Sharpee packages:
|
|
|
81
81
|
|
|
82
82
|
## Standard Actions
|
|
83
83
|
|
|
84
|
-
The engine includes
|
|
84
|
+
The engine includes 48 standard IF actions out of the box:
|
|
85
85
|
|
|
86
86
|
- **Movement**: go, enter, exit
|
|
87
87
|
- **Manipulation**: take, drop, put, insert, remove
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sharpee/sharpee",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.107",
|
|
4
4
|
"description": "Sharpee - Interactive Fiction Engine for TypeScript",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@sharpee/core": "^0.9.
|
|
19
|
-
"@sharpee/engine": "^0.9.
|
|
20
|
-
"@sharpee/event-processor": "^0.9.
|
|
21
|
-
"@sharpee/ext-testing": "^0.9.
|
|
22
|
-
"@sharpee/if-domain": "^0.9.
|
|
23
|
-
"@sharpee/if-services": "^0.9.
|
|
24
|
-
"@sharpee/lang-en-us": "^0.9.
|
|
25
|
-
"@sharpee/parser-en-us": "^0.9.
|
|
26
|
-
"@sharpee/platform-browser": "^0.9.
|
|
27
|
-
"@sharpee/plugin-npc": "^0.9.
|
|
28
|
-
"@sharpee/plugin-scheduler": "^0.9.
|
|
29
|
-
"@sharpee/plugin-state-machine": "^0.9.
|
|
30
|
-
"@sharpee/plugins": "^0.9.
|
|
31
|
-
"@sharpee/character": "^0.9.
|
|
32
|
-
"@sharpee/stdlib": "^0.9.
|
|
33
|
-
"@sharpee/text-blocks": "^0.9.
|
|
34
|
-
"@sharpee/text-service": "^0.9.
|
|
35
|
-
"@sharpee/world-model": "^0.9.
|
|
36
|
-
"@sharpee/transcript-tester": "^0.9.
|
|
18
|
+
"@sharpee/core": "^0.9.107",
|
|
19
|
+
"@sharpee/engine": "^0.9.107",
|
|
20
|
+
"@sharpee/event-processor": "^0.9.107",
|
|
21
|
+
"@sharpee/ext-testing": "^0.9.107",
|
|
22
|
+
"@sharpee/if-domain": "^0.9.107",
|
|
23
|
+
"@sharpee/if-services": "^0.9.107",
|
|
24
|
+
"@sharpee/lang-en-us": "^0.9.107",
|
|
25
|
+
"@sharpee/parser-en-us": "^0.9.107",
|
|
26
|
+
"@sharpee/platform-browser": "^0.9.107",
|
|
27
|
+
"@sharpee/plugin-npc": "^0.9.107",
|
|
28
|
+
"@sharpee/plugin-scheduler": "^0.9.107",
|
|
29
|
+
"@sharpee/plugin-state-machine": "^0.9.107",
|
|
30
|
+
"@sharpee/plugins": "^0.9.107",
|
|
31
|
+
"@sharpee/character": "^0.9.107",
|
|
32
|
+
"@sharpee/stdlib": "^0.9.107",
|
|
33
|
+
"@sharpee/text-blocks": "^0.9.107",
|
|
34
|
+
"@sharpee/text-service": "^0.9.107",
|
|
35
|
+
"@sharpee/world-model": "^0.9.107",
|
|
36
|
+
"@sharpee/transcript-tester": "^0.9.107",
|
|
37
37
|
"fflate": "^0.8.2"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|