@kong-ui-public/entities-certificates 3.11.32 → 3.11.33-pr.2694.d983d66d0.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.
- package/package.json +4 -4
- package/dist/entities-certificates.es.js +0 -11060
- package/dist/entities-certificates.umd.js +0 -117
- package/dist/style.css +0 -1
- package/dist/types/ca-certificates-endpoints.d.ts +0 -18
- package/dist/types/ca-certificates-endpoints.d.ts.map +0 -1
- package/dist/types/certificates-endpoints.d.ts +0 -18
- package/dist/types/certificates-endpoints.d.ts.map +0 -1
- package/dist/types/components/CACertificateConfigCard.vue.d.ts +0 -63
- package/dist/types/components/CACertificateConfigCard.vue.d.ts.map +0 -1
- package/dist/types/components/CACertificateForm.vue.d.ts +0 -44
- package/dist/types/components/CACertificateForm.vue.d.ts.map +0 -1
- package/dist/types/components/CACertificateList.vue.d.ts +0 -118
- package/dist/types/components/CACertificateList.vue.d.ts.map +0 -1
- package/dist/types/components/CertificateConfigCard.vue.d.ts +0 -63
- package/dist/types/components/CertificateConfigCard.vue.d.ts.map +0 -1
- package/dist/types/components/CertificateForm.vue.d.ts +0 -57
- package/dist/types/components/CertificateForm.vue.d.ts.map +0 -1
- package/dist/types/components/CertificateFormSniField.vue.d.ts +0 -43
- package/dist/types/components/CertificateFormSniField.vue.d.ts.map +0 -1
- package/dist/types/components/CertificateList.vue.d.ts +0 -132
- package/dist/types/components/CertificateList.vue.d.ts.map +0 -1
- package/dist/types/composables/index.d.ts +0 -10
- package/dist/types/composables/index.d.ts.map +0 -1
- package/dist/types/composables/useCertificate.d.ts +0 -16
- package/dist/types/composables/useCertificate.d.ts.map +0 -1
- package/dist/types/composables/useI18n.d.ts +0 -9
- package/dist/types/composables/useI18n.d.ts.map +0 -1
- package/dist/types/composables/x509Helper.d.ts +0 -5
- package/dist/types/composables/x509Helper.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -14
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/types/certificate-config-card.d.ts +0 -33
- package/dist/types/types/certificate-config-card.d.ts.map +0 -1
- package/dist/types/types/certificate-form.d.ts +0 -46
- package/dist/types/types/certificate-form.d.ts.map +0 -1
- package/dist/types/types/certificate-list.d.ts +0 -33
- package/dist/types/types/certificate-list.d.ts.map +0 -1
- package/dist/types/types/index.d.ts +0 -6
- package/dist/types/types/index.d.ts.map +0 -1
- package/dist/types/types/x509.d.ts +0 -8
- package/dist/types/types/x509.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-certificates",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.33-pr.2694.d983d66d0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-certificates.umd.js",
|
|
6
6
|
"module": "./dist/entities-certificates.es.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"vue": ">= 3.3.13 < 4",
|
|
28
28
|
"vue-router": "^4.6.4",
|
|
29
29
|
"@kong-ui-public/i18n": "^2.4.5",
|
|
30
|
-
"@kong-ui-public/entities-shared": "^3.36.
|
|
30
|
+
"@kong-ui-public/entities-shared": "^3.36.9-pr.2694.d983d66d0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@kong/design-tokens": "1.18.2",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"axios": "^1.13.2",
|
|
37
37
|
"vue": "^3.5.26",
|
|
38
38
|
"vue-router": "^4.6.4",
|
|
39
|
-
"@kong-ui-public/
|
|
40
|
-
"@kong-ui-public/
|
|
39
|
+
"@kong-ui-public/i18n": "^2.4.5",
|
|
40
|
+
"@kong-ui-public/entities-shared": "^3.36.9-pr.2694.d983d66d0.0"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|