@tetherto/wdk-worklet-bundler 1.0.0-beta.1 → 1.0.0-beta.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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -3
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -53,7 +53,7 @@ var require_package = __commonJS({
53
53
  "package.json"(exports2, module2) {
54
54
  module2.exports = {
55
55
  name: "@tetherto/wdk-worklet-bundler",
56
- version: "1.0.0-beta.1",
56
+ version: "1.0.0-beta.2",
57
57
  description: "CLI tool for generating WDK worklet bundles",
58
58
  main: "./dist/index.js",
59
59
  types: "./dist/index.d.ts",
@@ -90,8 +90,8 @@ var require_package = __commonJS({
90
90
  "lint:fix": "ts-standard --fix",
91
91
  test: "jest",
92
92
  "test:coverage": "jest --coverage",
93
- prepare: "tsup src/index.ts src/cli.ts --format cjs --dts --clean",
94
- postinstall: "tsup src/index.ts src/cli.ts --format cjs --dts --clean"
93
+ prepare: "npm run build",
94
+ prepublishOnly: "npm run build"
95
95
  },
96
96
  dependencies: {
97
97
  ajv: "^8.17.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetherto/wdk-worklet-bundler",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "CLI tool for generating WDK worklet bundles",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -37,8 +37,8 @@
37
37
  "lint:fix": "ts-standard --fix",
38
38
  "test": "jest",
39
39
  "test:coverage": "jest --coverage",
40
- "prepare": "tsup src/index.ts src/cli.ts --format cjs --dts --clean",
41
- "postinstall": "tsup src/index.ts src/cli.ts --format cjs --dts --clean"
40
+ "prepare": "npm run build",
41
+ "prepublishOnly": "npm run build"
42
42
  },
43
43
  "dependencies": {
44
44
  "ajv": "^8.17.1",