@sharpee/if-domain 4.6.0 → 5.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.
- package/channels/types.d.ts +1 -1
- package/channels/types.js +1 -1
- package/package.json +3 -3
package/channels/types.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export declare const PREFERRED_LAYOUT_CHANNEL = "preferred-layout";
|
|
|
104
104
|
*
|
|
105
105
|
* This lives in if-domain rather than stdlib because it is wire
|
|
106
106
|
* vocabulary: the engine-side producer (stdlib) and every consumer (the
|
|
107
|
-
* browser renderers, the CLI bundle,
|
|
107
|
+
* browser renderers, the CLI bundle, the headless
|
|
108
108
|
* harness) must agree on these strings, and a duplicated list is a
|
|
109
109
|
* protocol drift waiting to happen. What each id *means in terms of
|
|
110
110
|
* text blocks* is stdlib's business and stays there.
|
package/channels/types.js
CHANGED
|
@@ -36,7 +36,7 @@ exports.PREFERRED_LAYOUT_CHANNEL = 'preferred-layout';
|
|
|
36
36
|
*
|
|
37
37
|
* This lives in if-domain rather than stdlib because it is wire
|
|
38
38
|
* vocabulary: the engine-side producer (stdlib) and every consumer (the
|
|
39
|
-
* browser renderers, the CLI bundle,
|
|
39
|
+
* browser renderers, the CLI bundle, the headless
|
|
40
40
|
* harness) must agree on these strings, and a duplicated list is a
|
|
41
41
|
* protocol drift waiting to happen. What each id *means in terms of
|
|
42
42
|
* text blocks* is stdlib's business and stays there.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sharpee/if-domain",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Core domain model and contracts for Sharpee Interactive Fiction Platform",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@sharpee/core": "^
|
|
16
|
-
"@sharpee/text-blocks": "^
|
|
15
|
+
"@sharpee/core": "^5.0.1",
|
|
16
|
+
"@sharpee/text-blocks": "^5.0.1"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"interactive-fiction",
|