context-dropper 0.2.0 → 0.2.1
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/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -6558,7 +6558,7 @@ function createFilesetCommand(deps) {
|
|
|
6558
6558
|
// package.json
|
|
6559
6559
|
var package_default = {
|
|
6560
6560
|
name: "context-dropper",
|
|
6561
|
-
version: "0.2.
|
|
6561
|
+
version: "0.2.1",
|
|
6562
6562
|
description: "CLI for iterating through a fixed list of files, tracking position, and tagging progress within an AI agent's session.",
|
|
6563
6563
|
author: {
|
|
6564
6564
|
name: "Fardjad Davari",
|
|
@@ -6582,8 +6582,8 @@ var package_default = {
|
|
|
6582
6582
|
prepack: "npm run build"
|
|
6583
6583
|
},
|
|
6584
6584
|
devDependencies: {
|
|
6585
|
-
"@types/bun": "
|
|
6586
|
-
typescript: "^
|
|
6585
|
+
"@types/bun": "^1.3.11",
|
|
6586
|
+
typescript: "^6.0.2"
|
|
6587
6587
|
},
|
|
6588
6588
|
dependencies: {
|
|
6589
6589
|
"@types/yargs": "^17.0.35",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "context-dropper",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "CLI for iterating through a fixed list of files, tracking position, and tagging progress within an AI agent's session.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Fardjad Davari",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"prepack": "npm run build"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@types/bun": "
|
|
28
|
-
"typescript": "^
|
|
27
|
+
"@types/bun": "^1.3.11",
|
|
28
|
+
"typescript": "^6.0.2"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@types/yargs": "^17.0.35",
|