@atlaskit/tmp-editor-statsig 164.0.0 → 164.1.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/editor-statsig-tmp
2
2
 
3
+ ## 164.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`ae3b452f54cbe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ae3b452f54cbe) -
8
+ Add clean granular subpath exports `@atlaskit/tmp-editor-statsig/editor-experiment` and
9
+ `@atlaskit/tmp-editor-statsig/unstable-editor-experiment-param`, so `editorExperiment` and
10
+ `unstable_editorExperimentParam` each have a non-deprecated import target (Volt Stage-1). The
11
+ existing `@atlaskit/tmp-editor-statsig/experiments` shim is unchanged.
12
+
3
13
  ## 164.0.0
4
14
 
5
15
  ### Major Changes
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "@atlaskit/tmp-editor-statsig/editor-experiment",
3
+ "main": "../dist/cjs/editor-experiment.js",
4
+ "module": "../dist/esm/editor-experiment.js",
5
+ "module:es2019": "../dist/es2019/editor-experiment.js",
6
+ "types": "../dist/types/editor-experiment.d.ts"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tmp-editor-statsig",
3
- "version": "164.0.0",
3
+ "version": "164.1.0",
4
4
  "description": "Temp plugin to ease use of statsig feature flags until platform feature flags are available",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "@atlaskit/tmp-editor-statsig/unstable-editor-experiment-param",
3
+ "main": "../dist/cjs/unstable-editor-experiment-param.js",
4
+ "module": "../dist/esm/unstable-editor-experiment-param.js",
5
+ "module:es2019": "../dist/es2019/unstable-editor-experiment-param.js",
6
+ "types": "../dist/types/unstable-editor-experiment-param.d.ts"
7
+ }