@api-components/api-navigation 4.3.2 → 4.3.3

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 +6 -4
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
- [![Published on NPM](https://img.shields.io/npm/v/@api-components/api-navigation.svg)](https://www.npmjs.com/package/@api-components/api-navigation)
1
+ # DEPRECATED
2
2
 
3
- [![Tests and publishing](https://github.com/advanced-rest-client/api-navigation/actions/workflows/deployment.yml/badge.svg)](https://github.com/advanced-rest-client/api-navigation/actions/workflows/deployment.yml)
3
+ This component is being deprecated. The code base has been moved to [amf-components](https://github.com/advanced-rest-client/amf-components) module. This module will be archived when [PR 1](https://github.com/advanced-rest-client/amf-components/pull/1) is merged.
4
4
 
5
- [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/advanced-rest-client/api-navigation)
5
+ -----
6
6
 
7
- ## <api-navigation>
7
+ [![Published on NPM](https://img.shields.io/npm/v/@api-components/api-navigation.svg)](https://www.npmjs.com/package/@api-components/api-navigation)
8
+
9
+ [![Tests and publishing](https://github.com/advanced-rest-client/api-navigation/actions/workflows/deployment.yml/badge.svg)](https://github.com/advanced-rest-client/api-navigation/actions/workflows/deployment.yml)
8
10
 
9
11
  A navigation for an API spec generated from AMF ld+json model.
10
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@api-components/api-navigation",
3
3
  "description": "An element to display the response body",
4
- "version": "4.3.2",
4
+ "version": "4.3.3",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.js",
7
7
  "module": "index.js",
@@ -26,36 +26,36 @@
26
26
  "email": "arc@mulesoft.com"
27
27
  },
28
28
  "dependencies": {
29
- "@advanced-rest-client/arc-icons": "^3.2.2",
30
- "@anypoint-web-components/anypoint-button": "^1.1.1",
29
+ "@advanced-rest-client/arc-icons": "^3.3.4",
30
+ "@anypoint-web-components/anypoint-button": "^1.2.3",
31
31
  "@anypoint-web-components/anypoint-collapse": "^0.1.0",
32
- "@api-components/amf-helper-mixin": "^4.3.4",
33
- "@api-components/http-method-label": "^3.1.3",
32
+ "@api-components/amf-helper-mixin": "^4.5.17",
33
+ "@api-components/http-method-label": "^3.1.5",
34
34
  "@api-components/raml-aware": "^3.0.0",
35
35
  "lit-element": "^2.3.1",
36
36
  "lit-html": "^1.2.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@advanced-rest-client/arc-demo-helper": "^2.2.5",
40
- "@anypoint-web-components/anypoint-checkbox": "^1.0.2",
40
+ "@anypoint-web-components/anypoint-checkbox": "^1.2.2",
41
41
  "@anypoint-web-components/anypoint-dropdown-menu": "^0.1.20",
42
42
  "@anypoint-web-components/anypoint-item": "^1.0.5",
43
43
  "@anypoint-web-components/anypoint-listbox": "^1.1.6",
44
- "@api-components/api-model-generator": "^0.2.9",
45
- "@commitlint/cli": "^11.0.0",
46
- "@commitlint/config-conventional": "^11.0.0",
44
+ "@api-components/api-model-generator": "^0.2.14",
45
+ "@commitlint/cli": "^13.2.1",
46
+ "@commitlint/config-conventional": "^13.2.0",
47
47
  "@open-wc/eslint-config": "^4.0.1",
48
48
  "@open-wc/testing": "^2.5.32",
49
49
  "@polymer/iron-test-helpers": "^3.0.0",
50
- "@web/dev-server": "^0.1.5",
51
- "@web/test-runner": "^0.12.5",
52
- "@web/test-runner-playwright": "^0.8.0",
53
- "eslint": "^7.16.0",
54
- "eslint-config-prettier": "^7.2.0",
55
- "husky": "^4.3.7",
56
- "lint-staged": "^10.5.3",
57
- "sinon": "^9.2.3",
58
- "typescript": "^4.1.3",
50
+ "@web/dev-server": "^0.1.25",
51
+ "@web/test-runner": "^0.13.18",
52
+ "@web/test-runner-playwright": "^0.8.8",
53
+ "eslint": "^8.0.0",
54
+ "eslint-config-prettier": "^8.3.0",
55
+ "husky": "^7.0.2",
56
+ "lint-staged": "^11.2.2",
57
+ "sinon": "^11.1.2",
58
+ "typescript": "^4.4.3",
59
59
  "typescript-lit-html-plugin": "^0.9.0"
60
60
  },
61
61
  "scripts": {