@xylabs/ts-scripts-yarn3 3.2.0 → 3.2.2
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/actions/deploy-major.js +1 -1
- package/dist/actions/deploy-major.js.map +1 -1
- package/dist/actions/deploy-major.mjs +1 -1
- package/dist/actions/deploy-major.mjs.map +1 -1
- package/dist/actions/deploy-minor.js +1 -1
- package/dist/actions/deploy-minor.js.map +1 -1
- package/dist/actions/deploy-minor.mjs +1 -1
- package/dist/actions/deploy-minor.mjs.map +1 -1
- package/dist/actions/deploy-next.js +1 -1
- package/dist/actions/deploy-next.js.map +1 -1
- package/dist/actions/deploy-next.mjs +1 -1
- package/dist/actions/deploy-next.mjs.map +1 -1
- package/dist/actions/deploy.js +1 -1
- package/dist/actions/deploy.js.map +1 -1
- package/dist/actions/deploy.mjs +1 -1
- package/dist/actions/deploy.mjs.map +1 -1
- package/package.json +4 -4
- package/src/actions/deploy-major.ts +1 -1
- package/src/actions/deploy-minor.ts +1 -1
- package/src/actions/deploy-next.ts +1 -1
- package/src/actions/deploy.ts +1 -1
|
@@ -29,7 +29,7 @@ const deployMajor = () => {
|
|
|
29
29
|
["yarn", "xy build"],
|
|
30
30
|
["yarn", "xy cycle"],
|
|
31
31
|
["yarn", "version apply --all"],
|
|
32
|
-
["yarn", "workspaces foreach
|
|
32
|
+
["yarn", "workspaces foreach --all npm publish"]
|
|
33
33
|
]);
|
|
34
34
|
};
|
|
35
35
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/actions/deploy-major.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMajor = () => {\n return runSteps('Deploy [Major]', [\n ['yarn', 'workspaces foreach --all version major --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach
|
|
1
|
+
{"version":3,"sources":["../../src/actions/deploy-major.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMajor = () => {\n return runSteps('Deploy [Major]', [\n ['yarn', 'workspaces foreach --all version major --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach --all npm publish'],\n ])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAyB;AAElB,MAAM,cAAc,MAAM;AAC/B,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,sCAAsC;AAAA,EACjD,CAAC;AACH;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/actions/deploy-major.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMajor = () => {\n return runSteps('Deploy [Major]', [\n ['yarn', 'workspaces foreach --all version major --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach
|
|
1
|
+
{"version":3,"sources":["../../src/actions/deploy-major.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMajor = () => {\n return runSteps('Deploy [Major]', [\n ['yarn', 'workspaces foreach --all version major --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach --all npm publish'],\n ])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,cAAc,MAAM;AAC/B,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,sCAAsC;AAAA,EACjD,CAAC;AACH;","names":[]}
|
|
@@ -29,7 +29,7 @@ const deployMinor = () => {
|
|
|
29
29
|
["yarn", "xy build"],
|
|
30
30
|
["yarn", "xy cycle"],
|
|
31
31
|
["yarn", "version apply --all"],
|
|
32
|
-
["yarn", "workspaces foreach
|
|
32
|
+
["yarn", "workspaces foreach --all npm publish"]
|
|
33
33
|
]);
|
|
34
34
|
};
|
|
35
35
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/actions/deploy-minor.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMinor = () => {\n return runSteps('Deploy [Minor]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach
|
|
1
|
+
{"version":3,"sources":["../../src/actions/deploy-minor.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMinor = () => {\n return runSteps('Deploy [Minor]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach --all npm publish'],\n ])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAyB;AAElB,MAAM,cAAc,MAAM;AAC/B,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,sCAAsC;AAAA,EACjD,CAAC;AACH;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/actions/deploy-minor.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMinor = () => {\n return runSteps('Deploy [Minor]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach
|
|
1
|
+
{"version":3,"sources":["../../src/actions/deploy-minor.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployMinor = () => {\n return runSteps('Deploy [Minor]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all'],\n ['yarn', 'workspaces foreach --all npm publish'],\n ])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,cAAc,MAAM;AAC/B,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,sCAAsC;AAAA,EACjD,CAAC;AACH;","names":[]}
|
|
@@ -29,7 +29,7 @@ const deployNext = () => {
|
|
|
29
29
|
["yarn", "xy build"],
|
|
30
30
|
["yarn", "xy cycle"],
|
|
31
31
|
["yarn", "version apply --all --prerelease"],
|
|
32
|
-
["yarn", "workspaces foreach
|
|
32
|
+
["yarn", "workspaces foreach --all npm publish --tag next"]
|
|
33
33
|
]);
|
|
34
34
|
};
|
|
35
35
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/actions/deploy-next.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployNext = () => {\n return runSteps('Deploy [Next]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all --prerelease'],\n ['yarn', 'workspaces foreach
|
|
1
|
+
{"version":3,"sources":["../../src/actions/deploy-next.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployNext = () => {\n return runSteps('Deploy [Next]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all --prerelease'],\n ['yarn', 'workspaces foreach --all npm publish --tag next'],\n ])\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAyB;AAElB,MAAM,aAAa,MAAM;AAC9B,aAAO,qBAAS,iBAAiB;AAAA,IAC/B,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,kCAAkC;AAAA,IAC3C,CAAC,QAAQ,iDAAiD;AAAA,EAC5D,CAAC;AACH;","names":[]}
|
|
@@ -6,7 +6,7 @@ const deployNext = () => {
|
|
|
6
6
|
["yarn", "xy build"],
|
|
7
7
|
["yarn", "xy cycle"],
|
|
8
8
|
["yarn", "version apply --all --prerelease"],
|
|
9
|
-
["yarn", "workspaces foreach
|
|
9
|
+
["yarn", "workspaces foreach --all npm publish --tag next"]
|
|
10
10
|
]);
|
|
11
11
|
};
|
|
12
12
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/actions/deploy-next.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployNext = () => {\n return runSteps('Deploy [Next]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all --prerelease'],\n ['yarn', 'workspaces foreach
|
|
1
|
+
{"version":3,"sources":["../../src/actions/deploy-next.ts"],"sourcesContent":["import { runSteps } from '../lib'\n\nexport const deployNext = () => {\n return runSteps('Deploy [Next]', [\n ['yarn', 'workspaces foreach --all version minor --deferred'],\n ['yarn', 'xy clean'],\n ['yarn', 'xy build'],\n ['yarn', 'xy cycle'],\n ['yarn', 'version apply --all --prerelease'],\n ['yarn', 'workspaces foreach --all npm publish --tag next'],\n ])\n}\n"],"mappings":"AAAA,SAAS,gBAAgB;AAElB,MAAM,aAAa,MAAM;AAC9B,SAAO,SAAS,iBAAiB;AAAA,IAC/B,CAAC,QAAQ,mDAAmD;AAAA,IAC5D,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,UAAU;AAAA,IACnB,CAAC,QAAQ,kCAAkC;AAAA,IAC3C,CAAC,QAAQ,iDAAiD;AAAA,EAC5D,CAAC;AACH;","names":[]}
|
package/dist/actions/deploy.js
CHANGED
|
@@ -29,7 +29,7 @@ const deploy = () => {
|
|
|
29
29
|
["yarn", "xy build"],
|
|
30
30
|
["yarn", "xy cycle"],
|
|
31
31
|
["yarn", "version apply --all"],
|
|
32
|
-
["yarn", "workspaces foreach
|
|
32
|
+
["yarn", "workspaces foreach --all npm publish"]
|
|
33
33
|
]);
|
|
34
34
|
};
|
|
35
35
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -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', 'version apply --all'],\n ['yarn', 'workspaces foreach
|
|
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 --all 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,sCAAsC;AAAA,EACjD,CAAC;AACH;","names":[]}
|
package/dist/actions/deploy.mjs
CHANGED
|
@@ -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', 'version apply --all'],\n ['yarn', 'workspaces foreach
|
|
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 --all 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,sCAAsC;AAAA,EACjD,CAAC;AACH;","names":[]}
|
package/package.json
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@types/yargs": "^17.0.31",
|
|
65
65
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
66
66
|
"@typescript-eslint/parser": "^6.11.0",
|
|
67
|
-
"@xylabs/tsconfig": "~3.2.
|
|
67
|
+
"@xylabs/tsconfig": "~3.2.2",
|
|
68
68
|
"async-mutex": "^0.4.0",
|
|
69
69
|
"chalk": "^4.1.2",
|
|
70
70
|
"cosmiconfig": "^8.3.6",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"@types/license-checker": "^25.0.6",
|
|
112
112
|
"@types/lodash": "^4.14.201",
|
|
113
113
|
"@types/parse-git-config": "^3.0.4",
|
|
114
|
-
"@xylabs/eslint-config": "~3.2.
|
|
115
|
-
"@xylabs/tsconfig": "~3.2.
|
|
114
|
+
"@xylabs/eslint-config": "~3.2.2",
|
|
115
|
+
"@xylabs/tsconfig": "~3.2.2",
|
|
116
116
|
"publint": "^0.2.5",
|
|
117
117
|
"typescript": "^5.2.2"
|
|
118
118
|
},
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"package-clean": "echo Not cleaning..."
|
|
169
169
|
},
|
|
170
170
|
"sideEffects": false,
|
|
171
|
-
"version": "3.2.
|
|
171
|
+
"version": "3.2.2"
|
|
172
172
|
}
|