opencodespaces 1.2.0 → 1.7.0

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.
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Build Test File
3
+ *
4
+ * This file exists to trigger CI/CD builds for testing purposes.
5
+ * Modify the timestamp below to trigger a new build.
6
+ *
7
+ * Last modified: 2026-01-19T00:30:00Z
8
+ */
9
+ export declare const BUILD_TEST_TIMESTAMP = "2026-01-19T00:30:00Z";
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Build Test File
3
+ *
4
+ * This file exists to trigger CI/CD builds for testing purposes.
5
+ * Modify the timestamp below to trigger a new build.
6
+ *
7
+ * Last modified: 2026-01-19T00:30:00Z
8
+ */
9
+ export const BUILD_TEST_TIMESTAMP = '2026-01-19T00:30:00Z';
package/dist/index.js CHANGED
@@ -36,6 +36,3 @@ sessionsCommand(program);
36
36
  syncCommand(program);
37
37
  sshCommand(program);
38
38
  program.parse();
39
- // test
40
- // v2
41
- // Workflow test 2026-01-18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencodespaces",
3
- "version": "1.2.0",
3
+ "version": "1.7.0",
4
4
  "description": "CLI for OpenCodeSpaces - Connect your local IDE to cloud sessions",
5
5
  "type": "module",
6
6
  "bin": {