@common-origin/design-system 1.8.6 → 1.9.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-origin/design-system",
3
- "version": "1.8.6",
3
+ "version": "1.9.1",
4
4
  "description": "Common Origin Design System - Atomic design components with comprehensive WCAG 2.2 AA testing",
5
5
  "private": false,
6
6
  "type": "module",
@@ -25,17 +25,16 @@
25
25
  },
26
26
  "scripts": {
27
27
  "dev": "next dev",
28
- "build": "npm run build:releases && next build",
28
+ "build": "next build",
29
29
  "build:package": "rollup -c",
30
30
  "build:tokens": "node config/style-dictionary.config.js",
31
- "build:releases": "node lib/releases/build.cjs",
32
31
  "start": "next start",
33
32
  "test": "jest",
34
33
  "test:watch": "jest --watch",
35
34
  "test:coverage": "jest --coverage",
36
35
  "typecheck": "tsc --noEmit",
37
36
  "docs:generate": "node lib/docgen/generate.js",
38
- "docs:dev": "npm run build:tokens && npm run build:releases && npm run dev",
37
+ "docs:dev": "npm run build:tokens && npm run dev",
39
38
  "verify:types": "node scripts/verify-types.cjs",
40
39
  "prepublishOnly": "npm run build:tokens && npm run build:package && npm run verify:types",
41
40
  "release": "npm publish --provenance --access public",