@infra-blocks/zod-utils 0.4.0-alpha.0 → 0.4.1-alpha.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.
Files changed (2) hide show
  1. package/README.md +20 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  This package exposes various utilities extending the [zod](https://www.npmjs.com/package/zod) package.
8
8
 
9
+ <<<<<<< HEAD
9
10
  ## API
10
11
 
11
12
  - [geojson](#geojson)
@@ -243,3 +244,22 @@ npm run test
243
244
  Package publication is fully automated at the CI level. This repository leverages the
244
245
  [npm-publish-from-label-workflow](https://github.com/infrastructure-blocks/npm-publish-from-label-workflow)
245
246
  workflow as a turnkey, automated mechanism for publishing packages. Refer to its documentation for usage information.
247
+ =======
248
+ Follow these steps after instantiating the template:
249
+ - Remove the [trigger update from template workflow](.github/workflows/trigger-update-from-template.yml)
250
+ - Configure code coverage
251
+ - Update the .nvmrc version file to latest
252
+ - Update the package.json
253
+ - Rename the package name and links
254
+ - Update the `engines` section
255
+ - Update the dependencies
256
+ - Run `nvm install`
257
+ - Run `npm install`
258
+ - Run `npm run compile && npm run lint && npm run test`
259
+ - Edit the `.npmrc` file if you wish to change the defaults. Specifically, if you wish to make your package private.
260
+ - Update the status badges:
261
+ - Remove the `Trigger Update From Template` status badge.
262
+ - Add the `Update From Template` status badge.
263
+ - Rename the rest of the links to point to the right repository.
264
+ - Edit this readme to correspond to the package.
265
+ >>>>>>> template/master
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infra-blocks/zod-utils",
3
- "version": "0.4.0-alpha.0",
3
+ "version": "0.4.1-alpha.0",
4
4
  "description": "Extensions to the zod package.",
5
5
  "license": "ISC",
6
6
  "author": "",