@schemastore/cryproj.54.schema 0.0.5 → 0.0.7
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 +22 -6
- package/index.d.ts +9 -9
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
1
|
+
# Type definitions for cryproj.54.schema
|
|
2
|
+
|
|
3
|
+
## Installation
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
npm i @schemastore/cryproj.54.schema
|
|
7
|
+
yarn add @schemastore/cryproj.54.schema
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
3
11
|
|
|
4
|
-
# Summary
|
|
5
12
|
This package contains type definitions for cryproj.54.schema.
|
|
6
13
|
|
|
7
|
-
##
|
|
8
|
-
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import * as cryproj_54_schema from '@schemastore/cryproj.54.schema';
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Note
|
|
21
|
+
|
|
22
|
+
The definitions were auto-generated by [schemastore-updater](https://github.com/ffflorian/schemastore-updater) using [`json-schema-to-typescript`](https://www.npmjs.com/package/json-schema-to-typescript).
|
|
9
23
|
|
|
10
24
|
## Additional Details
|
|
11
|
-
|
|
25
|
+
|
|
26
|
+
* [Schema source](https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json/cryproj.54.schema)
|
|
27
|
+
* Last updated: Sat, Jul 19, 2025, 17:01:20 GMT
|
|
12
28
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -2713,48 +2713,48 @@ export interface CryProjSchema {
|
|
|
2713
2713
|
type?: PropertiesType;
|
|
2714
2714
|
version: ProjectVersion;
|
|
2715
2715
|
console_commands?: PropertiesConsoleCommands;
|
|
2716
|
-
[k: string]: unknown;
|
|
2716
|
+
[k: string]: unknown | undefined;
|
|
2717
2717
|
}
|
|
2718
2718
|
export interface PropertiesConsoleVariablesItems {
|
|
2719
2719
|
name: VariableName;
|
|
2720
2720
|
value: ValueOfTheCVar;
|
|
2721
|
-
[k: string]: unknown;
|
|
2721
|
+
[k: string]: unknown | undefined;
|
|
2722
2722
|
}
|
|
2723
2723
|
export interface PropertiesContent {
|
|
2724
2724
|
assets?: PropertiesContentPropertiesAssets;
|
|
2725
2725
|
code: PropertiesContentPropertiesCode;
|
|
2726
2726
|
libs?: PropertiesContentPropertiesLibs;
|
|
2727
|
-
[k: string]: unknown;
|
|
2727
|
+
[k: string]: unknown | undefined;
|
|
2728
2728
|
}
|
|
2729
2729
|
export interface PropertiesContentPropertiesLibsItems {
|
|
2730
2730
|
name?: LibSName;
|
|
2731
2731
|
shared?: PropertiesContentPropertiesLibsItemsPropertiesShared;
|
|
2732
|
-
[k: string]: unknown;
|
|
2732
|
+
[k: string]: unknown | undefined;
|
|
2733
2733
|
}
|
|
2734
2734
|
export interface PropertiesContentPropertiesLibsItemsPropertiesShared {
|
|
2735
2735
|
any?: LibSNameToImportForAllTheSupportedPlatforms;
|
|
2736
2736
|
win_x64?: LibSNameToImportForTheWinX64Platform;
|
|
2737
2737
|
win_x86?: LibSNameToImportForTheWinX86Platform;
|
|
2738
|
-
[k: string]: unknown;
|
|
2738
|
+
[k: string]: unknown | undefined;
|
|
2739
2739
|
}
|
|
2740
2740
|
export interface PropertiesInfo {
|
|
2741
2741
|
name: ProjectName;
|
|
2742
2742
|
guid?: ProjectGUID;
|
|
2743
|
-
[k: string]: unknown;
|
|
2743
|
+
[k: string]: unknown | undefined;
|
|
2744
2744
|
}
|
|
2745
2745
|
export interface PropertiesRequire {
|
|
2746
2746
|
engine: EngineVersion;
|
|
2747
2747
|
plugins?: PropertiesRequirePropertiesPlugins;
|
|
2748
|
-
[k: string]: unknown;
|
|
2748
|
+
[k: string]: unknown | undefined;
|
|
2749
2749
|
}
|
|
2750
2750
|
export interface PropertiesRequirePropertiesPluginsItems {
|
|
2751
2751
|
path: PluginName;
|
|
2752
2752
|
type: PluginType;
|
|
2753
2753
|
platforms?: PropertiesPluginsItemsPropertiesPlatforms;
|
|
2754
|
-
[k: string]: unknown;
|
|
2754
|
+
[k: string]: unknown | undefined;
|
|
2755
2755
|
}
|
|
2756
2756
|
export interface PropertiesConsoleCommandsItems {
|
|
2757
2757
|
name: CommandName;
|
|
2758
2758
|
value: ValueOfTheCommand;
|
|
2759
|
-
[k: string]: unknown;
|
|
2759
|
+
[k: string]: unknown | undefined;
|
|
2760
2760
|
}
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "@schemastore/cryproj.54.schema",
|
|
8
8
|
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/cryproj.54.schema",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"
|
|
10
|
+
"typeScriptVersion": "2.2",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
}
|
|
12
|
+
"typesPublisherContentHash": "7c936790f9120e6dc26ed92d055484e558cfddbe044dc58bba9adf1ebe882a9f",
|
|
13
|
+
"version": "0.0.7"
|
|
14
|
+
}
|