@digest/typescript 4.8.2 → 4.9.0

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 CHANGED
@@ -1,32 +1,32 @@
1
1
  <div align="center">
2
- <img alt="Digest Crane" src="https://gitlab.com/digested/node-digest/raw/master/packages/webpack/share/favicon.png" />
2
+ <img alt="Digest Crane" src="https://gitlab.com/digested/node-digest/raw/master/packages/webpack/share/favicon.png" />
3
3
  </div><br>
4
4
 
5
5
  <div align="center">
6
- <h1>@digest/typescript</h1>
6
+ <h1>@digest/typescript</h1>
7
7
  </div>
8
8
 
9
9
  <div align="center">
10
- <a href="https://commitizen.github.io/cz-cli/"><img alt="Commitizen Friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?maxAge=2592000" /></a>
11
- <a href="https://github.com/semantic-release/semantic-release"><img alt="Semantic Release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?maxAge=2592000" /></a>
10
+ <a href="https://commitizen.github.io/cz-cli/"><img alt="Commitizen Friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?maxAge=2592000" /></a>
11
+ <a href="https://github.com/semantic-release/semantic-release"><img alt="Semantic Release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?maxAge=2592000" /></a>
12
12
  </div>
13
13
 
14
14
  <div align="center">
15
- <a href="https://gitlab.com/digested/node-digest/-/commits/master" target="_blank">
16
- <img alt="Status" aria-hidden="" src="https://gitlab.com/digested/node-digest/badges/master/pipeline.svg">
17
- </a>
18
- <a href="https://digested.gitlab.io/node-digest/coverage">
19
- <img alt="Coverage Report" src="https://gitlab.com/digested/node-digest/badges/master/coverage.svg" />
20
- </a>
21
- <a href="https://www.npmjs.org/package/@digest/webpack">
22
- <img alt="NPM Version" src="http://img.shields.io/npm/v/&#64;digest/typescript.svg?maxAge=86400" />
23
- </a>
24
- <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">
25
- <img alt="License LGPL 3.0 or later" src="https://img.shields.io/npm/l/&#64;digest/typescript.svg?maxAge=2592000" />
26
- </a>
27
- <a href="https://github.com/gajus/eslint-config-canonical">
28
- <img alt="Code Style Canonical" src="https://img.shields.io/badge/code%20style-canonical-blue.svg?maxAge=2592000" />
29
- </a>
15
+ <a href="https://gitlab.com/digested/node-digest/-/commits/master" target="_blank">
16
+ <img alt="Status" aria-hidden="" src="https://gitlab.com/digested/node-digest/badges/master/pipeline.svg">
17
+ </a>
18
+ <a href="https://digested.gitlab.io/node-digest/coverage">
19
+ <img alt="Coverage Report" src="https://gitlab.com/digested/node-digest/badges/master/coverage.svg" />
20
+ </a>
21
+ <a href="https://www.npmjs.org/package/@digest/webpack">
22
+ <img alt="NPM Version" src="http://img.shields.io/npm/v/&#64;digest/typescript.svg?maxAge=86400" />
23
+ </a>
24
+ <a href="https://www.gnu.org/licenses/lgpl-3.0.en.html">
25
+ <img alt="License LGPL 3.0 or later" src="https://img.shields.io/npm/l/&#64;digest/typescript.svg?maxAge=2592000" />
26
+ </a>
27
+ <a href="https://github.com/gajus/eslint-config-canonical">
28
+ <img alt="Code Style Canonical" src="https://img.shields.io/badge/code%20style-canonical-blue.svg?maxAge=2592000" />
29
+ </a>
30
30
  </div>
31
31
  <br />
