@t1xx1/tsfix 1.1.0 → 1.1.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Tiziano Perego
3
+ Copyright (c) 2026 T1xx1
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t1xx1/tsfix",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,14 +15,14 @@
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
18
- "import": "./dist/index.js",
19
- "types": "./dist/index.d.ts"
18
+ "import": "./dist/_index.js",
19
+ "types": "./dist/_index.d.ts"
20
20
  }
21
21
  },
22
22
  "scripts": {
23
23
  "dev": "tsc -w",
24
24
  "build": "tsc",
25
- "prepublishOnly": "pnpm build"
25
+ "prepublishOnly": "node ./scripts/clean.js && pnpm i && pnpm build"
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "^6.0.3"
File without changes
File without changes