@regardio/brand 0.7.6 → 0.7.7
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 +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@regardio/brand",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio Brand Assets",
|
|
7
7
|
"homepage": "https://github.com/regardio/brand#readme",
|
|
@@ -108,9 +108,6 @@
|
|
|
108
108
|
"fix:biome": "lint-biome check --write --unsafe .",
|
|
109
109
|
"fix:md": "lint-md --fix",
|
|
110
110
|
"fix:pkg": "lint-package --fix",
|
|
111
|
-
"flow:hotfix": "flow-hotfix",
|
|
112
|
-
"flow:release": "flow-release",
|
|
113
|
-
"flow:ship": "flow-ship",
|
|
114
111
|
"generate": "exec-s generate:* post-generate:* fix:*",
|
|
115
112
|
"generate:compass-base-sprite": "exec-ts scripts/convert-svgs-to-sprite.ts ./src/svg/compass-base ./src/generated/sprites/compass-base.svg",
|
|
116
113
|
"generate:compass-base-sprites-components": "exec-ts scripts/build-compass-base-sprites.ts",
|
|
@@ -122,15 +119,18 @@
|
|
|
122
119
|
"post-generate:add-return-types": "exec-ts scripts/post-generate-add-return-types.ts",
|
|
123
120
|
"prepare": "exec-husky",
|
|
124
121
|
"report": "vitest run --coverage",
|
|
122
|
+
"ship:hotfix": "ship-hotfix",
|
|
123
|
+
"ship:production": "ship-production",
|
|
124
|
+
"ship:staging": "ship-staging",
|
|
125
125
|
"storybook": "storybook dev -p 6006",
|
|
126
126
|
"storybook:build": "storybook build -o storybook-static",
|
|
127
|
-
"test": "exec-s test:*",
|
|
128
127
|
"test:unit": "vitest run",
|
|
128
|
+
"test": "exec-s test:*",
|
|
129
129
|
"tsdown": "tsdown",
|
|
130
130
|
"typecheck": "exec-tsc --noEmit"
|
|
131
131
|
},
|
|
132
132
|
"devDependencies": {
|
|
133
|
-
"@regardio/dev": "1.
|
|
133
|
+
"@regardio/dev": "1.16.0",
|
|
134
134
|
"@storybook/addon-a11y": "10.2.13",
|
|
135
135
|
"@storybook/addon-docs": "10.2.13",
|
|
136
136
|
"@storybook/addon-vitest": "10.2.13",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"@svgr/plugin-svgo": "8.1.0",
|
|
141
141
|
"@tailwindcss/vite": "4.2.1",
|
|
142
142
|
"@total-typescript/ts-reset": "0.6.1",
|
|
143
|
-
"@types/node": "25.3.
|
|
143
|
+
"@types/node": "25.3.2",
|
|
144
144
|
"@types/react": "19.2.14",
|
|
145
145
|
"@types/react-dom": "19.2.3",
|
|
146
146
|
"@vitejs/plugin-react": "5.1.4",
|