RubyGems
npm
Organizations
Log in
Sign up
npm
@candlerip/shared3
Versions diffs
0.0.85 → 0.0.86
@candlerip/shared3 0.0.85 → 0.0.86
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/package.json
+1
-1
package/src/dictionary/dictionary/index.d.ts
+1
-0
package/src/dictionary/dictionary/index.js
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@candlerip/shared3",
3
-
"version": "0.0.
85
",
3
+
"version": "0.0.
86
",
4
4
"type": "module",
5
5
"main": "src/index.js",
6
6
"bin": {
package/src/dictionary/dictionary/index.d.ts
CHANGED
Viewed
@@ -1 +1,2 @@
1
+
export * from './config.js';
1
2
export * from './domain.js';
package/src/dictionary/dictionary/index.js
CHANGED
Viewed
@@ -1 +1,2 @@
1
+
export * from './config.js';
1
2
export * from './domain.js';