@uniformdev/canvas-next 18.35.1-alpha.12 → 18.35.1-alpha.16

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.
@@ -99,7 +99,7 @@ var withUniformGetStaticPaths = (options) => {
99
99
  });
100
100
  return {
101
101
  paths,
102
- fallback: false
102
+ fallback: true
103
103
  };
104
104
  };
105
105
  };
@@ -79,7 +79,7 @@ var withUniformGetStaticPaths = (options) => {
79
79
  });
80
80
  return {
81
81
  paths,
82
- fallback: false
82
+ fallback: true
83
83
  };
84
84
  };
85
85
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas-next",
3
- "version": "18.35.1-alpha.12+d5e86f567",
3
+ "version": "18.35.1-alpha.16+3d99d8fd6",
4
4
  "description": "Next.js SDK for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -53,9 +53,9 @@
53
53
  "document": "api-extractor run --local"
54
54
  },
55
55
  "dependencies": {
56
- "@uniformdev/canvas": "18.35.1-alpha.12+d5e86f567",
57
- "@uniformdev/canvas-react": "18.35.1-alpha.12+d5e86f567",
58
- "@uniformdev/project-map": "18.35.1-alpha.12+d5e86f567"
56
+ "@uniformdev/canvas": "18.35.1-alpha.16+3d99d8fd6",
57
+ "@uniformdev/canvas-react": "18.35.1-alpha.16+3d99d8fd6",
58
+ "@uniformdev/project-map": "18.35.1-alpha.16+3d99d8fd6"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "next": ">= 12.0.0",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "d5e86f5673575aecfcf517e684922871315f279b"
77
+ "gitHead": "3d99d8fd68048310f8f6dc56a1d18e61c35c9765"
78
78
  }