airdcpp-share-backup 0.1.18-beta → 1.0.3

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 (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +12 -13
package/README.md CHANGED
@@ -169,6 +169,14 @@ dependency on an undocumented, API-unreachable command -- every call is a
169
169
  plain, independent request keyed by a real disk path, and it's fully
170
170
  public, documented API surface.
171
171
 
172
+ ## Notes (1.0.3)
173
+
174
+ Forgot to build it :)
175
+
176
+ ## Notes (1.0.0)
177
+
178
+ First release!
179
+
172
180
  ## Notes (b0.1.2 / b0.1.3)
173
181
 
174
182
  b0.1.0 introduced a bug that made **every setting disappear from the
package/package.json CHANGED
@@ -1,31 +1,30 @@
1
1
  {
2
2
  "name": "airdcpp-share-backup",
3
- "version": "0.1.18-beta",
3
+ "version": "1.0.3",
4
4
  "description": "Hub command /sharebackup [path] that saves a self-verified snapshot of your own share (folder names, file names, sizes, TTH) to a local backup file, with optional bz2 compression.",
5
+ "main": "dist/main.js",
6
+ "license": "MIT",
7
+ "private": false,
8
+ "author": {
9
+ "name": "ShareFixxers"
10
+ },
5
11
  "keywords": [
6
12
  "airdcpp",
7
13
  "airdcpp-extensions",
8
14
  "airdcpp-extensions-public"
9
15
  ],
10
- "homepage": "https://github.com/sharefixxers/airdcpp-share-backup#readme",
11
- "bugs": {
12
- "url": "https://github.com/sharefixxers/airdcpp-share-backup/issues"
13
- },
16
+ "bugs": "https://github.com/sharefixxers/airdcpp-extensions/issues",
14
17
  "repository": {
15
18
  "type": "git",
16
- "url": "git+https://github.com/sharefixxers/airdcpp-share-backup.git",
19
+ "url": "https://github.com/sharefixxers/airdcpp-extensions.git",
17
20
  "directory": "airdcpp-share-backup"
18
21
  },
19
- "license": "MIT",
20
- "author": "ShareFixxers",
21
- "type": "commonjs",
22
- "main": "dist/main.js",
23
- "files": [
24
- "dist"
25
- ],
26
22
  "scripts": {
27
23
  "build": "webpack"
28
24
  },
25
+ "files": [
26
+ "dist"
27
+ ],
29
28
  "dependencies": {
30
29
  "airdcpp-extension": "^1.5.1",
31
30
  "airdcpp-extension-settings": "^1.2.2"