@schemastore/chutzpah 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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) Florian Keller. All rights reserved.
3
+ Copyright (c) Florian Imdahl. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -8,5 +8,5 @@ This package contains type definitions for chutzpah.
8
8
  Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/chutzpah.
9
9
 
10
10
  ## Additional Details
11
- * Last updated: Sat, Jul 04, 2020, 11:00:04 GMT
11
+ * Last updated: Fri, Feb 24, 2023, 11:23:31 GMT
12
12
  * Dependencies: none
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /* tslint:disable */
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,
@@ -83,7 +83,7 @@ export interface JSONSchemaForChutzpahTestRunnerSettingsFiles {
83
83
  */
84
84
  AMDBaseUrl?: string;
85
85
  /**
86
- * Sets the root directory for your AMD paths. This is only needed if your baseUrl is a different location than your source directory. This is common if you are compiling from another language to JavaScript and copying those compiled files to a different folder. For example if you have all your .ts files in /src and you compile them to a /out directry then your AMDBaseUrl is /out and AMDAppDirectory is /src. Defaults to the test harness directory if not set.
86
+ * Sets the root directory for your AMD paths. This is only needed if your baseUrl is a different location than your source directory. This is common if you are compiling from another language to JavaScript and copying those compiled files to a different folder. For example if you have all your .ts files in /src and you compile them to a /out directory then your AMDBaseUrl is /out and AMDAppDirectory is /src. Defaults to the test harness directory if not set.
87
87
  */
88
88
  AMDAppDirectory?: string;
89
89
  /**
@@ -275,7 +275,7 @@ export interface CompilePathMap {
275
275
  */
276
276
  SourcePath?: string;
277
277
  /**
278
- * The file/directory that source file/directory is mapped to. Specifying a file OutputPath and a directory for SourcePath indicated the files are being concatentated into one large file
278
+ * The file/directory that source file/directory is mapped to. Specifying a file OutputPath and a directory for SourcePath indicated the files are being concatenated into one large file
279
279
  */
280
280
  OutputPath?: string;
281
281
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Florian Keller <github@floriankeller.de>",
2
+ "author": "Florian Imdahl <git@ffflorian.de>",
3
3
  "dependencies": {},
4
4
  "description": "TypeScript definitions for chutzpah.",
5
5
  "license": "MIT",
@@ -7,8 +7,8 @@
7
7
  "name": "@schemastore/chutzpah",
8
8
  "repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/chutzpah",
9
9
  "scripts": {},
10
- "typesPublisherContentHash": "b0740a0b315f1553e3ca972b383070cb06f48ec03dceddee4ac9fb367ada4041",
10
+ "typesPublisherContentHash": "21674f1a50ea4790938b8f8fe88f3fe64354d6e7b55f584da98d874a0901c3bb",
11
11
  "types": "index.d.ts",
12
- "version": "0.0.5",
12
+ "version": "0.0.6",
13
13
  "typeScriptVersion": "2.2"
14
14
  }