@pathway-io/core 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathway-io/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Shared constants and types for Pathway",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
File without changes
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
+ export * from './functions'
1
2
  export * from './styles'
2
3
  export * from './types'
File without changes