@girardmedia/bootspring 2.0.53 → 2.1.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.
Files changed (3) hide show
  1. package/LICENSE +18 -10
  2. package/README.md +0 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,16 +1,22 @@
1
- MIT License
1
+ Bootspring Proprietary License
2
2
 
3
- Copyright (c) 2026 Bootspring
3
+ Copyright (c) 2026 Bootspring (Girard Media LLC)
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
5
+ All rights reserved.
11
6
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
7
+ This software and associated documentation files (the "Software") are proprietary
8
+ and confidential. The Software is licensed, not sold.
9
+
10
+ PERMITTED USE:
11
+ - You may use the Software for your own development projects
12
+ - You may install and run the Software via npm for personal or commercial use
13
+ - You may use the outputs generated by the Software in your projects
14
+
15
+ RESTRICTIONS:
16
+ - You may NOT redistribute, sublicense, or resell the Software
17
+ - You may NOT modify, decompile, reverse engineer, or create derivative works
18
+ - You may NOT remove or alter any proprietary notices or labels
19
+ - You may NOT use the Software to create competing products or services
14
20
 
15
21
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
22
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -19,3 +25,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
25
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
26
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
27
  SOFTWARE.
28
+
29
+ For licensing inquiries: hello@bootspring.com
package/README.md CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/@girardmedia%2Fbootspring.svg)](https://www.npmjs.com/package/@girardmedia/bootspring)
6
6
  [![CI](https://github.com/bootspring/bootspring/actions/workflows/ci.yml/badge.svg)](https://github.com/bootspring/bootspring/actions/workflows/ci.yml)
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
7
 
9
8
  Bootspring is an AI-powered development platform that provides intelligent context, specialized agents, and workflow automation for any MCP-compatible AI assistant.
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girardmedia/bootspring",
3
- "version": "2.0.53",
3
+ "version": "2.1.0",
4
4
  "description": "Thin client for Bootspring cloud MCP, hosted agents, and paywalled workflow intelligence",
5
5
  "keywords": [
6
6
  "ai",
@@ -14,7 +14,7 @@
14
14
  "devtools"
15
15
  ],
16
16
  "author": "Bootspring",
17
- "license": "MIT",
17
+ "license": "SEE LICENSE IN LICENSE",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/bootspring/bootspring.git"