@schemastore/cryproj.53.schema 0.0.5 → 0.0.6
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.53.schema
|
|
2
|
+
|
|
3
|
+
## Installation
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
npm i @schemastore/cryproj.53.schema
|
|
7
|
+
yarn add @schemastore/cryproj.53.schema
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
3
11
|
|
|
4
|
-
# Summary
|
|
5
12
|
This package contains type definitions for cryproj.53.schema.
|
|
6
13
|
|
|
7
|
-
##
|
|
8
|
-
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import * as cryproj_53_schema from '@schemastore/cryproj.53.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.53.schema)
|
|
27
|
+
* Last updated: Fri, Jun 30, 2023, 21:03:58 GMT
|
|
12
28
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -2707,48 +2707,48 @@ export interface CryProjSchema {
|
|
|
2707
2707
|
type?: PropertiesType;
|
|
2708
2708
|
version: ProjectVersion;
|
|
2709
2709
|
console_commands?: PropertiesConsoleCommands;
|
|
2710
|
-
[k: string]: unknown;
|
|
2710
|
+
[k: string]: unknown | undefined;
|
|
2711
2711
|
}
|
|
2712
2712
|
export interface PropertiesConsoleVariablesItems {
|
|
2713
2713
|
name: VariableName;
|
|
2714
2714
|
value: ValueOfTheCVar;
|
|
2715
|
-
[k: string]: unknown;
|
|
2715
|
+
[k: string]: unknown | undefined;
|
|
2716
2716
|
}
|
|
2717
2717
|
export interface PropertiesContent {
|
|
2718
2718
|
assets?: PropertiesContentPropertiesAssets;
|
|
2719
2719
|
code: PropertiesContentPropertiesCode;
|
|
2720
2720
|
libs?: PropertiesContentPropertiesLibs;
|
|
2721
|
-
[k: string]: unknown;
|
|
2721
|
+
[k: string]: unknown | undefined;
|
|
2722
2722
|
}
|
|
2723
2723
|
export interface PropertiesContentPropertiesLibsItems {
|
|
2724
2724
|
name?: LibSName;
|
|
2725
2725
|
shared?: PropertiesContentPropertiesLibsItemsPropertiesShared;
|
|
2726
|
-
[k: string]: unknown;
|
|
2726
|
+
[k: string]: unknown | undefined;
|
|
2727
2727
|
}
|
|
2728
2728
|
export interface PropertiesContentPropertiesLibsItemsPropertiesShared {
|
|
2729
2729
|
any?: LibSNameToImportForAllTheSupportedPlatforms;
|
|
2730
2730
|
win_x64?: LibSNameToImportForTheWinX64Platform;
|
|
2731
2731
|
win_x86?: LibSNameToImportForTheWinX86Platform;
|
|
2732
|
-
[k: string]: unknown;
|
|
2732
|
+
[k: string]: unknown | undefined;
|
|
2733
2733
|
}
|
|
2734
2734
|
export interface PropertiesInfo {
|
|
2735
2735
|
name: ProjectName;
|
|
2736
2736
|
guid?: ProjectGUID;
|
|
2737
|
-
[k: string]: unknown;
|
|
2737
|
+
[k: string]: unknown | undefined;
|
|
2738
2738
|
}
|
|
2739
2739
|
export interface PropertiesRequire {
|
|
2740
2740
|
engine: EngineVersion;
|
|
2741
2741
|
plugins?: PropertiesRequirePropertiesPlugins;
|
|
2742
|
-
[k: string]: unknown;
|
|
2742
|
+
[k: string]: unknown | undefined;
|
|
2743
2743
|
}
|
|
2744
2744
|
export interface PropertiesRequirePropertiesPluginsItems {
|
|
2745
2745
|
path: PluginName;
|
|
2746
2746
|
type: PluginType;
|
|
2747
2747
|
platforms?: PropertiesPluginsItemsPropertiesPlatforms;
|
|
2748
|
-
[k: string]: unknown;
|
|
2748
|
+
[k: string]: unknown | undefined;
|
|
2749
2749
|
}
|
|
2750
2750
|
export interface PropertiesConsoleCommandsItems {
|
|
2751
2751
|
name: CommandName;
|
|
2752
2752
|
value: ValueOfTheCommand;
|
|
2753
|
-
[k: string]: unknown;
|
|
2753
|
+
[k: string]: unknown | undefined;
|
|
2754
2754
|
}
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "@schemastore/cryproj.53.schema",
|
|
8
8
|
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/cryproj.53.schema",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"
|
|
10
|
+
"typeScriptVersion": "2.2",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
}
|
|
12
|
+
"typesPublisherContentHash": "d4e6bb0f1df285685a19ed8587ae625427e2c7cc81abd4eb441386427469e4ee",
|
|
13
|
+
"version": "0.0.6"
|
|
14
|
+
}
|