@appconda/nextjs 1.0.75 → 1.0.76
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.
- package/dist/actions/index.d.ts +1 -0
- package/dist/actions/index.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/actions/index.ts +1 -0
- package/src/index.ts +1 -0
package/dist/actions/index.d.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./actionClient";
|
package/dist/actions/index.js
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./actionClient";
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@appconda/nextjs",
|
3
3
|
"homepage": "https://appconda.io/support",
|
4
4
|
"description": "Appconda is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
|
5
|
-
"version": "1.0.
|
5
|
+
"version": "1.0.76",
|
6
6
|
"license": "BSD-3-Clause",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"types": "dist/index.d.ts",
|
package/src/actions/index.ts
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./actionClient";
|
package/src/index.ts
CHANGED