@remoteoss/json-schema-form 0.11.4-beta.0 → 0.11.4-dev.20240820134847
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.
- package/CHANGELOG.md +0 -10
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/standalone.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
#### 0.11.4-beta.0 (2024-08-20)
|
|
2
|
-
|
|
3
|
-
##### Bug Fixes
|
|
4
|
-
|
|
5
|
-
* **file:** Validate the value is an instance of File ([#87](https://github.com/remoteoss/json-schema-form/pull/87)) ([8361df0d](https://github.com/remoteoss/json-schema-form/commit/8361df0d4e9f7d83342cdc91c41efb493e391307))
|
|
6
|
-
|
|
7
|
-
##### Chores
|
|
8
|
-
|
|
9
|
-
* **tests:** Move code in global test scope to inside beforeAll ([#90](https://github.com/remoteoss/json-schema-form/pull/90)) ([88f7d3c9](https://github.com/remoteoss/json-schema-form/commit/88f7d3c95330c828fc2539962b878c43b61ca8a0))
|
|
10
|
-
|
|
11
1
|
#### 0.11.3-beta.0 (2024-08-19)
|
|
12
2
|
|
|
13
3
|
##### Bug Fixes
|
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
Copyright (c) 2024 Remote Technology, Inc.
|
|
4
|
-
NPM Package: @remoteoss/json-schema-form@0.11.4-
|
|
5
|
-
Generated: Tue, 20 Aug 2024
|
|
4
|
+
NPM Package: @remoteoss/json-schema-form@0.11.4-dev.20240820134847
|
|
5
|
+
Generated: Tue, 20 Aug 2024 13:49:16 GMT
|
|
6
6
|
|
|
7
7
|
MIT License
|
|
8
8
|
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
Copyright (c) 2024 Remote Technology, Inc.
|
|
4
|
-
NPM Package: @remoteoss/json-schema-form@0.11.4-
|
|
5
|
-
Generated: Tue, 20 Aug 2024
|
|
4
|
+
NPM Package: @remoteoss/json-schema-form@0.11.4-dev.20240820134847
|
|
5
|
+
Generated: Tue, 20 Aug 2024 13:49:16 GMT
|
|
6
6
|
|
|
7
7
|
MIT License
|
|
8
8
|
|
package/dist/standalone.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
Copyright (c) 2024 Remote Technology, Inc.
|
|
4
|
-
NPM Package: @remoteoss/json-schema-form@0.11.4-
|
|
5
|
-
Generated: Tue, 20 Aug 2024
|
|
4
|
+
NPM Package: @remoteoss/json-schema-form@0.11.4-dev.20240820134847
|
|
5
|
+
Generated: Tue, 20 Aug 2024 13:49:16 GMT
|
|
6
6
|
|
|
7
7
|
MIT License
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remoteoss/json-schema-form",
|
|
3
|
-
"version": "0.11.4-
|
|
3
|
+
"version": "0.11.4-dev.20240820134847",
|
|
4
4
|
"description": "Headless UI form powered by JSON Schemas",
|
|
5
5
|
"author": "Remote.com <engineering@remote.com> (https://remote.com/)",
|
|
6
6
|
"license": "MIT",
|