diff --git a/package.json b/package.json index e71a7766..819c7834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "boring-stack", - "version": "0.2.4", + "version": "0.2.5", "private": "true", "description": "The Boring JavaScript Stack 🥱 - an opinionated project starter for fullstack JavaScript", "scripts": { diff --git a/templates/mellow-react/config/blueprints.js b/templates/mellow-react/config/blueprints.js index c4b692e5..c9c82b58 100644 --- a/templates/mellow-react/config/blueprints.js +++ b/templates/mellow-react/config/blueprints.js @@ -15,18 +15,18 @@ module.exports.blueprints = { * Automatically expose implicit routes for every action in your app? * * * ***************************************************************************/ - // actions: false, + actions: false, /*************************************************************************** * * * Automatically expose RESTful routes for your models? * * * ***************************************************************************/ - // rest: true, + rest: false, /*************************************************************************** * * * Automatically expose CRUD "shortcut" routes to GET requests? * * (These are enabled by default in development only.) * * * ***************************************************************************/ - // shortcuts: true, + shortcuts: false, } diff --git a/templates/mellow-svelte/config/blueprints.js b/templates/mellow-svelte/config/blueprints.js index c4b692e5..c9c82b58 100644 --- a/templates/mellow-svelte/config/blueprints.js +++ b/templates/mellow-svelte/config/blueprints.js @@ -15,18 +15,18 @@ module.exports.blueprints = { * Automatically expose implicit routes for every action in your app? * * * ***************************************************************************/ - // actions: false, + actions: false, /*************************************************************************** * * * Automatically expose RESTful routes for your models? * * * ***************************************************************************/ - // rest: true, + rest: false, /*************************************************************************** * * * Automatically expose CRUD "shortcut" routes to GET requests? * * (These are enabled by default in development only.) * * * ***************************************************************************/ - // shortcuts: true, + shortcuts: false, } diff --git a/templates/mellow-vue/config/blueprints.js b/templates/mellow-vue/config/blueprints.js index c4b692e5..c9c82b58 100644 --- a/templates/mellow-vue/config/blueprints.js +++ b/templates/mellow-vue/config/blueprints.js @@ -15,18 +15,18 @@ module.exports.blueprints = { * Automatically expose implicit routes for every action in your app? * * * ***************************************************************************/ - // actions: false, + actions: false, /*************************************************************************** * * * Automatically expose RESTful routes for your models? * * * ***************************************************************************/ - // rest: true, + rest: false, /*************************************************************************** * * * Automatically expose CRUD "shortcut" routes to GET requests? * * (These are enabled by default in development only.) * * * ***************************************************************************/ - // shortcuts: true, + shortcuts: false, } diff --git a/templates/mellow-vue/package-lock.json b/templates/mellow-vue/package-lock.json index 39914faa..77d333c8 100644 --- a/templates/mellow-vue/package-lock.json +++ b/templates/mellow-vue/package-lock.json @@ -13,7 +13,7 @@ "@sailshq/connect-redis": "^3.2.1", "@sailshq/lodash": "^3.10.3", "@sailshq/socket.io-redis": "^5.2.0", - "inertia-sails": "^0.1.8", + "inertia-sails": "^0.2.2", "nodemailer": "^6.9.4", "sails": "^1.5.2", "sails-flash": "^0.0.1", @@ -27,6 +27,7 @@ "@japa/runner": "^2.5.1", "@rsbuild/plugin-vue": "^0.2.9", "@types/node": "^20.3.3", + "create-sails-generator": "^0.0.1", "playwright": "^1.36.2", "preset-sails": "^1.0.2", "prettier": "2.8.8", @@ -2604,6 +2605,15 @@ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" }, + "node_modules/create-sails-generator": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/create-sails-generator/-/create-sails-generator-0.0.1.tgz", + "integrity": "sha512-WOFR+4NZuziKfRV3eWPSb2yTkJCwZQcqTEoYSgJoDmWbFhMQXOEA8ahH0WxOqMD/1OreYLtLncEZMzd7mEVfNQ==", + "dev": true, + "peerDependencies": { + "sails": ">=1" + } + }, "node_modules/cross-spawn": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz", @@ -4002,9 +4012,9 @@ "integrity": "sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==" }, "node_modules/inertia-sails": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/inertia-sails/-/inertia-sails-0.1.8.tgz", - "integrity": "sha512-oypB8CmZkKZEjHgL6v8/f/TTvDItTaJaCMJPIhGew6W5r5pdpU8q1lJvKeX9y2P9OW9fx96KK2pEBTkBkaf/1w==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/inertia-sails/-/inertia-sails-0.2.2.tgz", + "integrity": "sha512-I4Zk6BrgriV+qCFb3ZVl/48uNC9mwNTOzL15I7yUvGBxe1jxgBYOuE+ygnNLRkPO7qhZOqJwMvE9tk2KudCIuA==", "peerDependencies": { "sails": ">=1", "sails-flash": ">=0.0.1" diff --git a/templates/mellow-vue/package.json b/templates/mellow-vue/package.json index 1297fed7..83beffdf 100644 --- a/templates/mellow-vue/package.json +++ b/templates/mellow-vue/package.json @@ -10,7 +10,7 @@ "@sailshq/connect-redis": "^3.2.1", "@sailshq/lodash": "^3.10.3", "@sailshq/socket.io-redis": "^5.2.0", - "inertia-sails": "^0.1.8", + "inertia-sails": "^0.2.2", "nodemailer": "^6.9.4", "sails": "^1.5.2", "sails-flash": "^0.0.1", @@ -24,6 +24,7 @@ "@japa/runner": "^2.5.1", "@rsbuild/plugin-vue": "^0.2.9", "@types/node": "^20.3.3", + "create-sails-generator": "^0.0.1", "playwright": "^1.36.2", "preset-sails": "^1.0.2", "prettier": "2.8.8", @@ -32,8 +33,7 @@ "sails-hook-shipwright": "^0.0.1", "sails.io.js": "^1.2.1", "socket.io-client": "^2.2.0", - "tailwindcss": "^3.0.24", - "create-sails-generator": "^0.0.1" + "tailwindcss": "^3.0.24" }, "scripts": { "dev": "node --watch app.js",