@slicemachine/init 1.1.19-dev-release-feb.1 → 1.1.19
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/build/index.js +2 -5
- package/build/index.js.map +1 -1
- package/dist/__node_modules/lines-and-columns/build/index.cjs +64 -0
- package/dist/__node_modules/lines-and-columns/build/index.cjs.map +1 -0
- package/dist/__node_modules/lines-and-columns/build/index.js +63 -0
- package/dist/__node_modules/lines-and-columns/build/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.cjs +56 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.js +57 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/index.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.cjs +63 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.js +63 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/string-utils.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.cjs +39 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.js +39 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/tokenize-arg-string.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.cjs +15 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.js +16 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser-types.js.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.cjs +847 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.cjs.map +1 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.js +847 -0
- package/dist/__node_modules/meow/__node_modules/yargs-parser/build/lib/yargs-parser.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.cjs +275 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.js +275 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/core.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.cjs +50 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.js +50 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/main.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.cjs +20 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.js +20 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/realtime.js.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.cjs +27 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.cjs.map +1 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.js +27 -0
- package/dist/packages/init/__node_modules/human-signals/build/src/signals.js.map +1 -0
- package/package.json +4 -4
- package/src/utils/tracker.ts +1 -4
package/build/index.js
CHANGED
|
@@ -130,10 +130,7 @@ class InitTracker {
|
|
|
130
130
|
const payload = {
|
|
131
131
|
event: eventType,
|
|
132
132
|
...identifier,
|
|
133
|
-
properties:
|
|
134
|
-
...attributes,
|
|
135
|
-
nodeVersion: process.versions.node
|
|
136
|
-
},
|
|
133
|
+
properties: attributes,
|
|
137
134
|
...__privateGet(this, _repository) ? { context: { groupId: { Repository: __privateGet(this, _repository) } } } : {}
|
|
138
135
|
};
|
|
139
136
|
return __privateGet(this, _client).track(payload, () => {
|
|
@@ -3357,7 +3354,7 @@ async function init() {
|
|
|
3357
3354
|
const isTrackingAvailable = findArgument(process.argv, "tracking") !== "false";
|
|
3358
3355
|
const preSelectedRepository = findArgument(process.argv, "repository");
|
|
3359
3356
|
const pushDocuments = !findFlag(process.argv, "no-docs");
|
|
3360
|
-
Tracker.get().initialize("
|
|
3357
|
+
Tracker.get().initialize("ED3O1FVsa8DteNyRmAuDyMcPoftJ6VdP" , isTrackingAvailable);
|
|
3361
3358
|
void Tracker.get().trackInitStart(preSelectedRepository);
|
|
3362
3359
|
const client$1 = new InitClient(mode, null, Prismic__default["default"].PrismicSharedConfigManager.getAuth());
|
|
3363
3360
|
console.log(purple("You're about to configure Slicemachine... Press ctrl + C to cancel"));
|