@odoo/o-spreadsheet 19.4.1 → 19.5.0-alpha.1
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/o_spreadsheet.xml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
This file is generated by o-spreadsheet build tools. Do not edit it.
|
|
3
3
|
@see https://github.com/odoo/o-spreadsheet
|
|
4
|
-
@version 19.
|
|
5
|
-
@date 2026-07-01T05:05:
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.5.0-alpha.1
|
|
5
|
+
@date 2026-07-01T05:05:43.248Z
|
|
6
|
+
@hash 3c78107
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odoo/o-spreadsheet",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.5.0-alpha.1",
|
|
4
4
|
"description": "A spreadsheet component",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/o_spreadsheet.cjs",
|
|
@@ -184,6 +184,6 @@
|
|
|
184
184
|
]
|
|
185
185
|
},
|
|
186
186
|
"publishConfig": {
|
|
187
|
-
"tag": "
|
|
187
|
+
"tag": "alpha"
|
|
188
188
|
}
|
|
189
189
|
}
|