@ionite/cli 0.0.23-beta.20260829.1 → 0.0.23-beta.20260904.2
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/LICENSE +18 -0
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
Copyright (c) 2026 IONITE ENTERPRISE SOFTWARE INC. All rights reserved.
|
|
2
|
+
|
|
3
|
+
This software and its associated documentation are closed source and
|
|
4
|
+
proprietary to IONITE ENTERPRISE SOFTWARE INC.
|
|
5
|
+
|
|
6
|
+
The published @ionite packages are licensed solely for use with ionite
|
|
7
|
+
products, under a separate written agreement or under evaluation terms
|
|
8
|
+
published by ionite. No other license is granted.
|
|
9
|
+
|
|
10
|
+
These materials do not grant any license under ionite's patents or patent
|
|
11
|
+
applications. They do not grant any right to use ionite trademarks except
|
|
12
|
+
as needed to refer to ionite products.
|
|
13
|
+
|
|
14
|
+
Documentation, including the public LLM guides, describes how to use the
|
|
15
|
+
SDK. It does not grant a right to copy, redistribute, or reimplement the
|
|
16
|
+
platform.
|
|
17
|
+
|
|
18
|
+
See https://ionite.com/legal
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ionite/cli",
|
|
3
|
-
"version": "0.0.23-beta.
|
|
3
|
+
"version": "0.0.23-beta.20260904.2",
|
|
4
4
|
"description": "ionite CLI - Wrangler-style SSO dev flow",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "ionite",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"bin": {
|
|
10
10
|
"ionite": "./dist/cli.js"
|