@odoo/o-spreadsheet 18.0.16 → 18.0.17

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,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 18.0.16
5
- @date 2025-02-14T08:45:11.101Z
6
- @hash 39979ab
4
+ @version 18.0.17
5
+ @date 2025-02-25T05:59:32.689Z
6
+ @hash 2ee4347
7
7
  -->
8
8
  <odoo>
9
9
  <t t-name="o-spreadsheet-ActionButton">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odoo/o-spreadsheet",
3
- "version": "18.0.16",
3
+ "version": "18.0.17",
4
4
  "description": "A spreadsheet component",
5
5
  "type": "module",
6
6
  "main": "dist/o-spreadsheet.cjs.js",
@@ -23,6 +23,7 @@
23
23
  "buildDev": "npm-run-all build:js build:bundleJsDev \"build:bundleXml -- --outDir build\"",
24
24
  "build": "npm-run-all build:js build:bundleJs \"build:bundleXml -- --outDir build\"",
25
25
  "precommit": "npm run prettier && npm run doc",
26
+ "monkey": "SPREADSHEET_MONKEY_COUNT=$npm_config_monkey_count jest 'tests/collaborative/collaborative_monkey_party.test.ts'",
26
27
  "test": "tsc --noEmit --project tsconfig.jest.json && jest",
27
28
  "test:watch": "jest --watch",
28
29
  "prettier": "prettier . --write",
@@ -89,6 +90,7 @@
89
90
  "rollup": "^3.28.0",
90
91
  "rollup-plugin-dts": "^5.3.1",
91
92
  "rollup-plugin-typescript2": "^0.35.0",
93
+ "seedrandom": "^3.0.5",
92
94
  "typescript": "^5.4.3",
93
95
  "xml-formatter": "^2.4.0"
94
96
  },