@storm-software/tsconfig 0.33.1 → 0.35.2
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/CHANGELOG.md +26 -0
- package/README.md +1 -1
- package/base.json +1 -2
- package/meta.json +34 -1
- package/package.json +1 -37
- package/src/index.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.35.2 (2025-01-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## 0.35.0 (2024-12-30)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
|
|
14
|
+
- **storm-ops:** Added pnpm `catalog` dependency specification to the monorepo ([b8e6a6e0](https://github.com/storm-software/storm-ops/commit/b8e6a6e0))
|
|
15
|
+
|
|
16
|
+
### Dependency Upgrades
|
|
17
|
+
|
|
18
|
+
- **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
|
|
19
|
+
- **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
|
|
20
|
+
|
|
21
|
+
## 0.34.0 (2024-12-18)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
- **storm-ops:** Improved descriptions and markdown across monorepo ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
|
|
26
|
+
|
|
1
27
|
## 0.33.1 (2024-09-15)
|
|
2
28
|
|
|
3
29
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/base.json
CHANGED
package/meta.json
CHANGED
|
@@ -1 +1,34 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"inputs": {
|
|
3
|
+
"packages/tsconfig/src/index.ts": {
|
|
4
|
+
"bytes": 558,
|
|
5
|
+
"imports": [],
|
|
6
|
+
"format": "esm"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"outputs": {
|
|
10
|
+
"dist/packages/tsconfig/index.js": {
|
|
11
|
+
"imports": [],
|
|
12
|
+
"exports": [
|
|
13
|
+
"appTsConfigJson",
|
|
14
|
+
"baseTsConfigJson",
|
|
15
|
+
"bunTsConfigJson",
|
|
16
|
+
"coreTsConfigJson",
|
|
17
|
+
"domAppTsConfigJson",
|
|
18
|
+
"domLibraryTsConfigJson",
|
|
19
|
+
"libraryTsConfigJson",
|
|
20
|
+
"nextTsConfigJson",
|
|
21
|
+
"reactNativeTsConfigJson",
|
|
22
|
+
"reactTsConfigJson",
|
|
23
|
+
"scriptTsConfigJson"
|
|
24
|
+
],
|
|
25
|
+
"entryPoint": "packages/tsconfig/src/index.ts",
|
|
26
|
+
"inputs": {
|
|
27
|
+
"packages/tsconfig/src/index.ts": {
|
|
28
|
+
"bytesInOutput": 459
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"bytes": 743
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
package/package.json
CHANGED
|
@@ -1,37 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@storm-software/tsconfig",
|
|
3
|
-
"version": "0.33.1",
|
|
4
|
-
"description": "⚡ A package containing shared `tsconfig.json` files used in various other repositories by Storm Software.",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "github",
|
|
7
|
-
"url": "https://github.com/storm-software/storm-ops",
|
|
8
|
-
"directory": "packages/tsconfig"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://stormsoftware.com",
|
|
11
|
-
"bugs": {
|
|
12
|
-
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
13
|
-
"email": "support@stormsoftware.com"
|
|
14
|
-
},
|
|
15
|
-
"author": {
|
|
16
|
-
"name": "Storm Software",
|
|
17
|
-
"email": "contact@stormsoftware.com",
|
|
18
|
-
"url": "https://stormsoftware.com"
|
|
19
|
-
},
|
|
20
|
-
"license": "Apache-2.0",
|
|
21
|
-
"private": false,
|
|
22
|
-
"keywords": [
|
|
23
|
-
"storm",
|
|
24
|
-
"storm-ops",
|
|
25
|
-
"stormstack",
|
|
26
|
-
"storm-stack",
|
|
27
|
-
"sullivanpj",
|
|
28
|
-
"open-system",
|
|
29
|
-
"monorepo"
|
|
30
|
-
],
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"@total-typescript/ts-reset": "0.5.1"
|
|
33
|
-
},
|
|
34
|
-
"publishConfig": {
|
|
35
|
-
"access": "public"
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
{"name":"@storm-software/tsconfig","version":"0.35.2","description":"A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/tsconfig"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"dependencies":{"@total-typescript/ts-reset":"0.5.1"},"devDependencies":{"@types/node":"^22.10.2"},"publishConfig":{"access":"public"}}
|
package/src/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare const baseTsConfigJson = "./base.json";
|
|
2
|
-
export declare const bunTsConfigJson = "./bun.json";
|
|
3
|
-
export declare const nextTsConfigJson = "./next.json";
|
|
4
|
-
export declare const reactTsConfigJson = "./react.json";
|
|
5
|
-
export declare const reactNativeTsConfigJson = "./react-native.json";
|
|
6
|
-
export declare const scriptTsConfigJson = "./script.json";
|
|
7
|
-
export declare const appTsConfigJson = "./app.json";
|
|
8
|
-
export declare const coreTsConfigJson = "./core.json";
|
|
9
|
-
export declare const libraryTsConfigJson = "./library.json";
|
|
10
|
-
export declare const domLibraryTsConfigJson = "./dom-library.json";
|
|
11
|
-
export declare const domAppTsConfigJson = "./dom-app.json";
|