diff --git a/dist/fort.js b/dist/fort.js index 077e57a4..5f1e4f6a 100644 --- a/dist/fort.js +++ b/dist/fort.js @@ -1,5 +1,5 @@ /*! - * @license :fortjs - V1.0.1 - 14/12/2018 + * @license :fortjs - V1.1.0 - 15/12/2018 * https://github.com/ujjwalguptaofficial/fortjs * Copyright (c) 2018 @Ujjwal Gupta; Licensed MIT */ diff --git a/dist/ts/types/app_option.d.ts b/dist/ts/types/app_option.d.ts index e21e0139..0dcf4648 100644 --- a/dist/ts/types/app_option.d.ts +++ b/dist/ts/types/app_option.d.ts @@ -53,12 +53,6 @@ export declare type AppOption = { * @type {EtagOption} */ eTag?: EtagOption; - /** - * map a non existing path - * - * @type {PathMap[]} - */ - virtualPaths?: PathMap[]; /** * map an existing paths * diff --git a/package.json b/package.json index a7f9d399..756cab3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fortjs", - "version": "1.0.1", + "version": "1.1.0", "description": "Fort based MVC web framework for nodejs targeting good code structures & modularity.", "main": "dist/fort.js", "types": "dist/ts/index.d.ts", diff --git a/test/random/package.json b/test/random/package.json index d1ced2ca..7d8573fe 100644 --- a/test/random/package.json +++ b/test/random/package.json @@ -1,10 +1,10 @@ { "name": "simple", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "index.js", "scripts": { - "install:lib": "npm i ../../fortjs-1.0.1.tgz --no-save", + "install:lib": "npm i ../../fortjs-1.1.0.tgz --no-save", "install:eshtml": "npm i ../../eshtml-0.1.0.tgz", "install:build": "npm run install:lib && npm run build", "build": "webpack --config webpack.config.js",