create-pkgbld 1.4.5 → 1.5.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.
package/dist/index.cjs CHANGED
@@ -116,6 +116,7 @@ function updatePackage(pkg, options) {
116
116
  'bin',
117
117
  'main',
118
118
  'browser',
119
+ 'unpkg',
119
120
  'module',
120
121
  'exports',
121
122
  'imports',
package/dist/index.mjs CHANGED
@@ -113,6 +113,7 @@ function updatePackage(pkg, options) {
113
113
  'bin',
114
114
  'main',
115
115
  'browser',
116
+ 'unpkg',
116
117
  'module',
117
118
  'exports',
118
119
  'imports',
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.5",
2
+ "version": "1.5.0",
3
3
  "name": "create-pkgbld",
4
4
  "license": "MIT",
5
5
  "author": "Konstantin Shutkin",
@@ -44,10 +44,10 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/git-user-name": "2.0.1",
47
- "@types/parse-git-config": "3.0.1",
48
- "@types/prompts": "2.4.4",
47
+ "@types/parse-git-config": "3.0.2",
48
+ "@types/prompts": "2.4.5",
49
49
  "@total-typescript/ts-reset": "^0.5.1",
50
- "pkgbld": "1.17.1"
50
+ "pkgbld": "1.18.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "node ../pkgbld/dist/index.js",