@tko/build.reference 4.0.0-beta1.8 → 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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/build.reference 🥊 4.0.0-beta1.8 ESM
1
+ // @tko/build.reference 🥊 4.0.0 ESM
2
2
  "use strict";
3
3
  import { Builder } from "@tko/builder";
4
4
  import { VirtualProvider } from "@tko/provider.virtual";
@@ -49,7 +49,7 @@ const builder = new Builder({
49
49
  { each: foreachBindings.foreach }
50
50
  ]
51
51
  });
52
- const version = "4.0.0-beta1.8";
52
+ const version = "4.0.0";
53
53
  export default builder.create({
54
54
  jsx: {
55
55
  createElement,
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- // @tko/build.reference 🥊 4.0.0-beta1.8 MJS
1
+ // @tko/build.reference 🥊 4.0.0 MJS
2
2
  "use strict";
3
3
  import { Builder } from "@tko/builder";
4
4
  import { VirtualProvider } from "@tko/provider.virtual";
@@ -49,7 +49,7 @@ const builder = new Builder({
49
49
  { each: foreachBindings.foreach }
50
50
  ]
51
51
  });
52
- const version = "4.0.0-beta1.8";
52
+ const version = "4.0.0";
53
53
  export default builder.create({
54
54
  jsx: {
55
55
  createElement,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.0-beta1.8",
2
+ "version": "4.0.0",
3
3
  "name": "@tko/build.reference",
4
4
  "description": "The TKO Reference Build",
5
5
  "repository": {
@@ -15,23 +15,23 @@
15
15
  },
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@tko/binding.component": "^4.0.0-beta1.3",
19
- "@tko/binding.core": "^4.0.0-beta1.3",
20
- "@tko/binding.foreach": "^4.0.0-beta1.3",
21
- "@tko/binding.if": "^4.0.0-beta1.3",
22
- "@tko/binding.template": "^4.0.0-beta1.3",
23
- "@tko/builder": "^4.0.0-beta1.6",
24
- "@tko/filter.punches": "^4.0.0-beta1.3",
25
- "@tko/provider.attr": "^4.0.0-beta1.3",
26
- "@tko/provider.bindingstring": "^4.0.0-beta1.6",
27
- "@tko/provider.component": "^4.0.0-beta1.6",
28
- "@tko/provider.databind": "^4.0.0-beta1.6",
29
- "@tko/provider.multi": "^4.0.0-beta1.3",
30
- "@tko/provider.mustache": "^4.0.0-beta1.6",
31
- "@tko/provider.native": "^4.0.0-beta1.3",
32
- "@tko/provider.virtual": "^4.0.0-beta1.6",
33
- "@tko/utils.component": "^4.0.0-beta1.3",
34
- "@tko/utils.jsx": "^4.0.0-beta1.3",
18
+ "@tko/binding.component": "^4.0.0",
19
+ "@tko/binding.core": "^4.0.0",
20
+ "@tko/binding.foreach": "^4.0.0",
21
+ "@tko/binding.if": "^4.0.0",
22
+ "@tko/binding.template": "^4.0.0",
23
+ "@tko/builder": "^4.0.0",
24
+ "@tko/filter.punches": "^4.0.0",
25
+ "@tko/provider.attr": "^4.0.0",
26
+ "@tko/provider.bindingstring": "^4.0.0",
27
+ "@tko/provider.component": "^4.0.0",
28
+ "@tko/provider.databind": "^4.0.0",
29
+ "@tko/provider.multi": "^4.0.0",
30
+ "@tko/provider.mustache": "^4.0.0",
31
+ "@tko/provider.native": "^4.0.0",
32
+ "@tko/provider.virtual": "^4.0.0",
33
+ "@tko/utils.component": "^4.0.0",
34
+ "@tko/utils.jsx": "^4.0.0",
35
35
  "tslib": "^2.2.0"
36
36
  },
37
37
  "files": [