placementt-core 1.400.958 → 1.400.959

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.
@@ -18,7 +18,7 @@ jobs:
18
18
  with:
19
19
  node-version: 22
20
20
  registry-url: https://registry.npmjs.org
21
-
21
+
22
22
  - name: Install NPM
23
23
  run: npm install -g npm@latest
24
24
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.958",
5
+ "version": "1.400.959",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {