@storm-software/tsconfig 0.34.0 → 0.35.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/CHANGELOG.md +26 -0
- package/README.md +1 -1
- package/base.json +1 -2
- package/package.json +1 -37
- package/src/index.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.35.3 (2025-01-11)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Resolve issue loading pnpm workspace's catalog dependencies ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
|
|
6
|
+
|
|
7
|
+
## 0.35.2 (2025-01-11)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 0.35.0 (2024-12-30)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
|
|
20
|
+
- **storm-ops:** Added pnpm `catalog` dependency specification to the monorepo ([b8e6a6e0](https://github.com/storm-software/storm-ops/commit/b8e6a6e0))
|
|
21
|
+
|
|
22
|
+
### Dependency Upgrades
|
|
23
|
+
|
|
24
|
+
- **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
|
|
25
|
+
- **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
|
|
26
|
+
|
|
1
27
|
## 0.34.0 (2024-12-18)
|
|
2
28
|
|
|
3
29
|
### Features
|
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/package.json
CHANGED
|
@@ -1,37 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@storm-software/tsconfig",
|
|
3
|
-
"version": "0.34.0",
|
|
4
|
-
"description": "A comprehensive package containing shared TypeScript configuration files for various Storm Software projects.",
|
|
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.3","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";
|