@pathway-io/core 1.0.0 → 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.0",
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",
@@ -15,7 +15,6 @@
15
15
  "author": "Rob Yedlin",
16
16
  "license": "MIT",
17
17
  "devDependencies": {
18
- "date-fns": "^3.6.0",
19
18
  "tsup": "^8.0.1",
20
19
  "typescript": "^5.3.3"
21
20
  }
File without changes
package/src/index.ts CHANGED
@@ -1,3 +1,3 @@
1
+ export * from './functions'
1
2
  export * from './styles'
2
- export * from './lib'
3
3
  export * from './types'
File without changes