Comparing version 0.5.4 to 0.6.0
@@ -1,3 +0,9 @@ | ||
# v0.5.4 (2022-10-01) | ||
# v6.0.0 (2023-01-14) | ||
- BREAKING: You must now import functions from the package itself - replace any imports from `revchiver/dist` with imports from `revchiver`. | ||
- Reactions are now archived. | ||
- Updated to Revolt.JS v6.0.19. | ||
# v0.5.4 (2022-11-08) | ||
- The timestamp/archiver ID should now always be correct. | ||
@@ -4,0 +10,0 @@ - Fix build/typing issues. |
@@ -1,1 +0,1 @@ | ||
export { archiveChannel } from "./archiveChannel"; | ||
export { archiveChannel } from "./src/index"; |
@@ -1,1 +0,1 @@ | ||
export { archiveChannel } from "./archiveChannel"; | ||
export { archiveChannel } from "./src/index"; |
{ | ||
"name": "revchiver", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"description": "Archiving library for Revolt.", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
@@ -33,16 +33,16 @@ "scripts": { | ||
}, | ||
"bin": "dist/src/index.js", | ||
"bin": "dist/index.js", | ||
"files": [ | ||
"dist/", | ||
"src", | ||
"LICENSE", | ||
"CHANGELOG.md" | ||
], | ||
"devDependencies": { | ||
"@types/node": "^17.0.23", | ||
"@types/ws": "^8.5.3", | ||
"rimraf": "^3.0.2" | ||
"@types/node": "^17.0.45", | ||
"@types/ws": "^8.5.4", | ||
"rimraf": "^4.0.4" | ||
}, | ||
"dependencies": { | ||
"revolt.js": "6.0.0" | ||
"revolt.js": "^6.0.19" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # Revchiver | ||
```ts | ||
import { archiveChannel } from "revchiver/dist"; | ||
import { archiveChannel } from "revchiver"; | ||
@@ -13,0 +13,0 @@ const msg = "<insert revolt.js message object here>"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7620
94
1
+ Added@insertish/oapi@0.1.18(transitive)
+ Addedrevolt-api@0.5.7(transitive)
+ Addedrevolt.js@6.0.20(transitive)
- Removed@insertish/oapi@0.1.15(transitive)
- Removedrevolt-api@0.5.3(transitive)
- Removedrevolt.js@6.0.0(transitive)
Updatedrevolt.js@^6.0.19