@tko/provider
Advanced tools
+22
| The MIT License (MIT) - http://www.opensource.org/licenses/mit-license.php | ||
| Copyright (c) Steven Sanderson, the Knockout.js team, and other contributors | ||
| http://knockoutjs.com/ | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in | ||
| all copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| THE SOFTWARE. |
| /*! | ||
| * Abstract base class of tko Provider (HTML <-> Data Binding linker) 🥊 @tko/provider@4.0.0-alpha7.4 | ||
| * Abstract base class of tko Provider (HTML <-> Data Binding linker) 🥊 @tko/provider@4.0.0-alpha8.0 | ||
| * (c) The Knockout.js Team - https://tko.io | ||
@@ -4,0 +4,0 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) |
+1
-1
| /*! | ||
| * Abstract base class of tko Provider (HTML <-> Data Binding linker) 🥊 @tko/provider@4.0.0-alpha7.4 | ||
| * Abstract base class of tko Provider (HTML <-> Data Binding linker) 🥊 @tko/provider@4.0.0-alpha8.0 | ||
| * (c) The Knockout.js Team - https://tko.io | ||
@@ -4,0 +4,0 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) |
+10
-8
| { | ||
| "name": "@tko/provider", | ||
| "version": "4.0.0-alpha7.4", | ||
| "version": "4.0.0-alpha8.0", | ||
| "description": "Abstract base class of tko Provider (HTML <-> Data Binding linker)", | ||
| "module": "dist/provider.js", | ||
| "files": [ | ||
| "dist/" | ||
| "dist/", | ||
| "helpers/" | ||
| ], | ||
@@ -12,3 +13,3 @@ "author": "Knockout Team", | ||
| "dependencies": { | ||
| "@tko/utils": "^4.0.0-alpha7.4", | ||
| "@tko/utils": "^4.0.0-alpha8.0", | ||
| "tslib": "^1.8.0" | ||
@@ -31,6 +32,6 @@ }, | ||
| "scripts": { | ||
| "test": "karma start ../../karma.conf.js --once", | ||
| "build": "rollup -c ../../rollup.config.js", | ||
| "watch": "karma start ../../karma.conf.js", | ||
| "prepare": "rollup -c ../../rollup.config.js" | ||
| "test": "npx karma start ../../karma.conf.js --once", | ||
| "build": "npx rollup -c ../../rollup.config.js", | ||
| "watch": "npx karma start ../../karma.conf.js", | ||
| "prepare": "npx rollup -c ../../rollup.config.js" | ||
| }, | ||
@@ -46,3 +47,4 @@ "publishConfig": { | ||
| } | ||
| ] | ||
| ], | ||
| "gitHead": "b54a8edff45bb0bb0788d363d0dbb7f2aec2e37d" | ||
| } |
33998
3.94%6
20%Updated