mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-08 16:43:13 +00:00
Merge pull request #11 from waku-org/add-source-map
This commit is contained in:
commit
aa8921046e
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/rln",
|
"name": "@waku/rln",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@waku/rln",
|
"name": "@waku/rln",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^22.0.2",
|
"@rollup/plugin-commonjs": "^22.0.2",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/rln",
|
"name": "@waku/rln",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"description": "Rate Limit Nullifier for js-waku",
|
"description": "Rate Limit Nullifier for js-waku",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@ -106,9 +106,8 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"bundle",
|
"bundle",
|
||||||
"src/*.ts",
|
"src/**.ts",
|
||||||
"src/lib/**/*.ts",
|
"src/**.js",
|
||||||
"src/proto/**/*.ts",
|
|
||||||
"!**/*.spec.*",
|
"!**/*.spec.*",
|
||||||
"!**/*.json",
|
"!**/*.json",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
import * as resources from "./resources";
|
import * as resources from "./resources.js";
|
||||||
import * as wc from "./witness_calculator";
|
import * as wc from "./witness_calculator.js";
|
||||||
import * as zerokitRLN from "./zerokit/rln_wasm";
|
import * as zerokitRLN from "./zerokit/rln_wasm.js";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert a base64 string into uint8Array
|
* Convert a base64 string into uint8Array
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user