@xylabs/ts-scripts-yarn3 3.1.9 → 3.1.10

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.
@@ -28,7 +28,6 @@ const deploy = () => {
28
28
  ["yarn", "xy clean"],
29
29
  ["yarn", "xy build"],
30
30
  ["yarn", "xy cycle"],
31
- ["yarn", "xy gen-docs"],
32
31
  ["yarn", "version apply --all"],
33
32
  ["yarn", "workspaces foreach -pt npm publish"]
34
33
  ]);
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'xy gen-docs'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -pt npm publish'],\n ])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAyB;AAElB,MAAM,SAAS,MAAM;AAC1B,aAAO,qBAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,aAAa;AAAA,IACtB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,oCAAoC;AAAA,EAC/C,CAAC;AACH;","names":[]}
1
+ {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -pt npm publish'],\n ])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAyB;AAElB,MAAM,SAAS,MAAM;AAC1B,aAAO,qBAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,oCAAoC;AAAA,EAC/C,CAAC;AACH;","names":[]}
@@ -5,7 +5,6 @@ const deploy = () => {
5
5
  ["yarn", "xy clean"],
6
6
  ["yarn", "xy build"],
7
7
  ["yarn", "xy cycle"],
8
- ["yarn", "xy gen-docs"],
9
8
  ["yarn", "version apply --all"],
10
9
  ["yarn", "workspaces foreach -pt npm publish"]
11
10
  ]);
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'xy gen-docs'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -pt npm publish'],\n ])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,SAAS,MAAM;AAC1B,SAAO,SAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,aAAa;AAAA,IACtB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,oCAAoC;AAAA,EAC/C,CAAC;AACH;","names":[]}
1
+ {"version":3,"sources":["../../src/actions/deploy.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deploy = () => {\n return runSteps('Deploy [Patch]', [\n ['yarn', 'workspaces foreach --all version patch --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach -pt npm publish'],\n ])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,SAAS,MAAM;AAC1B,SAAO,SAAS,kBAAkB;AAAA,IAChC,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,qBAAqB;AAAA,IAC9B,CAAC,QAAQ,oCAAoC;AAAA,EAC/C,CAAC;AACH;","names":[]}
package/package.json CHANGED
@@ -64,9 +64,10 @@
64
64
  "@types/yargs": "^17.0.26",
65
65
  "@typescript-eslint/eslint-plugin": "^6.7.3",
66
66
  "@typescript-eslint/parser": "^6.7.3",
67
- "@xylabs/tsconfig": "~3.1.9",
67
+ "@xylabs/tsconfig": "~3.1.10",
68
68
  "chalk": "^4.1.2",
69
69
  "cosmiconfig": "^8.3.6",
70
+ "cosmiconfig-typescript-loader": "^5.0.0",
70
71
  "cpy": "^8.1.2",
71
72
  "depcheck": "^1.4.6",
72
73
  "eslint": "^8.50.0",
@@ -109,8 +110,8 @@
109
110
  "@types/license-checker": "^25.0.4",
110
111
  "@types/lodash": "^4.14.199",
111
112
  "@types/parse-git-config": "^3.0.2",
112
- "@xylabs/eslint-config": "^3.1.9",
113
- "@xylabs/tsconfig": "^3.1.9",
113
+ "@xylabs/eslint-config": "^3.1.10",
114
+ "@xylabs/tsconfig": "^3.1.10",
114
115
  "publint": "^0.2.3",
115
116
  "typescript": "^5.2.2"
116
117
  },
@@ -144,9 +145,6 @@
144
145
  "./cjs": {
145
146
  "default": "./dist/index.js"
146
147
  },
147
- "./docs": {
148
- "default": "./dist/docs.json"
149
- },
150
148
  "./esm": {
151
149
  "default": "./dist/index.mjs"
152
150
  },
@@ -169,5 +167,5 @@
169
167
  "package-clean": "echo Not cleaning..."
170
168
  },
171
169
  "sideEffects": false,
172
- "version": "3.1.9"
170
+ "version": "3.1.10"
173
171
  }
@@ -6,7 +6,6 @@ export const deploy = () => {
6
6
  ['yarn', 'xy clean'],
7
7
  ['yarn', 'xy build'],
8
8
  ['yarn', 'xy cycle'],
9
- ['yarn', 'xy gen-docs'],
10
9
  ['yarn', 'version apply --all'],
11
10
  ['yarn', 'workspaces foreach -pt npm publish'],
12
11
  ])