lincd-cli 1.1.2 → 1.1.3

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": "lincd-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Command line tools for the lincd.js library",
5
5
  "typesVersions": {
6
6
  "*": {
@@ -107,6 +107,7 @@
107
107
  "postcss-reporter": "^7.1.0",
108
108
  "postcss-scss": "^4.0.9",
109
109
  "postcss-strip-inline-comments": "^0.1.5",
110
+ "postcss-url": "^10.1.3",
110
111
  "react-refresh-typescript": "^2.0.9",
111
112
  "require-extensions": "^0.0.4",
112
113
  "sass": "^1.71.1",
@@ -131,7 +132,6 @@
131
132
  "husky": "^9.0.11",
132
133
  "optimize-css-assets-webpack-plugin": "^6.0.1",
133
134
  "pinst": "^3.0.0",
134
- "postcss-url": "^10.1.3",
135
135
  "prettier": "^3.2.5"
136
136
  },
137
137
  "peerDepencencies": {},
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lincd-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Command line tools for the lincd.js library",
5
5
  "typesVersions": {
6
6
  "*": {
@@ -107,6 +107,7 @@
107
107
  "postcss-reporter": "^7.1.0",
108
108
  "postcss-scss": "^4.0.9",
109
109
  "postcss-strip-inline-comments": "^0.1.5",
110
+ "postcss-url": "^10.1.3",
110
111
  "react-refresh-typescript": "^2.0.9",
111
112
  "require-extensions": "^0.0.4",
112
113
  "sass": "^1.71.1",
@@ -131,7 +132,6 @@
131
132
  "husky": "^9.0.11",
132
133
  "optimize-css-assets-webpack-plugin": "^6.0.1",
133
134
  "pinst": "^3.0.0",
134
- "postcss-url": "^10.1.3",
135
135
  "prettier": "^3.2.5"
136
136
  },
137
137
  "peerDepencencies": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lincd-cli",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Command line tools for the lincd.js library",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -32,7 +32,7 @@
32
32
  "dev": "yarn tsc -p tsconfig-esm.json -w",
33
33
  "dev-cjs": "yarn tsc -p tsconfig-cjs.json -w",
34
34
  "_postinstall": "husky install",
35
- "prepack": "pinst --disable",
35
+ "prepack": "yarn build && pinst --disable && yarn version patch",
36
36
  "postpack": "pinst --enable",
37
37
  "prettier": "prettier \"src/**/*.{js,jsx,ts,tsx,css,scss}\" --check",
38
38
  "prettier:fix": "yarn prettier --write",
@@ -121,6 +121,7 @@
121
121
  "postcss-reporter": "^7.1.0",
122
122
  "postcss-scss": "^4.0.9",
123
123
  "postcss-strip-inline-comments": "^0.1.5",
124
+ "postcss-url": "^10.1.3",
124
125
  "react-refresh-typescript": "^2.0.9",
125
126
  "require-extensions": "^0.0.4",
126
127
  "sass": "^1.71.1",
@@ -145,7 +146,6 @@
145
146
  "husky": "^9.0.11",
146
147
  "optimize-css-assets-webpack-plugin": "^6.0.1",
147
148
  "pinst": "^3.0.0",
148
- "postcss-url": "^10.1.3",
149
149
  "prettier": "^3.2.5"
150
150
  },
151
151
  "peerDepencencies": {}