assertron 10.0.0 → 10.0.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.
Files changed (2) hide show
  1. package/cjs/package.json +1 -0
  2. package/package.json +14 -12
@@ -0,0 +1 @@
1
+ {"type":"commonjs"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assertron",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "A supplementary assertion library",
5
5
  "homepage": "https://github.com/unional/assertron",
6
6
  "bugs": {
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "scripts": {
36
36
  "build": "run-p build:cjs build:esm build:tslib",
37
- "build:cjs": "tsc -p tsconfig.cjs.json",
37
+ "build:cjs": "tsc -p tsconfig.cjs.json && ncp package.cjs.json cjs/package.json",
38
38
  "build:esm": "tsc -p tsconfig.esm.json",
39
- "build:tslib": "tsc -p tsconfig.tslib.json",
39
+ "build:tslib": "tsc -p tsconfig.tslib.json && ncp package.cjs.json tslib/package.json",
40
40
  "build:watch": "tsc --watch",
41
41
  "clean": "rimraf cjs esm coverage lib libm",
42
42
  "coverage": "jest --coverage",
@@ -67,32 +67,34 @@
67
67
  "@semantic-release/changelog": "^6.0.1",
68
68
  "@semantic-release/git": "^10.0.1",
69
69
  "@semantic-release/github": "^8.0.4",
70
- "@size-limit/preset-small-lib": "^7.0.8",
71
- "@types/jest": "^28.1.1",
70
+ "@size-limit/preset-small-lib": "^8.0.0",
71
+ "@types/jest": "^29.0.0",
72
72
  "@types/lodash": "^4.14.182",
73
- "@types/node": "^14.18.21",
73
+ "@types/ncp": "^2",
74
+ "@types/node": "^18.0.0",
74
75
  "@typescript-eslint/eslint-plugin": "^5.27.1",
75
76
  "depcheck": "^1.4.3",
76
77
  "eslint": "^8.17.0",
77
78
  "eslint-config-prettier": "^8.5.0",
78
79
  "eslint-plugin-harmony": "^7.1.0",
79
80
  "husky": "^8.0.1",
80
- "jest": "^28.1.1",
81
- "jest-validate": "^28.1.1",
81
+ "jest": "^29.0.0",
82
+ "jest-validate": "^29.0.0",
82
83
  "jest-watch-suspend": "^1.1.2",
83
84
  "jest-watch-toggle-config": "^2.0.1",
84
- "jest-watch-typeahead": "^1.1.0",
85
+ "jest-watch-typeahead": "^2.0.0",
85
86
  "lodash": "^4.17.21",
87
+ "ncp": "^2.0.0",
86
88
  "npm-run-all": "^4.1.5",
87
89
  "pinst": "^3.0.0",
88
90
  "rimraf": "^3.0.2",
89
91
  "semantic-release": "^19.0.3",
90
- "size-limit": "^7.0.8",
91
- "ts-jest": "^28.0.4",
92
+ "size-limit": "^8.0.0",
93
+ "ts-jest": "^29.0.0",
92
94
  "tslib": "^2.4.0",
93
95
  "typescript": "^4.7.3"
94
96
  },
95
- "packageManager": "yarn@3.2.1",
97
+ "packageManager": "yarn@3.2.4",
96
98
  "size-limit": [
97
99
  {
98
100
  "path": "./cjs/index.js",