@alwaysmeticulous/recorder-loader 2.247.1 → 2.248.9

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -8,6 +8,8 @@ Utility package used to aid the injection of the Meticulous recorder snippet on
8
8
  npm install @alwaysmeticulous/recorder-loader --save
9
9
  # or with yarn
10
10
  yarn add @alwaysmeticulous/recorder-loader
11
+ # or with pnpm
12
+ pnpm add @alwaysmeticulous/recorder-loader
11
13
  ```
12
14
 
13
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/recorder-loader",
3
- "version": "2.247.1",
3
+ "version": "2.248.9",
4
4
  "license": "ISC",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,10 @@
21
21
  "depcheck": "depcheck --ignore-patterns=dist"
22
22
  },
23
23
  "dependencies": {
24
- "@alwaysmeticulous/sdk-bundles-api": "^2.247.1"
24
+ "@alwaysmeticulous/sdk-bundles-api": "2.248.9"
25
+ },
26
+ "devDependencies": {
27
+ "parcel": "^2.15.2"
25
28
  },
26
29
  "author": {
27
30
  "name": "The Meticulous Team",
@@ -37,5 +40,5 @@
37
40
  "bugs": {
38
41
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
39
42
  },
40
- "gitHead": "4b2ab9f2339c814110a71e4290422eb6e5c1e2a7"
43
+ "gitHead": "815b38a556fa693b050dcb3039aa65e98e25ac82"
41
44
  }