@sprucelabs/spruce-cli 17.1.50 → 17.1.51

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [17.1.51](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.50...v17.1.51) (2022-10-10)
7
+
8
+ **Note:** Version bump only for package @sprucelabs/spruce-cli
9
+
6
10
  ## [17.1.50](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.49...v17.1.50) (2022-10-07)
7
11
 
8
12
  **Note:** Version bump only for package @sprucelabs/spruce-cli
@@ -5,15 +5,17 @@ import AbstractSpruceTest, { test, assert } from '@sprucelabs/test-utils'
5
5
 
6
6
  // Can you believe how far we've come?
7
7
 
8
- // For these tests, we're going to get to creating, reading, updating, and deleting todos.
8
+ // When you're ready....
9
9
 
10
- // Great news is that I'll do most of the work for you, I just need you define some things for me.
10
+ // And by ready, I mean, like have 2 hours to focus...
11
11
 
12
- // When you're ready, hit control+space and type "create.store" into the command prompt.
12
+ // Checkout the onboarding video Tay stumbled through making.
13
13
 
14
- // See you there!
14
+ // I highlighly recommend you second screen this video and code along.
15
15
 
16
- // PS, you can delete the introduction test below.
16
+ // And make popcorn 🍿
17
+
18
+ // https://youtu.be/SiUckNpPLag
17
19
 
18
20
  // 🌲🤖
19
21
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  ]
19
19
  },
20
20
  "license": "MIT",
21
- "version": "17.1.50",
21
+ "version": "17.1.51",
22
22
  "bin": {
23
23
  "spruce": "./build/index.js"
24
24
  },
@@ -86,7 +86,7 @@
86
86
  "@sprucelabs/spruce-core-schemas": "^34.2.138",
87
87
  "@sprucelabs/spruce-event-utils": "^27.0.215",
88
88
  "@sprucelabs/spruce-skill-utils": "^26.4.117",
89
- "@sprucelabs/spruce-templates": "^17.1.50",
89
+ "@sprucelabs/spruce-templates": "^17.1.51",
90
90
  "@typescript-eslint/eslint-plugin": "^5.27.1",
91
91
  "@typescript-eslint/parser": "^5.27.1",
92
92
  "cfonts": "^3.1.1",
@@ -619,5 +619,5 @@
619
619
  "terminal-kit"
620
620
  ]
621
621
  },
622
- "gitHead": "1785f3336ef61c50bf4e0c55fe80648e1bdb07c9"
622
+ "gitHead": "d84cbec844745b8bbe9ce895d2455c4f279d226a"
623
623
  }
@@ -5,15 +5,17 @@ import AbstractSpruceTest, { test, assert } from '@sprucelabs/test-utils'
5
5
 
6
6
  // Can you believe how far we've come?
7
7
 
8
- // For these tests, we're going to get to creating, reading, updating, and deleting todos.
8
+ // When you're ready....
9
9
 
10
- // Great news is that I'll do most of the work for you, I just need you define some things for me.
10
+ // And by ready, I mean, like have 2 hours to focus...
11
11
 
12
- // When you're ready, hit control+space and type "create.store" into the command prompt.
12
+ // Checkout the onboarding video Tay stumbled through making.
13
13
 
14
- // See you there!
14
+ // I highlighly recommend you second screen this video and code along.
15
15
 
16
- // PS, you can delete the introduction test below.
16
+ // And make popcorn 🍿
17
+
18
+ // https://youtu.be/SiUckNpPLag
17
19
 
18
20
  // 🌲🤖
19
21