@infra-blocks/zod-utils 0.4.1-alpha.0 → 0.4.1-alpha.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 +0 -43
  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,45 +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
- ## Development
226
-
227
- ### Repo init
228
-
229
- This repository leverages [nvm](https://github.com/nvm-sh/nvm) and users should have it installed in their local environment.
230
- In addition, it is recommended that users install a [shell hook](https://github.com/nvm-sh/nvm#deeper-shell-integration)
231
- so that `nvm use` is run upon changing into a project that utilises `nvm`.
232
-
233
- Upon checking out the repository, run the following commands:
234
- ```shell
235
- nvm install
236
- npm install
237
- npm run compile
238
- npm run lint
239
- npm run test
240
- ```
241
-
242
- ### Package publication
243
-
244
- Package publication is fully automated at the CI level. This repository leverages the
245
- [npm-publish-from-label-workflow](https://github.com/infrastructure-blocks/npm-publish-from-label-workflow)
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.1-alpha.0",
3
+ "version": "0.4.1-alpha.1",
4
4
  "description": "Extensions to the zod package.",
5
5
  "license": "ISC",
6
6
  "author": "",