@tsmodule/tsmodule 44.5.0 → 44.7.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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tsmodule/tsmodule",
3
3
  "platform": "node",
4
4
  "type": "module",
5
- "version": "44.5.0",
5
+ "version": "44.7.0",
6
6
  "repository": "tsmodule/tsmodule",
7
7
  "description": "Create standardized TypeScript ESM packages for Node or browser.",
8
8
  "license": "MIT",
@@ -59,7 +59,7 @@
59
59
  "ora": "^6.3.0",
60
60
  "path": "^0.12.7",
61
61
  "release-it": "^15.10.2",
62
- "universal-shell": "^35.0.11"
62
+ "universal-shell": "^35.2.0"
63
63
  },
64
64
  "release-it": {
65
65
  "git": {
@@ -1,15 +0,0 @@
1
- node_modules
2
-
3
- # Potential Firebase / GCP credentials.
4
- service-account.json
5
-
6
- # Emitted output.
7
- dist/
8
-
9
- # Incremental TS build info.
10
- *.tsbuildinfo
11
-
12
- .env
13
- .env.*
14
-
15
- yarn-error.log
@@ -1,16 +0,0 @@
1
- node_modules
2
-
3
- # Potential Firebase / GCP credentials.
4
- service-account.json
5
-
6
- # Emitted output.
7
- dist/
8
- .next/
9
-
10
- # Incremental TS build info.
11
- *.tsbuildinfo
12
-
13
- .env
14
- .env.*
15
-
16
- yarn-error.log