@entrinsik/vite-plugin-informer 1.0.0 → 1.0.1
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/bin/init.js +0 -3
- package/package.json +3 -2
package/bin/init.js
CHANGED
|
@@ -269,9 +269,6 @@ INFORMER_API_KEY=your-api-key
|
|
|
269
269
|
# Option 2: Basic auth
|
|
270
270
|
# INFORMER_USER=admin
|
|
271
271
|
# INFORMER_PASS=yourpassword
|
|
272
|
-
|
|
273
|
-
# Optional: defaults to current user
|
|
274
|
-
# INFORMER_OWNER=admin
|
|
275
272
|
`;
|
|
276
273
|
|
|
277
274
|
const envExamplePath = resolve(cwd, '.env.example');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@entrinsik/vite-plugin-informer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Vite plugin and publish tool for local Magic Report development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
},
|
|
11
11
|
"bin": {
|
|
12
12
|
"informer-deploy": "./bin/deploy.js",
|
|
13
|
-
"informer-init": "./bin/init.js"
|
|
13
|
+
"informer-init": "./bin/init.js",
|
|
14
|
+
"create-magic-report": "./bin/init.js"
|
|
14
15
|
},
|
|
15
16
|
"files": [
|
|
16
17
|
"src",
|