@schemastore/cryproj.55.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.55.schema
|
|
2
|
+
|
|
3
|
+
## Installation
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
npm i @schemastore/cryproj.55.schema
|
|
7
|
+
yarn add @schemastore/cryproj.55.schema
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
3
11
|
|
|
4
|
-
# Summary
|
|
5
12
|
This package contains type definitions for cryproj.55.schema.
|
|
6
13
|
|
|
7
|
-
##
|
|
8
|
-
|
|
14
|
+
## Usage
|
|
15
|
+
|
|
16
|
+
```ts
|
|
17
|
+
import * as cryproj_55_schema from '@schemastore/cryproj.55.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.55.schema)
|
|
27
|
+
* Last updated: Sat, Jul 19, 2025, 17:01:20 GMT
|
|
12
28
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -2719,48 +2719,48 @@ export interface CryProjSchema {
|
|
|
2719
2719
|
type?: PropertiesType;
|
|
2720
2720
|
version: ProjectVersion;
|
|
2721
2721
|
console_commands?: PropertiesConsoleCommands;
|
|
2722
|
-
[k: string]: unknown;
|
|
2722
|
+
[k: string]: unknown | undefined;
|
|
2723
2723
|
}
|
|
2724
2724
|
export interface PropertiesConsoleVariablesItems {
|
|
2725
2725
|
name: VariableName;
|
|
2726
2726
|
value: ValueOfTheCVar;
|
|
2727
|
-
[k: string]: unknown;
|
|
2727
|
+
[k: string]: unknown | undefined;
|
|
2728
2728
|
}
|
|
2729
2729
|
export interface PropertiesContent {
|
|
2730
2730
|
assets?: PropertiesContentPropertiesAssets;
|
|
2731
2731
|
code: PropertiesContentPropertiesCode;
|
|
2732
2732
|
libs?: PropertiesContentPropertiesLibs;
|
|
2733
|
-
[k: string]: unknown;
|
|
2733
|
+
[k: string]: unknown | undefined;
|
|
2734
2734
|
}
|
|
2735
2735
|
export interface PropertiesContentPropertiesLibsItems {
|
|
2736
2736
|
name?: LibSName;
|
|
2737
2737
|
shared?: PropertiesContentPropertiesLibsItemsPropertiesShared;
|
|
2738
|
-
[k: string]: unknown;
|
|
2738
|
+
[k: string]: unknown | undefined;
|
|
2739
2739
|
}
|
|
2740
2740
|
export interface PropertiesContentPropertiesLibsItemsPropertiesShared {
|
|
2741
2741
|
any?: LibSNameToImportForAllTheSupportedPlatforms;
|
|
2742
2742
|
win_x64?: LibSNameToImportForTheWinX64Platform;
|
|
2743
2743
|
win_x86?: LibSNameToImportForTheWinX86Platform;
|
|
2744
|
-
[k: string]: unknown;
|
|
2744
|
+
[k: string]: unknown | undefined;
|
|
2745
2745
|
}
|
|
2746
2746
|
export interface PropertiesInfo {
|
|
2747
2747
|
name: ProjectName;
|
|
2748
2748
|
guid?: ProjectGUID;
|
|
2749
|
-
[k: string]: unknown;
|
|
2749
|
+
[k: string]: unknown | undefined;
|
|
2750
2750
|
}
|
|
2751
2751
|
export interface PropertiesRequire {
|
|
2752
2752
|
engine: EngineVersion;
|
|
2753
2753
|
plugins?: PropertiesRequirePropertiesPlugins;
|
|
2754
|
-
[k: string]: unknown;
|
|
2754
|
+
[k: string]: unknown | undefined;
|
|
2755
2755
|
}
|
|
2756
2756
|
export interface PropertiesRequirePropertiesPluginsItems {
|
|
2757
2757
|
path: PluginName;
|
|
2758
2758
|
type: PluginType;
|
|
2759
2759
|
platforms?: PropertiesPluginsItemsPropertiesPlatforms;
|
|
2760
|
-
[k: string]: unknown;
|
|
2760
|
+
[k: string]: unknown | undefined;
|
|
2761
2761
|
}
|
|
2762
2762
|
export interface PropertiesConsoleCommandsItems {
|
|
2763
2763
|
name: CommandName;
|
|
2764
2764
|
value: ValueOfTheCommand;
|
|
2765
|
-
[k: string]: unknown;
|
|
2765
|
+
[k: string]: unknown | undefined;
|
|
2766
2766
|
}
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "@schemastore/cryproj.55.schema",
|
|
8
8
|
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/cryproj.55.schema",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"
|
|
10
|
+
"typeScriptVersion": "2.2",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
}
|
|
12
|
+
"typesPublisherContentHash": "0ad16f45d48d2ac8b82b7138ba6ed1dc391e713415a64275cac7a796ddb923e4",
|
|
13
|
+
"version": "0.0.7"
|
|
14
|
+
}
|