codeforlife 2.10.0 → 2.10.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 (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "codeforlife",
3
3
  "description": "Common frontend code",
4
4
  "private": false,
5
- "version": "2.10.0",
5
+ "version": "2.10.1",
6
6
  "type": "module",
7
7
  "types": "dist/index.d.ts",
8
8
  "module": "dist/index.es.js",
@@ -144,7 +144,7 @@
144
144
  "dist"
145
145
  ],
146
146
  "scripts": {
147
- "scripts": "../scripts/frontend"
147
+ "scripts": "../scripts"
148
148
  },
149
149
  "repository": {
150
150
  "type": "git",
@@ -185,7 +185,7 @@
185
185
  "yup": "^1.1.1"
186
186
  },
187
187
  "devDependencies": {
188
- "@codeforlife/workspace": "link:../configs/frontend",
188
+ "@codeforlife/workspace": "link:..",
189
189
  "vite-plugin-dts": "4.5.4"
190
190
  },
191
191
  "release": {
@@ -209,5 +209,8 @@
209
209
  ],
210
210
  "@semantic-release/github"
211
211
  ]
212
+ },
213
+ "publishConfig": {
214
+ "provenance": true
212
215
  }
213
216
  }