@markuplint/types 4.0.0-alpha.5 → 4.0.0-dev.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.
Files changed (2) hide show
  1. package/lib/defs.js +1 -1
  2. package/package.json +7 -7
package/lib/defs.js CHANGED
@@ -752,7 +752,7 @@ export const types = {
752
752
  syntax: {
753
753
  apply: '<view-box>',
754
754
  def: {
755
- 'view-box': '<min-x> [,]? <min-y> [,]? <width> [,]? <height>',
755
+ 'view-box': '<min-x> [,]? <min-y> [,]? <width> [,]? <height>', // As '[<min-x>,? <min-y>,? <width>,? <height>]',
756
756
  'min-x': '<number>',
757
757
  'min-y': '<number>',
758
758
  width: '<number>',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/types",
3
- "version": "4.0.0-alpha.5",
3
+ "version": "4.0.0-dev.0+7c596917",
4
4
  "description": "Type declaration and value checker",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -25,15 +25,15 @@
25
25
  "schema": "ts-node './gen/types.ts'; json2ts './types.schema.json' > './src/types.schema.ts'; prettier './src/types.schema.ts' './types.schema.json' --write; eslint './src/types.schema.ts' --fix; tsc;"
26
26
  },
27
27
  "dependencies": {
28
- "@types/css-tree": "^2.3.3",
29
- "@types/debug": "^4.1.10",
30
- "@types/whatwg-mimetype": "3.0.1",
28
+ "@types/css-tree": "^2.3.4",
29
+ "@types/debug": "^4.1.12",
30
+ "@types/whatwg-mimetype": "3.0.2",
31
31
  "bcp-47": "^2.1.0",
32
32
  "css-tree": "^2.3.1",
33
33
  "debug": "^4.3.4",
34
34
  "leven": "^4.0.0",
35
- "type-fest": "^4.5.0",
36
- "whatwg-mimetype": "^3.0.0"
35
+ "type-fest": "^4.8.2",
36
+ "whatwg-mimetype": "^4.0.0"
37
37
  },
38
- "gitHead": "0c3e4690662edf1765bcc4b6411ec5507c1e2ea3"
38
+ "gitHead": "7c59691701465a0fb3a4b69187318e8033c463d4"
39
39
  }