ic-mops 0.45.2 → 0.45.4-pre.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/.eslintrc.json +0 -0
- package/.gitignore +0 -0
- package/CHANGELOG.md +4 -0
- package/README.md +0 -0
- package/api/actors.ts +25 -17
- package/api/downloadPackageFiles.ts +0 -0
- package/api/getHighestVersion.ts +0 -0
- package/api/index.ts +0 -0
- package/api/network.ts +0 -0
- package/api/resolveVersion.ts +0 -0
- package/cache.ts +10 -3
- package/commands/bench/bench-canister.mo +0 -0
- package/commands/bench/user-bench.mo +0 -0
- package/commands/bump.ts +0 -0
- package/commands/docs.ts +0 -0
- package/commands/import-identity.ts +0 -0
- package/commands/outdated.ts +0 -0
- package/commands/search.ts +0 -0
- package/commands/sources.ts +0 -0
- package/commands/sync.ts +0 -0
- package/commands/template.ts +0 -0
- package/commands/test/mmf1.ts +0 -0
- package/commands/test/reporters/compact-reporter.ts +0 -0
- package/commands/test/reporters/files-reporter.ts +0 -0
- package/commands/test/reporters/reporter.ts +0 -0
- package/commands/test/reporters/silent-reporter.ts +0 -0
- package/commands/test/reporters/verbose-reporter.ts +0 -0
- package/commands/test/utils.ts +0 -0
- package/commands/toolchain/moc.ts +0 -0
- package/commands/toolchain/pocket-ic.ts +0 -0
- package/commands/toolchain/toolchain-utils.ts +0 -0
- package/commands/toolchain/wasmtime.ts +0 -0
- package/commands/transfer-ownership.ts +0 -0
- package/commands/update.ts +0 -0
- package/commands/user.ts +0 -0
- package/commands/whoami.ts +0 -0
- package/declarations/storage/index.d.ts +0 -0
- package/declarations/storage/index.js +0 -0
- package/declarations/storage/storage.did +0 -0
- package/declarations/storage/storage.did.d.ts +0 -0
- package/declarations/storage/storage.did.js +0 -0
- package/dist/api/actors.js +19 -13
- package/dist/cache.js +8 -3
- package/dist/commands/bench/bench-canister.mo +0 -0
- package/dist/commands/bench/user-bench.mo +0 -0
- package/dist/declarations/storage/index.d.ts +0 -0
- package/dist/declarations/storage/index.js +0 -0
- package/dist/declarations/storage/storage.did +0 -0
- package/dist/declarations/storage/storage.did.d.ts +0 -0
- package/dist/declarations/storage/storage.did.js +0 -0
- package/dist/package.json +4 -4
- package/dist/templates/README.md +0 -0
- package/dist/templates/licenses/Apache-2.0 +0 -0
- package/dist/templates/licenses/Apache-2.0-NOTICE +0 -0
- package/dist/templates/licenses/MIT +0 -0
- package/dist/templates/mops-publish.yml +0 -0
- package/dist/templates/mops-test.yml +0 -0
- package/dist/templates/src/lib.mo +0 -0
- package/dist/templates/test/lib.test.mo +0 -0
- package/global.d.ts +0 -0
- package/helpers/get-dfx-version.ts +0 -0
- package/helpers/get-moc-path.ts +0 -0
- package/helpers/get-moc-version.ts +0 -0
- package/package.json +5 -5
- package/parallel.ts +0 -0
- package/templates/README.md +0 -0
- package/templates/licenses/Apache-2.0 +0 -0
- package/templates/licenses/Apache-2.0-NOTICE +0 -0
- package/templates/licenses/MIT +0 -0
- package/templates/mops-publish.yml +0 -0
- package/templates/mops-test.yml +0 -0
- package/templates/src/lib.mo +0 -0
- package/templates/test/lib.test.mo +0 -0
- package/.DS_Store +0 -0
- package/bundle/bench/bench-canister.mo +0 -87
- package/bundle/bench/user-bench.mo +0 -14
- package/bundle/bin/moc-wrapper.sh +0 -40
- package/bundle/bin/mops.js +0 -3
- package/bundle/cli.js +0 -163
- package/bundle/cli.tgz +0 -0
- package/bundle/declarations/bench/bench.did +0 -26
- package/bundle/declarations/bench/bench.did.d.ts +0 -29
- package/bundle/declarations/bench/bench.did.js +0 -26
- package/bundle/declarations/bench/index.d.ts +0 -50
- package/bundle/declarations/bench/index.js +0 -40
- package/bundle/declarations/main/index.d.ts +0 -50
- package/bundle/declarations/main/index.js +0 -40
- package/bundle/declarations/main/main.did +0 -438
- package/bundle/declarations/main/main.did.d.ts +0 -360
- package/bundle/declarations/main/main.did.js +0 -412
- package/bundle/declarations/storage/index.d.ts +0 -50
- package/bundle/declarations/storage/index.js +0 -30
- package/bundle/declarations/storage/storage.did +0 -46
- package/bundle/declarations/storage/storage.did.d.ts +0 -40
- package/bundle/declarations/storage/storage.did.js +0 -38
- package/bundle/package.json +0 -31
- package/bundle/templates/README.md +0 -13
- package/bundle/templates/licenses/Apache-2.0 +0 -202
- package/bundle/templates/licenses/Apache-2.0-NOTICE +0 -13
- package/bundle/templates/licenses/MIT +0 -21
- package/bundle/templates/mops-publish.yml +0 -17
- package/bundle/templates/mops-test.yml +0 -22
- package/bundle/templates/src/lib.mo +0 -15
- package/bundle/templates/test/lib.test.mo +0 -4
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.