@markuplint/ml-spec 3.11.0 → 3.11.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-spec",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "Types and schema that specs of the Markup languages for markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -26,15 +26,15 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@markuplint/ml-ast": "3.2.0",
29
- "@markuplint/types": "3.9.0",
29
+ "@markuplint/types": "3.9.1",
30
30
  "dom-accessibility-api": "^0.6.1",
31
31
  "is-plain-object": "^5.0.0",
32
- "tslib": "^2.6.0",
33
- "type-fest": "^3.12.0"
32
+ "tslib": "^2.6.2",
33
+ "type-fest": "^4.3.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@markuplint/test-tools": "3.6.0",
37
- "json-schema-to-typescript": "13.0.2"
36
+ "@markuplint/test-tools": "3.6.1",
37
+ "json-schema-to-typescript": "13.1.1"
38
38
  },
39
- "gitHead": "4ab20276db48a6acb29a923ea8666890ca853442"
39
+ "gitHead": "09100b8baa14dd930602daa458197322197c79c2"
40
40
  }
@@ -32,7 +32,7 @@ describe('getSpec', () => {
32
32
  const x = specs?.find(spec => spec.name === 'xlink:href');
33
33
  expect(x).toStrictEqual({
34
34
  description:
35
- 'Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.An <IRI> reference to another <linearGradient> element that will be used as a template. Value type: <IRI> ; Default value: none; Animatable: yes',
35
+ 'An <IRI> reference to another <linearGradient> element that will be used as a template. Value type: <IRI> ; Default value: none; Animatable: yes',
36
36
  name: 'xlink:href',
37
37
  type: 'URL',
38
38
  deprecated: true,