@sharpee/stdlib 3.5.0 → 3.6.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.
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Engine version — the stamped lockstep platform version.
|
|
3
3
|
* Auto-generated by devkit - DO NOT EDIT (stamped by ./repokit build)
|
|
4
4
|
*/
|
|
5
|
-
export declare const ENGINE_VERSION = "3.
|
|
5
|
+
export declare const ENGINE_VERSION = "3.5.0";
|
|
6
6
|
//# sourceMappingURL=engine-version.d.ts.map
|
|
@@ -5,5 +5,5 @@ exports.ENGINE_VERSION = void 0;
|
|
|
5
5
|
* Engine version — the stamped lockstep platform version.
|
|
6
6
|
* Auto-generated by devkit - DO NOT EDIT (stamped by ./repokit build)
|
|
7
7
|
*/
|
|
8
|
-
exports.ENGINE_VERSION = '3.
|
|
8
|
+
exports.ENGINE_VERSION = '3.5.0';
|
|
9
9
|
//# sourceMappingURL=engine-version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sharpee/stdlib",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Standard library for Sharpee IF Platform - actions, commands, and game mechanics",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@sharpee/core": "^3.
|
|
16
|
-
"@sharpee/if-domain": "^3.
|
|
17
|
-
"@sharpee/if-services": "^3.
|
|
18
|
-
"@sharpee/lang-en-us": "^3.
|
|
19
|
-
"@sharpee/text-blocks": "^3.
|
|
20
|
-
"@sharpee/world-model": "^3.
|
|
15
|
+
"@sharpee/core": "^3.6.0",
|
|
16
|
+
"@sharpee/if-domain": "^3.6.0",
|
|
17
|
+
"@sharpee/if-services": "^3.6.0",
|
|
18
|
+
"@sharpee/lang-en-us": "^3.6.0",
|
|
19
|
+
"@sharpee/text-blocks": "^3.6.0",
|
|
20
|
+
"@sharpee/world-model": "^3.6.0"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"interactive-fiction",
|