@trlc/super-memory 1.0.0 → 1.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.
- package/1 +32 -0
- package/dashboard/index.html +851 -0
- package/dashboard/package-lock.json +1158 -0
- package/dashboard/package.json +15 -0
- package/dashboard/server.js +355 -0
- package/dist/commands/categorize.js +70 -0
- package/dist/commands/curate.js +220 -0
- package/dist/commands/dashboard.js +165 -0
- package/dist/commands/flush.js +70 -0
- package/dist/commands/indexUpdate.js +57 -0
- package/dist/commands/maintenance.js +68 -0
- package/dist/index.js +93 -0
- package/dist/utils/config.js +44 -0
- package/package.json +3 -1
package/1
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors.
|
|
2
|
+
npm warn publish errors corrected:
|
|
3
|
+
npm warn publish "repository.url" was normalized to "git+https://github.com/theredlobstercartel/super-memory-saas.git"
|
|
4
|
+
npm notice
|
|
5
|
+
npm notice 📦 @trlc/super-memory@1.0.1
|
|
6
|
+
npm notice Tarball Contents
|
|
7
|
+
npm notice 0B 1
|
|
8
|
+
npm notice 1.1kB LICENSE
|
|
9
|
+
npm notice 1.7kB README.md
|
|
10
|
+
npm notice 27.2kB dashboard/index.html
|
|
11
|
+
npm notice 41.3kB dashboard/package-lock.json
|
|
12
|
+
npm notice 305B dashboard/package.json
|
|
13
|
+
npm notice 9.3kB dashboard/server.js
|
|
14
|
+
npm notice 2.4kB dist/commands/categorize.js
|
|
15
|
+
npm notice 5.3kB dist/commands/dashboard.js
|
|
16
|
+
npm notice 2.5kB dist/commands/flush.js
|
|
17
|
+
npm notice 1.8kB dist/commands/indexUpdate.js
|
|
18
|
+
npm notice 2.9kB dist/commands/maintenance.js
|
|
19
|
+
npm notice 16.7kB dist/index.js
|
|
20
|
+
npm notice 1.2kB dist/utils/config.js
|
|
21
|
+
npm notice 1.0kB package.json
|
|
22
|
+
npm notice Tarball Details
|
|
23
|
+
npm notice name: @trlc/super-memory
|
|
24
|
+
npm notice version: 1.0.1
|
|
25
|
+
npm notice filename: trlc-super-memory-1.0.1.tgz
|
|
26
|
+
npm notice package size: 27.0 kB
|
|
27
|
+
npm notice unpacked size: 114.7 kB
|
|
28
|
+
npm notice shasum: f4fcdea5d8239ddefe2ec5dca49e0655031f574f
|
|
29
|
+
npm notice integrity: sha512-Ix/ajLJXk5bgz[...]0Qt4tw7JrAU/g==
|
|
30
|
+
npm notice total files: 15
|
|
31
|
+
npm notice
|
|
32
|
+
npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
|