@xylabs/threads 5.0.89 → 5.0.90

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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/threads",
3
- "version": "5.0.89",
3
+ "version": "5.0.90",
4
4
  "description": "Web workers & worker threads as simple as a function call",
5
5
  "keywords": [
6
6
  "thread",
@@ -107,10 +107,6 @@
107
107
  "README.md",
108
108
  "LICENSE"
109
109
  ],
110
- "scripts": {
111
- "package-compile": "yarn package-compile-tsup",
112
- "package-compile-tsup": "tsup --config tsup.browser.config.ts && tsup --config tsup.node.config.ts && tsup --config tsup.neutral.config.ts"
113
- },
114
110
  "dependencies": {
115
111
  "@xylabs/assert": "~5.0.89",
116
112
  "debug": "~4.4.3",
@@ -119,9 +115,9 @@
119
115
  },
120
116
  "devDependencies": {
121
117
  "@types/debug": "~4.1.13",
122
- "@xylabs/eslint-config-flat": "~7.4.28",
123
- "@xylabs/ts-scripts-yarn3": "~7.4.28",
124
- "@xylabs/tsconfig": "~7.4.28",
118
+ "@xylabs/eslint-config-flat": "~7.5.4",
119
+ "@xylabs/ts-scripts-pnpm": "~7.5.4",
120
+ "@xylabs/tsconfig": "~7.5.4",
125
121
  "eslint": "~10.1.0",
126
122
  "tsup": "~8.5.1",
127
123
  "typescript": "~5.9.3",
@@ -129,5 +125,9 @@
129
125
  },
130
126
  "publishConfig": {
131
127
  "access": "public"
128
+ },
129
+ "scripts": {
130
+ "package-compile": "pnpm package-compile-tsup",
131
+ "package-compile-tsup": "tsup --config tsup.browser.config.ts && tsup --config tsup.node.config.ts && tsup --config tsup.neutral.config.ts"
132
132
  }
133
- }
133
+ }