@jarenjs/contract 0.66.1 → 0.72.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 +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -735,3 +735,7 @@ Every subpath a consumer can import, derived from the manifest by
735
735
  | `@jarenjs/contract/schemas/jaren-contract.schema.json` | schema | — |
736
736
  | `@jarenjs/contract/package.json` | metadata | — |
737
737
  <!--/fact-->
738
+
739
+ Author JSON template catalogs and MessageSpec references with the
740
+ [messages pen](../linq/docs/MESSAGES-PEN.md); existing locale render functions
741
+ retain their pluralization and formatting behavior.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jarenjs/contract",
3
3
  "private": false,
4
- "version": "0.66.1",
4
+ "version": "0.72.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -102,9 +102,9 @@
102
102
  "prepack": "npm run build:types"
103
103
  },
104
104
  "dependencies": {
105
- "@jarenjs/core": "^0.66.1",
106
- "@jarenjs/json": "^0.66.1",
107
- "@jarenjs/validate": "^0.66.1",
108
- "@jarenjs/emit": "^0.66.1"
105
+ "@jarenjs/core": "^0.72.0",
106
+ "@jarenjs/json": "^0.72.0",
107
+ "@jarenjs/validate": "^0.72.0",
108
+ "@jarenjs/emit": "^0.72.0"
109
109
  }
110
110
  }