@infra-blocks/zod-utils 0.4.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 -23
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -220,26 +220,3 @@ const jsonObject: JsonObject = zu.json.object().parse({ hello: "world" });
220
220
  zu.json.object().parse(5); // Boom.
221
221
  zu.json.object().parse([]); // Boom.
222
222
  ```
223
-
224
- ## Development
225
-
226
- ### Repo init
227
-
228
- This repository leverages [nvm](https://github.com/nvm-sh/nvm) and users should have it installed in their local environment.
229
- In addition, it is recommended that users install a [shell hook](https://github.com/nvm-sh/nvm#deeper-shell-integration)
230
- so that `nvm use` is run upon changing into a project that utilises `nvm`.
231
-
232
- Upon checking out the repository, run the following commands:
233
- ```shell
234
- nvm install
235
- npm install
236
- npm run compile
237
- npm run lint
238
- npm run test
239
- ```
240
-
241
- ### Package publication
242
-
243
- Package publication is fully automated at the CI level. This repository leverages the
244
- [npm-publish-from-label-workflow](https://github.com/infrastructure-blocks/npm-publish-from-label-workflow)
245
- workflow as a turnkey, automated mechanism for publishing packages. Refer to its documentation for usage information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infra-blocks/zod-utils",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-alpha.1",
4
4
  "description": "Extensions to the zod package.",
5
5
  "license": "ISC",
6
6
  "author": "",