@kong-ui-public/entities-consumer-credentials 3.4.60 → 3.4.61
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 +23 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-consumer-credentials",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.61",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-consumer-credentials.umd.js",
|
|
6
6
|
"module": "./dist/entities-consumer-credentials.es.js",
|
|
@@ -21,23 +21,37 @@
|
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@kong-ui-public/entities-shared": "workspace:^",
|
|
25
|
-
"@kong-ui-public/i18n": "workspace:^",
|
|
26
24
|
"@kong/icons": "^1.21.2",
|
|
27
25
|
"@kong/kongponents": "^9.25.0",
|
|
28
26
|
"axios": "^1.7.7",
|
|
29
27
|
"vue": ">= 3.3.13 < 4",
|
|
30
|
-
"vue-router": "^4.4.5"
|
|
28
|
+
"vue-router": "^4.4.5",
|
|
29
|
+
"@kong-ui-public/entities-shared": "^3.20.6",
|
|
30
|
+
"@kong-ui-public/i18n": "^2.3.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@kong-ui-public/entities-shared": "^3.20.5",
|
|
34
|
-
"@kong-ui-public/i18n": "^2.2.10",
|
|
35
33
|
"@kong/design-tokens": "1.17.3",
|
|
36
34
|
"@kong/icons": "^1.21.2",
|
|
37
35
|
"@kong/kongponents": "9.25.0",
|
|
38
36
|
"axios": "^1.7.7",
|
|
39
37
|
"vue": "^3.5.13",
|
|
40
|
-
"vue-router": "^4.4.5"
|
|
38
|
+
"vue-router": "^4.4.5",
|
|
39
|
+
"@kong-ui-public/entities-shared": "^3.20.6",
|
|
40
|
+
"@kong-ui-public/i18n": "^2.3.0"
|
|
41
|
+
},
|
|
42
|
+
"repository": {
|
|
43
|
+
"type": "git",
|
|
44
|
+
"url": "https://github.com/Kong/public-ui-components.git",
|
|
45
|
+
"directory": "packages/entities/entities-consumer-credentials"
|
|
46
|
+
},
|
|
47
|
+
"homepage": "https://github.com/Kong/public-ui-components/tree/main/packages/entities/entities-consumer-credentials",
|
|
48
|
+
"author": "Kong, Inc.",
|
|
49
|
+
"license": "Apache-2.0",
|
|
50
|
+
"volta": {
|
|
51
|
+
"extends": "../../../package.json"
|
|
52
|
+
},
|
|
53
|
+
"distSizeChecker": {
|
|
54
|
+
"errorLimit": "300KB"
|
|
41
55
|
},
|
|
42
56
|
"scripts": {
|
|
43
57
|
"dev": "cross-env USE_SANDBOX=true vite",
|
|
@@ -56,20 +70,5 @@
|
|
|
56
70
|
"test:component:open": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress open --component -b chrome --project '../../../.'",
|
|
57
71
|
"test:unit": "cross-env FORCE_COLOR=1 vitest run",
|
|
58
72
|
"test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui"
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
"type": "git",
|
|
62
|
-
"url": "https://github.com/Kong/public-ui-components.git",
|
|
63
|
-
"directory": "packages/entities/entities-consumer-credentials"
|
|
64
|
-
},
|
|
65
|
-
"homepage": "https://github.com/Kong/public-ui-components/tree/main/packages/entities/entities-consumer-credentials",
|
|
66
|
-
"author": "Kong, Inc.",
|
|
67
|
-
"license": "Apache-2.0",
|
|
68
|
-
"volta": {
|
|
69
|
-
"extends": "../../../package.json"
|
|
70
|
-
},
|
|
71
|
-
"distSizeChecker": {
|
|
72
|
-
"errorLimit": "300KB"
|
|
73
|
-
},
|
|
74
|
-
"gitHead": "982e8f172ec673e0fbe5ac63efc684e8397095e6"
|
|
75
|
-
}
|
|
73
|
+
}
|
|
74
|
+
}
|