zuplo 0.19.0 → 1.20230825.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/LICENSE.txt ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) Zuplo, Inc. All rights reserved.
2
+
3
+ This software and associated documentation files (the "Software") is intended to be used
4
+ only by Zuplo customers solely to develop and test applications that will be deployed
5
+ to Zuplo hosted services. You and others in your organization may use these files on your
6
+ Development Devices solely for the above stated purpose.
7
+
8
+ Outside of uses stated above, no license is granted for any other purpose including
9
+ without limitation the rights to use, copy, modify, merge, publish, distribute,
10
+ sublicense, host, and/or sell copies of the Software.
11
+
12
+ The software may include third party components with separate legal notices or governed by
13
+ other agreements, as described in licenses either embedded in or accompanying the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17
+ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
18
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20
+ DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,25 +1,20 @@
1
1
  {
2
2
  "name": "zuplo",
3
- "version": "0.19.0",
4
- "description": "Zuplo",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/zuplo/zuplo"
8
- },
9
- "bin": "./index.js",
10
- "author": "Zuplo",
11
- "license": "Copyright 2021",
12
- "scripts": {
13
- "test": "echo 'No tests for zuplo'"
3
+ "version": "1.20230825.0",
4
+ "description": "This is a convenience package around the Zuplo CLI and various other Zuplo packages.",
5
+ "author": "Zuplo, Inc.",
6
+ "license": "See LICENSE in LICENSE.txt",
7
+ "bin": {
8
+ "zuplo": "./node_modules/@zuplo/cli/zup.js"
14
9
  },
15
10
  "dependencies": {
16
- "@zuplo/core": "0.19.0"
11
+ "@zuplo/cli": "1.44.0",
12
+ "@zuplo/core": "5.1212.0",
13
+ "@zuplo/runtime": "5.1212.0"
17
14
  },
18
15
  "peerDependencies": {
19
- "eslint": "^7.28.0",
20
- "eslint-config-prettier": "^8.3.0",
21
- "eslint-plugin-import": "^2.24.0",
22
- "prettier": "^2.3.1",
23
- "typescript": "^4.3.5"
16
+ "@types/chai": "4.3.4",
17
+ "chai": "4.3.4",
18
+ "@zuplo/test": "1.4.0"
24
19
  }
25
- }
20
+ }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Zuplo
2
-
3
- Coming soon
package/index.js DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env node
2
- /* eslint-disable */
3
- require("@zuplo/core/bin");