@prismicio/manager 0.0.2-alpha.xru-fix-npx-install-warnings.3 → 0.0.2-alpha.xru-improve-npm-page.1

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/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @prismicio/manager
2
+
3
+ This is a Prismic internal package. For more information, please visit the [main repository](https://github.com/prismicio/devtools) or check out the [Prismic documentation](https://prismic.io/docs).
4
+
@@ -1,5 +1,5 @@
1
1
  import { __exports as client } from "../../../../../../_virtual/client2.js";
2
- import require$$0 from "../../../../../../_virtual/index4.js";
2
+ import require$$0 from "../../../../../../_virtual/index3.js";
3
3
  import require$$1 from "../../../../../../_virtual/experiment-core.esm.js";
4
4
  import { __require as requireEventsource } from "../../../../../eventsource/lib/eventsource.js";
5
5
  import { __require as requireAssignment } from "../assignment/assignment.js";
@@ -1,6 +1,6 @@
1
1
  import { promises } from "node:fs";
2
2
  import "node:path";
3
- import "../../_virtual/index3.js";
3
+ import "../../_virtual/index4.js";
4
4
  import { Blob } from "./index.js";
5
5
  const { stat } = promises;
6
6
  export {
@@ -1,3 +1,7 @@
1
- import { __require as requireNodeDomexception } from './../_node_modules/node-domexception/index.js';
2
- requireNodeDomexception();
1
+ import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
+ import * as index from './../_node_modules/@amplitude/analytics-node/lib/esm/index.js';
3
+ const require$$0 = /* @__PURE__ */ getAugmentedNamespace(index);
4
+ export {
5
+ require$$0 as default
6
+ };
3
7
  //# sourceMappingURL=index3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"index3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,7 +1,3 @@
1
- import { getAugmentedNamespace } from "./_commonjsHelpers.js";
2
- import * as index from './../_node_modules/@amplitude/analytics-node/lib/esm/index.js';
3
- const require$$0 = /* @__PURE__ */ getAugmentedNamespace(index);
4
- export {
5
- require$$0 as default
6
- };
1
+ import { __require as requireNodeDomexception } from './../_node_modules/node-domexception/index.js';
2
+ requireNodeDomexception();
7
3
  //# sourceMappingURL=index4.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
1
+ {"version":3,"file":"index4.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@prismicio/manager",
3
- "version": "0.0.2-alpha.xru-fix-npx-install-warnings.3",
3
+ "version": "0.0.2-alpha.xru-improve-npm-page.1",
4
4
  "description": "Manage all aspects of a Prismic project.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "ssh://git@github.com/prismicio/devtools.git",
7
+ "url": "https://github.com/prismicio/devtools.git",
8
8
  "directory": "packages/manager"
9
9
  },
10
10
  "license": "Apache-2.0",
@@ -41,7 +41,8 @@
41
41
  },
42
42
  "files": [
43
43
  "dist",
44
- "src"
44
+ "src",
45
+ "README.md"
45
46
  ],
46
47
  "engines": {
47
48
  "node": ">=20.19.0"
@@ -63,7 +64,7 @@
63
64
  "@antfu/ni": "27.0.1",
64
65
  "@prismicio/client": "7.21.0",
65
66
  "@prismicio/custom-types-client": "2.1.0",
66
- "@prismicio/plugin-kit": "0.0.2-alpha.xru-fix-npx-install-warnings.4",
67
+ "@prismicio/plugin-kit": "0.0.2-alpha.xru-improve-npm-page.1",
67
68
  "@prismicio/types-internal": "3.16.1",
68
69
  "@segment/analytics-node": "2.3.0",
69
70
  "cookie": "1.1.1",