@isi-ui7/bos7-shared 0.2.9 → 0.2.10

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 (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isi-ui7/bos7-shared",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Shared auth7 and layout primitives for bos7 applications.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -50,7 +50,8 @@
50
50
  "./form-rules": "./src/form-rules.ts",
51
51
  "./i18n": "./src/i18n.tsx",
52
52
  "./workflow/use-crud-form": "./src/workflow/use-crud-form.ts",
53
- "./styles": "./src/form-contract.css"
53
+ "./styles": "./src/form-contract.css",
54
+ "./form-value-schema": "./src/form-value-schema.ts"
54
55
  },
55
56
  "publishConfig": {
56
57
  "registry": "https://registry.npmjs.org",
@@ -120,8 +121,8 @@
120
121
  "@opentelemetry/exporter-trace-otlp-http": "^0.57.0",
121
122
  "@opentelemetry/auto-instrumentations-node": "^0.57.0",
122
123
  "@isi-ui7/data-table": "0.2.3",
123
- "@isi-ui7/lookup-input": "0.2.3",
124
- "@isi-ui7/editable-table": "0.2.3"
124
+ "@isi-ui7/editable-table": "0.2.3",
125
+ "@isi-ui7/lookup-input": "0.2.3"
125
126
  },
126
127
  "scripts": {
127
128
  "build": "vite build",