32
32
  <br />
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
1
  {
2
- "name": "@digest/typescript",
3
- "title": "TypeScript Digest",
4
- "license": "LGPL-3.0-or-later",
5
- "version": "4.8.2",
6
- "description": "Digested TypeScript configurations",
7
- "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
- "contributors": [
9
- {
10
- "name": "Connor Schlesiger",
11
- "email": "connor@schlesiger.ca",
12
- "position": "Initial and Lead Developer"
13
- }
14
- ],
15
- "main": "src/index.js",
16
- "files": [
17
- "/src/index.js",
18
- "/src/shared.d.ts",
19
- "/src/tsconfig.json",
20
- "COPYING.md",
21
- "COPYING.LESSER.md"
22
- ],
23
- "homepage": "https://gitlab.com/digested/node-digest/tree/master/packages/typescript",
24
- "repository": {
25
- "type": "git",
26
- "url": "https://gitlab.com/digested/node-digest.git"
27
- },
28
- "bugs": {
29
- "url": "https://gitlab.com/digested/node-digest/issues"
30
- },
31
- "scripts": {
32
- "lint": "run-p lint:es",
33
- "lint:es": "eslint 'src/**/*.[jt]s?(x)' --ignore-pattern 'src/**/*.d.ts'",
34
- "clean": "rimraf node_modules package-lock.json npm-debug.log"
35
- },
36
- "dependencies": {
37
- "typescript": "^5.5.4"
38
- },
39
- "keywords": [
40
- "digest",
41
- "typescript"
42
- ],
43
- "gitHead": "617ecd6370c4c47aa1ef6e3fc1b7bf78bea257ca"
2
+ "name": "@digest/typescript",
3
+ "title": "TypeScript Digest",
4
+ "license": "LGPL-3.0-or-later",
5
+ "version": "4.9.0",
6
+ "description": "Digested TypeScript configurations",
7
+ "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
+ "contributors": [
9
+ {
10
+ "name": "Connor Schlesiger",
11
+ "email": "connor@schlesiger.ca",
12
+ "position": "Initial and Lead Developer"
13
+ }
14
+ ],
15
+ "main": "src/index.js",
16
+ "files": [
17
+ "/src/index.js",
18
+ "/src/shared.d.ts",
19
+ "/src/tsconfig.json",
20
+ "COPYING.md",
21
+ "COPYING.LESSER.md"
22
+ ],
23
+ "homepage": "https://gitlab.com/digested/node-digest/tree/master/packages/typescript",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://gitlab.com/digested/node-digest.git"
27
+ },
28
+ "bugs": {
29
+ "url": "https://gitlab.com/digested/node-digest/issues"
30
+ },
31
+ "scripts": {
32
+ "lint": "run-p lint:es",
33
+ "lint:es": "eslint 'src/**/*.[jt]s?(x)' --ignore-pattern 'src/**/*.d.ts'",
34
+ "clean": "rimraf node_modules package-lock.json npm-debug.log"
35
+ },
36
+ "dependencies": {
37
+ "typescript": "^5.6.3"
38
+ },
39
+ "keywords": [
40
+ "digest",
41
+ "typescript"
42
+ ],
43
+ "gitHead": "3adbdb9c769b07590ee9f012304455e0f26a4d03"
44
44
  }
package/src/index.js CHANGED
@@ -3,18 +3,21 @@
3
3
  This file is part of the Node Digest.
4
4
 
5
5
  Node Digest is free software: you can redistribute it and/or modify it under
6
- the terms of the GNU Lesser General Public License as published by the Free
7
- Software Foundation, either version 3 of the License, or (at your option)
8
- any later version.
6
+ the terms of the GNU Lesser General Public License as published by the Free
7
+ Software Foundation, either version 3 of the License, or (at your option)
8
+ any later version.
9
9
 
10
10
  Node Digest is distributed in the hope that it will be useful, but WITHOUT
11
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
13
- for more details.
11
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
13
+ for more details.
14
14
 
15
15
  You should have received a copy of the GNU Lesser General Public License
16
- along with Node Digest . If not, see <https://www.gnu.org/licenses/>.
16
+ along with Node Digest . If not, see <https://www.gnu.org/licenses/>.
17
17
 
18
18
  */
