@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/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/build.knockout 🥊 4.0.1 CommonJS
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.1";
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 ESM
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.1";
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 MJS
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.1";
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.1",
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.1",
39
- "@tko/binding.core": "^4.0.1",
40
- "@tko/binding.foreach": "^4.0.1",
41
- "@tko/binding.if": "^4.0.1",
42
- "@tko/binding.template": "^4.0.1",
43
- "@tko/builder": "^4.0.1",
44
- "@tko/filter.punches": "^4.0.1",
45
- "@tko/provider.attr": "^4.0.1",
46
- "@tko/provider.bindingstring": "^4.0.1",
47
- "@tko/provider.component": "^4.0.1",
48
- "@tko/provider.databind": "^4.0.1",
49
- "@tko/provider.multi": "^4.0.1",
50
- "@tko/provider.virtual": "^4.0.1",
51
- "@tko/utils.component": "^4.0.1",
52
- "@tko/utils.functionrewrite": "^4.0.1",
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
@@ -1,3 +0,0 @@
1
- // @tko/build.knockout 🥊 4.0.1 ESM
2
- "use strict";
3
- module.exports = require("./index").default;
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../src/common.ts"],
4
- "sourcesContent": ["/**\n * Without the following the only export is `default`\n */\nmodule.exports = require('./index').default\n"],
5
- "mappings": ";;AAGA,OAAO,UAAU,QAAQ,SAAS,EAAE;",
6
- "names": []
7
- }