@tko/build.knockout 4.0.1 → 4.1.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 +288 -307
- package/dist/browser.js.map +4 -4
- package/dist/browser.min.js +10 -10
- package/dist/browser.min.js.map +4 -4
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +25 -18
- package/dist/common.js +0 -3
- package/dist/common.js.map +0 -7
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @tko/build.knockout 🥊 4.0
|
|
1
|
+
// @tko/build.knockout 🥊 4.1.0 CommonJS
|
|
2
2
|
"use strict";
|
|
3
3
|
var __create = Object.create;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -61,7 +61,7 @@ var builder = new import_builder.Builder({
|
|
|
61
61
|
bindingStringPreparsers: [import_utils2.functionRewrite]
|
|
62
62
|
}
|
|
63
63
|
});
|
|
64
|
-
var version = "4.0
|
|
64
|
+
var version = "4.1.0";
|
|
65
65
|
var src_default = builder.create({
|
|
66
66
|
version,
|
|
67
67
|
components: import_utils.default,
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @tko/build.knockout 🥊 4.0
|
|
1
|
+
// @tko/build.knockout 🥊 4.1.0 ESM
|
|
2
2
|
"use strict";
|
|
3
3
|
import { Builder } from "@tko/builder";
|
|
4
4
|
import { VirtualProvider } from "@tko/provider.virtual";
|
|
@@ -32,7 +32,7 @@ const builder = new Builder({
|
|
|
32
32
|
bindingStringPreparsers: [functionRewrite]
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
|
-
const version = "4.0
|
|
35
|
+
const version = "4.1.0";
|
|
36
36
|
export default builder.create({
|
|
37
37
|
version,
|
|
38
38
|
components,
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @tko/build.knockout 🥊 4.0
|
|
1
|
+
// @tko/build.knockout 🥊 4.1.0 MJS
|
|
2
2
|
"use strict";
|
|
3
3
|
import { Builder } from "@tko/builder";
|
|
4
4
|
import { VirtualProvider } from "@tko/provider.virtual";
|
|
@@ -32,7 +32,7 @@ const builder = new Builder({
|
|
|
32
32
|
bindingStringPreparsers: [functionRewrite]
|
|
33
33
|
}
|
|
34
34
|
});
|
|
35
|
-
const version = "4.0
|
|
35
|
+
const version = "4.1.0";
|
|
36
36
|
export default builder.create({
|
|
37
37
|
version,
|
|
38
38
|
components,
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.0
|
|
2
|
+
"version": "4.1.0",
|
|
3
3
|
"name": "@tko/build.knockout",
|
|
4
4
|
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
|
|
5
5
|
"homepage": "https://tko.io",
|
|
@@ -35,22 +35,21 @@
|
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tko/binding.component": "^4.0
|
|
39
|
-
"@tko/binding.core": "^4.0
|
|
40
|
-
"@tko/binding.foreach": "^4.0
|
|
41
|
-
"@tko/binding.if": "^4.0
|
|
42
|
-
"@tko/binding.template": "^4.0
|
|
43
|
-
"@tko/builder": "^4.0
|
|
44
|
-
"@tko/filter.punches": "^4.0
|
|
45
|
-
"@tko/provider.attr": "^4.0
|
|
46
|
-
"@tko/provider.
|
|
47
|
-
"@tko/provider.
|
|
48
|
-
"@tko/provider.
|
|
49
|
-
"@tko/provider.
|
|
50
|
-
"@tko/
|
|
51
|
-
"@tko/utils.
|
|
52
|
-
"@tko/utils
|
|
53
|
-
"tslib": "^2.2.0"
|
|
38
|
+
"@tko/binding.component": "^4.1.0",
|
|
39
|
+
"@tko/binding.core": "^4.1.0",
|
|
40
|
+
"@tko/binding.foreach": "^4.1.0",
|
|
41
|
+
"@tko/binding.if": "^4.1.0",
|
|
42
|
+
"@tko/binding.template": "^4.1.0",
|
|
43
|
+
"@tko/builder": "^4.1.0",
|
|
44
|
+
"@tko/filter.punches": "^4.1.0",
|
|
45
|
+
"@tko/provider.attr": "^4.1.0",
|
|
46
|
+
"@tko/provider.component": "^4.1.0",
|
|
47
|
+
"@tko/provider.databind": "^4.1.0",
|
|
48
|
+
"@tko/provider.multi": "^4.1.0",
|
|
49
|
+
"@tko/provider.virtual": "^4.1.0",
|
|
50
|
+
"@tko/utils.component": "^4.1.0",
|
|
51
|
+
"@tko/utils.functionrewrite": "^4.1.0",
|
|
52
|
+
"@tko/utils": "^4.1.0"
|
|
54
53
|
},
|
|
55
54
|
"exports": {
|
|
56
55
|
".": {
|
|
@@ -64,5 +63,13 @@
|
|
|
64
63
|
},
|
|
65
64
|
"scripts": {
|
|
66
65
|
"build": "bun ../../tools/build.ts"
|
|
67
|
-
}
|
|
66
|
+
},
|
|
67
|
+
"keywords": [
|
|
68
|
+
"knockout",
|
|
69
|
+
"tko",
|
|
70
|
+
"framework",
|
|
71
|
+
"mvvm",
|
|
72
|
+
"data-binding",
|
|
73
|
+
"compatible"
|
|
74
|
+
]
|
|
68
75
|
}
|
package/dist/common.js
DELETED
package/dist/common.js.map
DELETED