@trustvc/trustvc 1.0.0-alpha.4 → 1.0.0-alpha.5

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var stringUtils = require('src/utils/stringUtils');
3
+ var stringUtils = require('../utils/stringUtils');
4
4
  var tsChacha20 = require('ts-chacha20');
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var stringUtils = require('src/utils/stringUtils');
3
+ var stringUtils = require('../utils/stringUtils');
4
4
  var tsChacha20 = require('ts-chacha20');
5
5
 
6
6
  var __defProp = Object.defineProperty;
@@ -1,4 +1,4 @@
1
- import { generate32ByteKey, generate12ByteNonce, stringToUint8Array } from 'src/utils/stringUtils';
1
+ import { generate32ByteKey, generate12ByteNonce, stringToUint8Array } from '../utils/stringUtils';
2
2
  import { Chacha20 } from 'ts-chacha20';
3
3
 
4
4
  var __defProp = Object.defineProperty;
@@ -1,4 +1,4 @@
1
- import { generate32ByteKey, generate12ByteNonce, stringToUint8Array } from 'src/utils/stringUtils';
1
+ import { generate32ByteKey, generate12ByteNonce, stringToUint8Array } from '../utils/stringUtils';
2
2
  import { Chacha20 } from 'ts-chacha20';
3
3
 
4
4
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustvc/trustvc",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "TrustVC library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",