@schemastore/bootstraprc 0.0.2 → 0.0.3
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 +1 -1
- package/index.d.ts +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,5 +8,5 @@ This package contains type definitions for bootstraprc.
|
|
|
8
8
|
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/bootstraprc.
|
|
9
9
|
|
|
10
10
|
## Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, Feb 24, 2023, 11:23:30 GMT
|
|
12
12
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* eslint-disable */
|
|
2
2
|
/**
|
|
3
3
|
* This file was automatically generated by json-schema-to-typescript.
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -60,6 +60,8 @@ export interface CoreProperties {
|
|
|
60
60
|
};
|
|
61
61
|
/**
|
|
62
62
|
* An array of Webpack loader names. Order matters, and sass-loader is required.
|
|
63
|
+
*
|
|
64
|
+
* @minItems 1
|
|
63
65
|
*/
|
|
64
66
|
styleLoaders?: [string, ...string[]];
|
|
65
67
|
/**
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"name": "@schemastore/bootstraprc",
|
|
8
8
|
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/bootstraprc",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"typesPublisherContentHash": "
|
|
10
|
+
"typesPublisherContentHash": "fb116e8a8c50b59d21ca39bb4ee613cc953a3f0215c5cd014f37028ef7dc43a4",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"version": "0.0.
|
|
12
|
+
"version": "0.0.3",
|
|
13
13
|
"typeScriptVersion": "2.2"
|
|
14
14
|
}
|