next-tinacms-dos 1.3.5 → 1.3.7

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/LICENSE +1 -9
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,12 +1,4 @@
1
- Copyright (c) 2023-present Forestry.io Holdings Inc.
2
-
3
- Portions of the TinaCMS software are licensed as follows:
4
-
5
- * All software that resides under the "packages/@tinacms/datalayer/" and the "packages/@tinacms/graphql/" directories (the "Tina Data Layer"), is licensed under the license defined in "packages/@tinacms/datalayer/LICENSE".
6
-
7
- * All software outside of the above-mentioned directories is available under the "Apache 2.0" license as set forth below.
8
-
9
- Apache License
1
+ Apache License
10
2
  Version 2.0, January 2004
11
3
  http://www.apache.org/licenses/
12
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-tinacms-dos",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  "multer": "1.4.5-lts.1"
23
23
  },
24
24
  "peerDependencies": {
25
- "tinacms": "1.5.20"
25
+ "tinacms": "1.5.22"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@tinacms/scripts": "1.1.2",
@@ -32,7 +32,7 @@
32
32
  "next": "12.2.4",
33
33
  "react": "17.0.2",
34
34
  "react-dom": "17.0.2",
35
- "tinacms": "1.5.20",
35
+ "tinacms": "1.5.22",
36
36
  "typescript": "4.3.5"
37
37
  },
38
38
  "publishConfig": {