jfrog-workers 0.1.0 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jfrog-workers",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "JFrog workers interfaces and stubs",
5
5
  "homepage": "https://github.com/jfrog/workers-sample",
6
6
  "contributors": [
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "https://github.com/jfrog/workers-sample.git"
21
+ "url": "git+https://github.com/jfrog/workers-sample.git"
22
22
  },
23
23
  "dependencies": {
24
24
  "axios": "1.6.7"
package/test/login.sh DELETED
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
-
3
- echo "always-auth=true" > ".npmrc"
4
- echo "email=${int_JFROG_NPMJS_ORG_EMAIL}" >> ".npmrc"
5
- npm login --auth-type legacy << EOF
6
- ehl-jf
7
- g&m&yJEdmz%1$ZMu
8
- hervee@jfrog.com
9
- EOF
package/test/package.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "name": "test",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "author": "",
10
- "license": "ISC"
11
- }