@snipl/cli 1.0.0-next.1 → 1.0.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.
package/dist/src/index.js CHANGED
@@ -148,7 +148,7 @@ cli.command('status', 'Check installed items').action((options) => {
148
148
  });
149
149
  });
150
150
  cli.help();
151
- cli.version('0.0.0');
151
+ cli.version('1.0.0');
152
152
  function handleError(err, json) {
153
153
  const message = err instanceof Error ? err.message : String(err);
154
154
  if (json) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snipl/cli",
3
- "version": "1.0.0-next.1",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -20,8 +20,8 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "cac": "^7.0.0",
23
- "@snipl/core": "1.0.0-next.1",
24
- "@snipl/registry-schema": "1.0.0-next.1"
23
+ "@snipl/core": "1.0.0",
24
+ "@snipl/registry-schema": "1.0.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.20.1",