@react-typed-forms/schemas 1.0.0-dev.7 → 1.0.0-dev.8

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
- "packages/schemas/.rush/temp/shrinkwrap-deps.json": "5ce6417fae765db5c61e400f851ecafe0ce756f0",
4
- "packages/schemas/package.json": "7595c5bd42419b3008de9228110d51b3cae25f4f",
3
+ "packages/schemas/.rush/temp/shrinkwrap-deps.json": "fcda66f5b02125cdb1f0d7e28e4758e5995db661",
4
+ "packages/schemas/package.json": "a6ba2ce337a0d2521c001fc864b12bb94d498950",
5
5
  "packages/schemas/src/controlRender.tsx": "3a1df1f3ade46594dbc15bca1228dc0d57e55da0",
6
6
  "packages/schemas/src/hooks.ts": "4eb4946f7b1c685e0b51cd011b4d39a1fdd6aa2e",
7
7
  "packages/schemas/src/index.ts": "67f656f1d7f717bce7e933b9f4d7dc5dc50274dc",
@@ -1,5 +1,6 @@
1
1
  {
2
- "../../packages/schemas": "../../packages/schemas:vY3D5bPwBzOGJtSnpoQLPVXnewF01wtTbcozE4xaygA=:",
2
+ "../../packages/schemas": "../../packages/schemas:2dNZpzXdSHa/g6RX8jaG9+S2gWdsQVRADue9KAiSf34=:",
3
+ "/@react-typed-forms/core/3.0.0-dev.102_react-dom@18.2.0+react@18.2.0": "sha512-LczmQbrZspcHjPJLT6dFq52k44SZAxyjeeE+0pIIoCUrhF5O/JnrLUqUUmUiRMXQb+skf3UrPkdalJpShdfxAA==",
3
4
  "/@types/prop-types/15.7.5": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
4
5
  "/@types/react/18.0.22": "sha512-4yWc5PyCkZN8ke8K9rQHkTXxHIWHxLzzW6RI1kXVoepkD3vULpKzC2sDtAMKn78h92BRYuzf+7b/ms7ajE6hFw==",
5
6
  "/@types/scheduler/0.16.2": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==",
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
- "name": "@react-typed-forms/schemas",
3
- "version": "1.0.0-dev.7",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/doolse/react-typed-forms.git"
10
- },
11
- "author": "Jolse Maginnis",
12
- "license": "ISC",
13
- "bugs": {
14
- "url": "https://github.com/doolse/react-typed-forms/issues"
15
- },
16
- "homepage": "https://github.com/doolse/react-typed-forms#readme",
17
- "publishConfig": {
18
- "access": "public"
19
- },
20
- "keywords": [
21
- "react",
22
- "typescript",
23
- "forms",
24
- "material-ui"
25
- ],
26
- "dependencies": {
27
- "@react-typed-forms/core": "3.0.0-dev.102"
28
- },
29
- "devDependencies": {
30
- "@types/react": "^18.0.22",
31
- "nswag": "^13.18.2",
32
- "react": "^18.2.0",
33
- "react-dom": "^18.2.0",
34
- "rimraf": "^3.0.2"
35
- },
36
- "gitHead": "698e16cd3ab31b7dd0528fc76536f4d3205ce8c6",
37
- "scripts": {
38
- "build": "rimraf ./lib/ && tsc",
39
- "watch": "tsc -w",
40
- "gencode": "nswag swagger2tsclient /input:http://localhost:5216/swagger/v1/swagger.json /runtime:Net60 /output:src/types.ts /GenerateClientClasses:false /MarkOptionalProperties:false /Template:Fetch /TypeStyle:Interface /DateTimeType:string"
41
- }
2
+ "name": "@react-typed-forms/schemas",
3
+ "version": "1.0.0-dev.8",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/doolse/react-typed-forms.git"
10
+ },
11
+ "author": "Jolse Maginnis",
12
+ "license": "ISC",
13
+ "bugs": {
14
+ "url": "https://github.com/doolse/react-typed-forms/issues"
15
+ },
16
+ "homepage": "https://github.com/doolse/react-typed-forms#readme",
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
20
+ "keywords": [
21
+ "react",
22
+ "typescript",
23
+ "forms",
24
+ "material-ui"
25
+ ],
26
+ "dependencies": {
27
+ "@react-typed-forms/core": "^3.0.0-dev"
28
+ },
29
+ "devDependencies": {
30
+ "@types/react": "^18.0.22",
31
+ "nswag": "^13.18.2",
32
+ "react": "^18.2.0",
33
+ "react-dom": "^18.2.0",
34
+ "rimraf": "^3.0.2"
35
+ },
36
+ "gitHead": "698e16cd3ab31b7dd0528fc76536f4d3205ce8c6",
37
+ "scripts": {
38
+ "build": "rimraf ./lib/ && tsc",
39
+ "watch": "tsc -w",
40
+ "gencode": "nswag swagger2tsclient /input:http://localhost:5216/swagger/v1/swagger.json /runtime:Net60 /output:src/types.ts /GenerateClientClasses:false /MarkOptionalProperties:false /Template:Fetch /TypeStyle:Interface /DateTimeType:string"
41
+ }
42
42
  }