@infra-blocks/zod-utils 0.4.4-alpha.0 → 0.4.4

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 +0 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,6 @@
6
6
 
7
7
  This package exposes various utilities extending the [zod](https://www.npmjs.com/package/zod) package.
8
8
 
9
- <<<<<<< HEAD
10
9
  ## API
11
10
 
12
11
  - [geojson](#geojson)
@@ -221,21 +220,3 @@ const jsonObject: JsonObject = zu.json.object().parse({ hello: "world" });
221
220
  zu.json.object().parse(5); // Boom.
222
221
  zu.json.object().parse([]); // Boom.
223
222
  ```
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.4-alpha.0",
3
+ "version": "0.4.4",
4
4
  "description": "Extensions to the zod package.",
5
5
  "keywords": [
6
6
  "zod",