@tko/build.knockout 4.0.0-beta1.7 → 4.0.0
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.
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +2 -2
- package/dist/browser.min.js.map +2 -2
- package/dist/common.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +16 -16
package/dist/browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @tko/build.knockout 🥊 4.0.0
|
|
1
|
+
// @tko/build.knockout 🥊 4.0.0 IIFE
|
|
2
2
|
"use strict";
|
|
3
3
|
var ko = (() => {
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -8537,7 +8537,7 @@ ${name} ${msg} of ${this.text}
|
|
|
8537
8537
|
bindingStringPreparsers: [functionRewrite]
|
|
8538
8538
|
}
|
|
8539
8539
|
});
|
|
8540
|
-
var version = "4.0.0
|
|
8540
|
+
var version = "4.0.0";
|
|
8541
8541
|
var index_default = builder.create({
|
|
8542
8542
|
version,
|
|
8543
8543
|
components: dist_default,
|