@emeryld/rrroutes-contract 1.1.0 → 1.2.0

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.
@@ -213,4 +213,4 @@ export {
213
213
  resourceWithCrud,
214
214
  withCrud
215
215
  };
216
- //# sourceMappingURL=index.js.map
216
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/rrroutes-contract",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -25,7 +25,7 @@
25
25
  "scripts": {
26
26
  "clean": "rimraf dist",
27
27
  "build": "pnpm run clean && pnpm run build:js && pnpm run build:types",
28
- "build:js": "tsup src/index.ts --sourcemap --format esm,cjs --out-dir dist",
28
+ "build:js": "tsup --config tsup.config.ts",
29
29
  "build:types": "tsc -p tsconfig.build.json",
30
30
  "typecheck": "tsc -p tsconfig.json --noEmit"
31
31
  }
File without changes