@pathway-io/core 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -2
- package/src/index.ts +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pathway-io/core",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
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
|
}
|
package/src/index.ts
CHANGED