19
- // eslint-disable-next-line @typescript-eslint/no-require-imports,unicorn/prefer-module
19
+ /*
20
+ eslint-disable
21
+ unicorn/prefer-module
22
+ */
20
23
  module.exports = require('./tsconfig.json');
package/src/shared.d.ts CHANGED
@@ -3,17 +3,17 @@
3
3
  This file is part of the Node Digest.
4
4
 
5
5
  Node Digest is free software: you can redistribute it and/or modify it under
6
- the terms of the GNU Lesser General Public License as published by the Free
7
- Software Foundation, either version 3 of the License, or (at your option)
8
- any later version.
6
+ the terms of the GNU Lesser General Public License as published by the Free
7
+ Software Foundation, either version 3 of the License, or (at your option)
8
+ any later version.
9
9
 
10
10
  Node Digest is distributed in the hope that it will be useful, but WITHOUT
11
- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
13
- for more details.
11
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
13
+ for more details.
14
14
 
15
15
  You should have received a copy of the GNU Lesser General Public License
16
- along with Node Digest . If not, see <https://www.gnu.org/licenses/>.
16
+ along with Node Digest . If not, see <https://www.gnu.org/licenses/>.
17
17
 
18
18
  */
19
19
  declare module '*.css';
@@ -27,9 +27,9 @@ declare var System: {
27
27
  // tslint:disable-next-line:max-line-length
28
28
  /* https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-9.html#new---resolvejsonmodule */
29
29
  /*declare module '*.json' {
30
- const value: any;
31
- // @ts-ignore
32
- export default value;
30
+ const value: any;
31
+ // @ts-ignore
32
+ export default value;
33
33
  }*/
34
34
  declare var BUILD: {
35
35
  DATE: Date;
package/src/tsconfig.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
- "atom": {
3
- "rewriteTsconfig": false
4
- },
5
- "buildOnSave": false,
6
- "compileOnSave": false,
7
- "compilerOptions": {
8
- "allowJs": false,
9
- "baseUrl": "../../../../",
10
- "esModuleInterop": true,
11
- "experimentalDecorators": true,
12
- "forceConsistentCasingInFileNames": true,
13
- "isolatedModules": true,
14
- "jsx": "preserve",
15
- "module": "commonjs",
16
- "moduleResolution": "node",
17
- "noEmit": true,
18
- "noImplicitReturns": true,
19
- "noUnusedLocals": true,
20
- "pretty": true,
21
- "resolveJsonModule": true,
22
- "strict": true,
23
- "target": "esnext"
24
- },
25
- "exclude": [
26
- "node_modules",
27
- "lib",
28
- "bin",
29
- "public",
30
- "coverage",
31
- "builds",
32
- "static",
33
- "reports"
34
- ],
35
- "include": [
36
- "../../../../**/*"
37
- ]
2
+ "atom": {
3
+ "rewriteTsconfig": false
4
+ },
5
+ "buildOnSave": false,
6
+ "compileOnSave": false,
7
+ "compilerOptions": {
8
+ "allowJs": false,
9
+ "baseUrl": "../../../../",
10
+ "esModuleInterop": true,
11
+ "experimentalDecorators": true,
12
+ "forceConsistentCasingInFileNames": true,
13
+ "isolatedModules": true,
14
+ "jsx": "preserve",
15
+ "module": "commonjs",
16
+ "moduleResolution": "node",
17
+ "noEmit": true,
18
+ "noImplicitReturns": true,
19
+ "noUnusedLocals": true,
20
+ "pretty": true,
21
+ "resolveJsonModule": true,
22
+ "strict": true,
23
+ "target": "esnext"
24
+ },
25
+ "exclude": [
26
+ "node_modules",
27
+ "lib",
28
+ "bin",
29
+ "public",
30
+ "coverage",
31
+ "builds",
32
+ "static",
33
+ "reports"
34
+ ],
35
+ "include": [
36
+ "../../../../**/*"
37
+ ]
38
38
  }