inngest 1.3.3 → 1.3.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inngest",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Official SDK for Inngest.com",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "build:api": "api-extractor run --local --verbose",
34
34
  "build:landing": "cd landing && yarn run build",
35
35
  "build:check": "api-extractor run --verbose",
36
- "build:copy": "cp -r package.json LICENSE.md README.md CHANGELOG.md .changeset dist && (cp .npmrc dist | true)",
36
+ "build:copy": "cp -r package.json LICENSE.md README.md CHANGELOG.md dist",
37
37
  "prelink": "yarn run build:copy",
38
38
  "cs": "yarn build && yarn prelink && node scripts/release.js"
39
39
  },
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "1.3.3";
1
+ export declare const version = "1.3.4";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = "1.3.3";
5
+ exports.version = "1.3.4";
6
6
  //# sourceMappingURL=version.js.map
@@ -1,8 +0,0 @@
1
- # Changesets
2
-
3
- Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4
- with multi-package repos, or single-package repos to help you version and publish your code. You can
5
- find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6
-
7
- We have a quick list of common questions to get you started engaging with this project in
8
- [our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
@@ -1,11 +0,0 @@
1
- {
2
- "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
3
- "changelog": "@changesets/cli/changelog",
4
- "commit": false,
5
- "fixed": [],
6
- "linked": [],
7
- "access": "public",
8
- "baseBranch": "main",
9
- "updateInternalDependencies": "patch",
10
- "ignore": []
11
- }