vatts 2.1.1 → 2.1.2

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/dist/builder.js +0 -1
  2. package/package.json +1 -1
package/dist/builder.js CHANGED
@@ -94,7 +94,6 @@ const virtualEntryPlugin = (options) => {
94
94
  load(id) {
95
95
  if (id !== resolvedEntryId)
96
96
  return null;
97
- console.log(Date.now());
98
97
  // Always read from the live options object (by reference) — never stale
99
98
  const routes = (options.routes && options.routes.length > 0) ? options.routes : allRoutes;
100
99
  const { layout, notFound, framework } = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vatts",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Vatts.js is a high-level framework for building web applications with ease and speed. It provides a robust set of tools and features to streamline development and enhance productivity.",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "mfraz",