@nomalism-com/types 0.31.1 → 0.31.2

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.
@@ -259,7 +259,6 @@ export type StoreOperator = {
259
259
  created_by: string;
260
260
  updated_by: string;
261
261
  origin_id: string | null;
262
- external_id: string | null;
263
262
  };
264
263
  export type UserPositions = {
265
264
  id: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.31.1",
12
+ "version": "0.31.2",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [
@@ -39,10 +39,10 @@
39
39
  "devDependencies": {
40
40
  "@rollup/plugin-terser": "^0.4.4",
41
41
  "@rollup/plugin-typescript": "^12.1.2",
42
- "@types/node": "^22.13.1",
43
- "@typescript-eslint/eslint-plugin": "^8.23.0",
44
- "@typescript-eslint/parser": "^8.23.0",
45
- "eslint": "^9.20.0",
42
+ "@types/node": "^22.13.2",
43
+ "@typescript-eslint/eslint-plugin": "^8.24.0",
44
+ "@typescript-eslint/parser": "^8.24.0",
45
+ "eslint": "^9.20.1",
46
46
  "eslint-config-prettier": "^10.0.1",
47
47
  "eslint-import-resolver-typescript": "^3.7.0",
48
48
  "eslint-plugin-prettier": "^5.2.3",