galaxis-card 1.0.12 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![build prod image](https://github.com/ethercards/cardV3/actions/workflows/build-prod-image.yml/badge.svg?branch=master&event=release)](https://github.com/ethercards/cardV3/actions/workflows/build-prod-image.yml)
1
2
  # React + Vite
2
3
 
3
4
  This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "galaxis-card",
3
- "version": "1.0.12",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "README.md"
20
20
  ],
21
21
  "scripts": {
22
- "build": "yarn build:esm && yarn build:cjs && cp -r src/Card/styles dist/esm/Card/styles && cp -r src/Card/assets dist/esm/Card/assets && cp -r src/types dist/esm/types",
22
+ "build": "yarn build:esm && yarn build:cjs && cp -r src/Card/styles dist/esm/Card/styles && cp -r src/Card/assets dist/esm/Card/assets && cp -r src/types dist/esm/types && vite build",
23
23
  "build:esm": "tsc",
24
24
  "build:cjs": "tsc --module commonjs --outDir dist/cjs",
25
25
  "prepublishOnly": "yarn test && yarn run lint",
@@ -38,6 +38,7 @@
38
38
  "react-dom": "^19.0.0",
39
39
  "ts-jest": "^29.3.2",
40
40
  "tslib": "^2.8.1",
41
+ "viem": "^2.27.0",
41
42
  "vite-plugin-node-polyfills": "^0.23.0"
42
43
  },
43
44
  "devDependencies": {