@alfalab/icons 3.366.0 → 3.368.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 CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@alfalab/icons",
3
- "version": "3.366.0",
3
+ "version": "3.368.0",
4
4
  "description": "Design System UI Icons",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:core-ds/icons.git",
7
7
  "license": "MIT",
8
8
  "private": false,
9
9
  "scripts": {
10
- "build": "./bin/build.sh",
10
+ "ci": "./bin/ci.sh",
11
11
  "generate": "yarn compile && yarn format-icons",
12
12
  "compile": "TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
13
13
  "format-icons": "prettier --write \"./packages/**/*.{ts,tsx}\" --loglevel warn",
14
14
  "lint": "eslint ./scripts/ --ext .ts,.tsx",
15
15
  "generate-json": "TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate-json.ts",
16
- "ci": "./bin/ci.sh"
16
+ "generate-meta": "TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate-meta.ts"
17
17
  },
18
18
  "dependencies": {},
19
19
  "devDependencies": {
@@ -52,7 +52,7 @@
52
52
  "ts-node": "^8.6.2",
53
53
  "tslib": "^2.0.0",
54
54
  "typescript": "^3.8.3",
55
- "ui-primitives": "^30.1.0",
55
+ "ui-primitives": "^30.3.0",
56
56
  "util": "^0.12.2"
57
57
  },
58
58
  "lint-staged": {