@infra-blocks/zod-utils 0.4.3-alpha.0 → 0.4.4-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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # ts-zod-utils
2
2
  [![Build](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/build.yml/badge.svg)](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/build.yml)
3
- [![NPM Publish Release From Label](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/npm-publish-release-from-label.yml/badge.svg)](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/npm-publish-release-from-label.yml)
3
+ [![Release](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/release.yml/badge.svg)](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/release.yml)
4
4
  [![Update From Template](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/update-from-template.yml/badge.svg)](https://github.com/infrastructure-blocks/ts-zod-utils/actions/workflows/update-from-template.yml)
5
5
  [![codecov](https://codecov.io/gh/infrastructure-blocks/ts-zod-utils/graph/badge.svg?token=vyI1qM1EZg)](https://codecov.io/gh/infrastructure-blocks/ts-zod-utils)
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)
@@ -220,3 +221,21 @@ const jsonObject: JsonObject = zu.json.object().parse({ hello: "world" });
220
221
  zu.json.object().parse(5); // Boom.
221
222
  zu.json.object().parse([]); // Boom.
222
223
  ```
224
+ =======
225
+ Follow these steps after instantiating the template:
226
+ - Remove the [trigger update from template workflow](.github/workflows/trigger-update-from-template.yml)
227
+ - Do a global search & replace for `ts-lib-template` and replace it with the name of your repository
228
+ - Likewise, do a search and replace for the *name of the package* in the `package.json` file
229
+ - Configure code coverage
230
+ - Update the status badges:
231
+ - Replace the `Trigger Update From Template` status badge for the `Update From Template` status badge.
232
+ - Update package.json
233
+ - Edit the search keywords
234
+ - Edit the description
235
+ - Describe the package and its usage in this readme.
236
+ - Replace the [changelog](CHANGELOG.md) with the [stub](CHANGELOG-STUB.md) and prepare it for the first version of
237
+ the package that will be released.
238
+ - Run `nvm install && npm install`
239
+ - Run `npm run compile && npm run lint && npm run test`
240
+ - Edit the `.npmrc` file if you wish to change the defaults. Specifically, if you wish to make your package private.
241
+ >>>>>>> template/master
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infra-blocks/zod-utils",
3
- "version": "0.4.3-alpha.0",
3
+ "version": "0.4.4-alpha.0",
4
4
  "description": "Extensions to the zod package.",
5
5
  "keywords": [
6
6
  "zod",