@adobe/spectrum-component-api-schemas 6.1.22 → 6.1.23

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 (3) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/moon.yml +9 -11
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)
2
2
 
3
+ ## 6.1.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`dcf0832`](https://github.com/adobe/spectrum-design-data/commit/dcf083214d56989817db192801638e3ec20e2306)]:
8
+ - @adobe/spectrum-design-data@0.7.1
9
+
3
10
  ## 6.1.22
4
11
 
5
12
  ### Patch Changes
package/moon.yml CHANGED
@@ -21,34 +21,32 @@ tasks:
21
21
  - "@globs(tests)"
22
22
  - "index.js"
23
23
  - "ava.config.js"
24
- platform: node
25
24
  test-watch:
26
25
  command:
27
26
  - ava
28
27
  - --watch
29
- local: true
30
- platform: node
28
+ preset: "server"
31
29
  test-coverage:
32
30
  command:
33
31
  - c8
34
32
  - ava
35
- local: true
36
- platform: node
33
+ options:
34
+ runInCI: false
37
35
  test-schema-validation:
38
36
  command:
39
37
  - ava
40
38
  - test/schema-validation.test.js
41
- local: true
42
- platform: node
39
+ options:
40
+ runInCI: false
43
41
  test-integration:
44
42
  command:
45
43
  - ava
46
44
  - test/integration.test.js
47
- local: true
48
- platform: node
45
+ options:
46
+ runInCI: false
49
47
  test-performance:
50
48
  command:
51
49
  - ava
52
50
  - test/performance.test.js
53
- local: true
54
- platform: node
51
+ options:
52
+ runInCI: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-component-api-schemas",
3
- "version": "6.1.22",
3
+ "version": "6.1.23",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -19,12 +19,12 @@
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
21
  "glob": "^10.3.12",
22
- "@adobe/spectrum-design-data": "0.7.0"
22
+ "@adobe/spectrum-design-data": "0.7.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "ajv": "^8.12.0",
26
26
  "ajv-formats": "^3.0.1",
27
- "@adobe/design-data-spec": "2.5.0"
27
+ "@adobe/design-data-spec": "2.6.0"
28
28
  },
29
29
  "scripts": {}
30
30
  }