@kong/icons 1.3.1-pr.45.9e2f764.0 → 1.3.1-pr.47.72e2793.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 04 Sep 2023 15:16:46 GMT
3
+ * Generated on Tue, 05 Sep 2023 16:57:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 04 Sep 2023 15:16:46 GMT
3
+ * Generated on Tue, 05 Sep 2023 16:57:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 04 Sep 2023 15:16:46 GMT
3
+ * Generated on Tue, 05 Sep 2023 16:57:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Mon, 04 Sep 2023 15:16:46 GMT
3
+ * Generated on Tue, 05 Sep 2023 16:57:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/icons",
3
- "version": "1.3.1-pr.45.9e2f764.0",
3
+ "version": "1.3.1-pr.47.72e2793.0",
4
4
  "description": "Kong Icon Library",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -23,13 +23,14 @@
23
23
  "access": "public"
24
24
  },
25
25
  "scripts": {
26
- "build": "rimraf './src/components' && yarn stylelint && yarn lint && yarn build:components",
27
- "build:components": "rimraf './dist' && yarn generate && yarn typecheck && vite build && rimraf ./dist/style.css && vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly && tsc-alias -p './tsconfig.build.json'",
28
- "build:visualize": "cross-env-shell BUILD_VISUALIZER=true rimraf ./dist && yarn generate && vite build -m production",
29
- "generate": "ts-node -P './scripts/tsconfig.json' './scripts/generate.ts' && yarn fix:generated",
26
+ "dev": "yarn generate && USE_SANDBOX=true vite",
27
+ "build": "yarn delete:generated && yarn stylelint && yarn lint && yarn build:components",
28
+ "build:components": "yarn generate && yarn typecheck && vite build && rimraf ./dist/style.css && vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly && tsc-alias -p './tsconfig.build.json'",
29
+ "build:visualize": "yarn generate && cross-env BUILD_VISUALIZER=true vite build -m production",
30
+ "generate": "yarn delete:generated && ts-node -P './scripts/tsconfig.json' './scripts/generate.ts' && yarn fix:generated",
30
31
  "update-component-list": "ts-node -P './scripts/tsconfig.json' './scripts/component-list.ts' && yarn fix:generated",
31
- "dev": "USE_SANDBOX=true vite",
32
- "build:sandbox": "rimraf './src/components' && yarn generate && yarn typecheck && cross-env USE_SANDBOX=true vite build",
32
+ "delete:generated": "rimraf './src/components' && rimraf './dist'",
33
+ "build:sandbox": "yarn generate && yarn typecheck && cross-env USE_SANDBOX=true vite build",
33
34
  "preview:sandbox": "cross-env USE_SANDBOX=true vite preview",
34
35
  "test": "cross-env FORCE_COLOR=1 vitest run",
35
36
  "test:open": "vitest --ui",
@@ -45,7 +46,7 @@
45
46
  "commit": "cz"
46
47
  },
47
48
  "devDependencies": {
48
- "@babel/types": "^7.22.10",
49
+ "@babel/types": "^7.22.11",
49
50
  "@commitlint/cli": "^17.6.7",
50
51
  "@commitlint/config-conventional": "^17.6.7",
51
52
  "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
@@ -53,13 +54,13 @@
53
54
  "@kong/design-tokens": "^1.9.1",
54
55
  "@semantic-release/changelog": "^6.0.3",
55
56
  "@semantic-release/git": "^10.0.1",
56
- "@types/jsdom": "^21.1.1",
57
- "@types/node": "^20.5.1",
57
+ "@types/jsdom": "^21.1.2",
58
+ "@types/node": "^20.5.6",
58
59
  "@types/node-emoji": "^2.1.0",
59
60
  "@typescript-eslint/eslint-plugin": "^6.1.0",
60
61
  "@typescript-eslint/parser": "^6.1.0",
61
62
  "@vitejs/plugin-vue": "^4.2.3",
62
- "@vitest/ui": "^0.34.1",
63
+ "@vitest/ui": "^0.34.3",
63
64
  "@vue/test-utils": "^2.4.1",
64
65
  "@vue/tsconfig": "^0.4.0",
65
66
  "autoprefixer": "^10.4.15",
@@ -71,7 +72,7 @@
71
72
  "eslint": "^8.45.0",
72
73
  "eslint-config-standard": "^17.1.0",
73
74
  "eslint-plugin-import": "^2.27.5",
74
- "eslint-plugin-n": "^16.0.1",
75
+ "eslint-plugin-n": "^16.0.2",
75
76
  "eslint-plugin-promise": "^6.1.1",
76
77
  "eslint-plugin-vue": "^9.15.1",
77
78
  "jsdom": "^22.1.0",
@@ -82,7 +83,7 @@
82
83
  "rimraf": "^5.0.1",
83
84
  "rollup-plugin-visualizer": "^5.9.2",
84
85
  "sass": "^1.63.6",
85
- "semantic-release": "^21.0.9",
86
+ "semantic-release": "^21.1.1",
86
87
  "stylelint": "^15.10.3",
87
88
  "stylelint-config-html": "^1.1.0",
88
89
  "stylelint-config-recommended-scss": "^12.0.0",
@@ -92,7 +93,7 @@
92
93
  "tsc-alias": "^1.8.7",
93
94
  "typescript": "^5.1.6",
94
95
  "vite": "^4.4.9",
95
- "vitest": "^0.34.1",
96
+ "vitest": "0.34.2",
96
97
  "vue": "^3.3.4",
97
98
  "vue-router": "^4.2.4",
98
99
  "vue-tsc": "^1.8.8"