@we-scrum/enums 1.0.11 → 1.0.12

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@my-devkit/core",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "My Devkit: common tools",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -12,9 +12,9 @@
12
12
  "url": "https://github.com/BUONJG/my-devkit.git"
13
13
  },
14
14
  "scripts": {
15
- "clean": "pnpx ts-cleaner -d ./dist -s ./src || true",
16
- "build": "pnpm run clean && tsc",
17
- "watch": "pnpm run clean && tsc -w"
15
+ "clean": "npx ts-cleaner -d ./dist -s ./src || true",
16
+ "build": "npm run clean && tsc",
17
+ "watch": "npm run clean && tsc -w"
18
18
  },
19
19
  "dependencies": {
20
20
  "cerialize": "0.1.18",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@we-scrum/enums",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "We-Scrum enums",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -9,17 +9,17 @@
9
9
  "url": "https://github.com/BUONJG/we-scrum.git"
10
10
  },
11
11
  "scripts": {
12
- "clean": "pnpx ts-cleaner -d ./dist -s ./src || true",
13
- "build": "pnpm run clean && tsc",
14
- "watch": "pnpm run clean && tsc -w"
12
+ "clean": "npx ts-cleaner -d ./dist -s ./src || true",
13
+ "build": "npm run clean && tsc",
14
+ "watch": "npm run clean && tsc -w"
15
15
  },
16
16
  "author": "",
17
17
  "license": "ISC",
18
18
  "peerDependencies": {
19
- "@my-devkit/core": "1.0.40"
19
+ "@my-devkit/core": "1.0.41"
20
20
  },
21
21
  "devDependencies": {
22
- "@my-devkit/core": "1.0.40",
22
+ "@my-devkit/core": "1.0.41",
23
23
  "ts-cleaner": "^1.0.5",
24
24
  "typescript": "^4.5.2"
25
25
  }
index dbee6ce..9a6605e 100644
Binary file