@definitelytyped/typescript-packages 0.0.4 → 0.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @definitelytyped/typescript-packages
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 946d3d4: Update for TS 5.4
8
+ - Updated dependencies [946d3d4]
9
+ - @definitelytyped/typescript-versions@0.1.1
10
+
11
+ ## 0.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 2d7a5d3: Require Node 18+
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [2d7a5d3]
20
+ - @definitelytyped/typescript-versions@0.1.0
21
+
3
22
  ## 0.0.4
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/typescript-packages",
3
- "version": "0.0.4",
3
+ "version": "0.1.1",
4
4
  "description": "Reexport of all supported TypeScript versions",
5
5
  "author": "Andrew Branch <andrew@wheream.io>",
6
6
  "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/main/packages/typescript-packages#readme",
@@ -18,10 +18,9 @@
18
18
  "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
19
19
  },
20
20
  "engines": {
21
- "node": ">=16.17.0"
21
+ "node": ">=18.18.0"
22
22
  },
23
23
  "dependencies": {
24
- "typescript-4.6": "npm:typescript@~4.6.0-0",
25
24
  "typescript-4.7": "npm:typescript@~4.7.0-0",
26
25
  "typescript-4.8": "npm:typescript@~4.8.0-0",
27
26
  "typescript-4.9": "npm:typescript@~4.9.0-0",
@@ -30,6 +29,7 @@
30
29
  "typescript-5.2": "npm:typescript@~5.2.0-0",
31
30
  "typescript-5.3": "npm:typescript@~5.3.0-0",
32
31
  "typescript-5.4": "npm:typescript@~5.4.0-0",
33
- "@definitelytyped/typescript-versions": "0.0.184"
32
+ "typescript-5.5": "npm:typescript@~5.5.0-0",
33
+ "@definitelytyped/typescript-versions": "0.1.1"
34
34
  }
35
35
  }