jx 0.4.0__tar.gz → 0.5.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jx
3
- Version: 0.4.0
3
+ Version: 0.5.0
4
4
  Summary: Replace your HTML templates with Python server-Side components
5
5
  Author-email: Juan Pablo Scaletti <juanpablo@jpscaletti.com>
6
6
  Project-URL: Code, https://github.com/jpsca/jx
@@ -4,7 +4,7 @@ requires = ["setuptools"]
4
4
 
5
5
  [project]
6
6
  name = "jx"
7
- version = "0.4.0"
7
+ version = "0.5.0"
8
8
  description = "Replace your HTML templates with Python server-Side components"
9
9
  authors = [
10
10
  {name = "Juan Pablo Scaletti", email = "juanpablo@jpscaletti.com"},
@@ -232,8 +232,8 @@ class Catalog:
232
232
  globals = globals or {}
233
233
  globals.update({
234
234
  "assets": {
235
- "css": co.collect_css,
236
- "js": co.collect_js,
235
+ "collect_css": co.collect_css,
236
+ "collect_js": co.collect_js,
237
237
  "render_css": co.render_css,
238
238
  "render_js": co.render_js,
239
239
  "render": co.render_assets,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jx
3
- Version: 0.4.0
3
+ Version: 0.5.0
4
4
  Summary: Replace your HTML templates with Python server-Side components
5
5
  Author-email: Juan Pablo Scaletti <juanpablo@jpscaletti.com>
6
6
  Project-URL: Code, https://github.com/jpsca/jx
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes