@magic/types 0.1.35 → 0.1.37

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/README.md +9 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -394,6 +394,14 @@ update dependencies
394
394
 
395
395
  - update types for 0.1.34
396
396
 
397
- ##### 0.1.36 - unreleased
397
+ ##### 0.1.36
398
+
399
+ - update dependencies
400
+
401
+ ##### 0.1.37
402
+
403
+ - update @magic/test
404
+
405
+ ##### 0.1.38 - unreleased
398
406
 
399
407
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic/types",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "author": "Wizards & Witches",
5
5
  "homepage": "https://github.com/magic/types",
6
6
  "license": "AGPL-3.0",
@@ -44,9 +44,9 @@
44
44
  "@magic-modules/no-spy": "0.0.9",
45
45
  "@magic-modules/pre": "0.0.12",
46
46
  "@magic-themes/docs": "0.0.15",
47
- "@magic/core": "0.0.156",
47
+ "@magic/core": "0.0.158",
48
48
  "@magic/format": "0.0.73",
49
- "@magic/test": "0.2.30",
49
+ "@magic/test": "0.3.12",
50
50
  "typescript": "6.0.3"
51
51
  },
52
52
  "keywords": [
@@ -61,6 +61,6 @@
61
61
  }
62
62
  ],
63
63
  "dependencies": {
64
- "@types/node": "25.6.0"
64
+ "@types/node": "25.9.2"
65
65
  }
66
66
  }